public static enum ApplicationId.Type extends Enum<ApplicationId.Type>
| Modifier and Type | Method and Description |
|---|---|
static ApplicationId.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationId.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationId.Type Acct
public static final ApplicationId.Type Auth
public static ApplicationId.Type[] values()
for (ApplicationId.Type c : ApplicationId.Type.values()) System.out.println(c);
public static ApplicationId.Type 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 © 2014. All Rights Reserved.