public static enum APIConstants.RSMFillOptions extends java.lang.Enum<APIConstants.RSMFillOptions>
Enum Constant and Description |
---|
NONE
Integer value = 0 this is default value
|
ROLE_DETAILS
Integer value = 1
|
ROLE_PERMISSIONS
Integer value = 2
|
Modifier and Type | Method and Description |
---|---|
static APIConstants.RSMFillOptions |
getOption(int value) |
int |
toInt() |
static APIConstants.RSMFillOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIConstants.RSMFillOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIConstants.RSMFillOptions NONE
public static final APIConstants.RSMFillOptions ROLE_DETAILS
public static final APIConstants.RSMFillOptions ROLE_PERMISSIONS
public static APIConstants.RSMFillOptions[] values()
for (APIConstants.RSMFillOptions c : APIConstants.RSMFillOptions.values()) System.out.println(c);
public static APIConstants.RSMFillOptions 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 static APIConstants.RSMFillOptions getOption(int value)
value
- public int toInt()