public static enum Registration.RegistrationType extends java.lang.Enum<Registration.RegistrationType>
Modifier and Type | Method and Description |
---|---|
static Registration.RegistrationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Registration.RegistrationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Registration.RegistrationType unknown
public static final Registration.RegistrationType gcm
public static final Registration.RegistrationType adm
public static final Registration.RegistrationType baidu
public static Registration.RegistrationType[] values()
for (Registration.RegistrationType c : Registration.RegistrationType.values()) System.out.println(c);
public static Registration.RegistrationType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null