public static enum Config.DeviceIdRealm extends java.lang.Enum<Config.DeviceIdRealm>
| Enum Constant and Description |
|---|
DEVICE_ID |
| Modifier and Type | Method and Description |
|---|---|
static Config.DeviceIdRealm |
fromIndex(int index) |
int |
getIndex() |
static Config.DeviceIdRealm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Config.DeviceIdRealm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Config.DeviceIdRealm DEVICE_ID
public static Config.DeviceIdRealm[] values()
for (Config.DeviceIdRealm c : Config.DeviceIdRealm.values()) System.out.println(c);
public static Config.DeviceIdRealm 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 nullpublic int getIndex()
public static Config.DeviceIdRealm fromIndex(int index)