public static enum UserCondition.MatcherType extends Enum<UserCondition.MatcherType>
Modifier and Type | Method and Description |
---|---|
static UserCondition.MatcherType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserCondition.MatcherType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserCondition.MatcherType USER_ID
public static final UserCondition.MatcherType METADATA
public static UserCondition.MatcherType[] values()
for (UserCondition.MatcherType c : UserCondition.MatcherType.values()) System.out.println(c);
public static UserCondition.MatcherType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null