public static enum User.dataFlag extends java.lang.Enum<User.dataFlag>
Enum Constant and Description |
---|
connSettings
User connectivity settings, e.g.
|
flags
User flags
|
mobileApps
User mobile apps
|
notifications
User notifications plugin
|
Modifier and Type | Method and Description |
---|---|
long |
getValue() |
static User.dataFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static User.dataFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final User.dataFlag flags
public static final User.dataFlag notifications
public static final User.dataFlag connSettings
public static final User.dataFlag mobileApps
public static User.dataFlag[] values()
for (User.dataFlag c : User.dataFlag.values()) System.out.println(c);
public static User.dataFlag 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 long getValue()