public static enum APIConstants.SMFillOptions extends java.lang.Enum<APIConstants.SMFillOptions>
Enum Constant and Description |
---|
COLUMN_EXTENDED_PROPERTIES
Integer value = 16
|
COLUMN_INDEXES
Integer value = 8
|
COLUMN_VALID_VALUES
Integer value = 32
|
INDEX_COLUMN_ASSOCIATES
Integer value = 128
|
NONE
Integer value = 0 this is default value
|
TABLE_COLUMNS
Integer value = 2
|
TABLE_EXTENDED_PROPERTIES
Integer value = 4
|
TABLE_INDEXES
Integer value = 1
|
VALID_VALUES_EXTENDED_PROPERTIES
Integer value = 64
|
Modifier and Type | Method and Description |
---|---|
static APIConstants.SMFillOptions |
getOption(int value) |
int |
toInt() |
static APIConstants.SMFillOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIConstants.SMFillOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIConstants.SMFillOptions NONE
public static final APIConstants.SMFillOptions TABLE_INDEXES
public static final APIConstants.SMFillOptions TABLE_COLUMNS
public static final APIConstants.SMFillOptions TABLE_EXTENDED_PROPERTIES
public static final APIConstants.SMFillOptions COLUMN_INDEXES
public static final APIConstants.SMFillOptions COLUMN_EXTENDED_PROPERTIES
public static final APIConstants.SMFillOptions COLUMN_VALID_VALUES
public static final APIConstants.SMFillOptions VALID_VALUES_EXTENDED_PROPERTIES
public static final APIConstants.SMFillOptions INDEX_COLUMN_ASSOCIATES
public static APIConstants.SMFillOptions[] values()
for (APIConstants.SMFillOptions c : APIConstants.SMFillOptions.values()) System.out.println(c);
public static APIConstants.SMFillOptions 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.SMFillOptions getOption(int value)
value
- public int toInt()