public static enum AppPropertiesRegistration.OAuths extends Enum<AppPropertiesRegistration.OAuths>
| Modifier and Type | Method and Description |
|---|---|
static AppPropertiesRegistration.OAuths |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppPropertiesRegistration.OAuths[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppPropertiesRegistration.OAuths GOOGLE
public static final AppPropertiesRegistration.OAuths GITHUB
public static final AppPropertiesRegistration.OAuths TWITTER
public static final AppPropertiesRegistration.OAuths GLOBUS
public static AppPropertiesRegistration.OAuths[] values()
for (AppPropertiesRegistration.OAuths c : AppPropertiesRegistration.OAuths.values()) System.out.println(c);
public static AppPropertiesRegistration.OAuths 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 nullCopyright © 2012–2016 Emory University. All rights reserved.