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