public enum GroupProviderPreconditionTypes extends Enum<GroupProviderPreconditionTypes>
| Enum Constant and Description |
|---|
ACCESS_TOKEN_EXISTS |
USER_ID_REGEX |
| Modifier and Type | Method and Description |
|---|---|
static GroupProviderPreconditionTypes |
fromString(String typeAsString) |
String |
getStringValue() |
static GroupProviderPreconditionTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupProviderPreconditionTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupProviderPreconditionTypes ACCESS_TOKEN_EXISTS
public static final GroupProviderPreconditionTypes USER_ID_REGEX
public static GroupProviderPreconditionTypes[] values()
for (GroupProviderPreconditionTypes c : GroupProviderPreconditionTypes.values()) System.out.println(c);
public static GroupProviderPreconditionTypes 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 String getStringValue()
public static GroupProviderPreconditionTypes fromString(String typeAsString)
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.