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