public static enum PrincipalSearchCriteria.TestType extends Enum<PrincipalSearchCriteria.TestType>
| Modifier and Type | Method and Description |
|---|---|
static PrincipalSearchCriteria.TestType |
fromCode(String code) |
String |
getCode() |
static PrincipalSearchCriteria.TestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrincipalSearchCriteria.TestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrincipalSearchCriteria.TestType ANY
public static final PrincipalSearchCriteria.TestType ALL
public static PrincipalSearchCriteria.TestType[] values()
for (PrincipalSearchCriteria.TestType c : PrincipalSearchCriteria.TestType.values()) System.out.println(c);
public static PrincipalSearchCriteria.TestType 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 nullpublic static PrincipalSearchCriteria.TestType fromCode(String code)
public String getCode()