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