| Modifier and Type | Field and Description |
|---|---|
static java.util.List<SuppressOption> |
SuppressOption.VALUES
A public read-only list of all the 'Suppress Option' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static SuppressOption |
SuppressOption.get(int value)
Returns the 'Suppress Option' literal with the specified integer value.
|
static SuppressOption |
SuppressOption.get(java.lang.String literal)
Returns the 'Suppress Option' literal with the specified literal value.
|
static SuppressOption |
SuppressOption.getByName(java.lang.String name)
Returns the 'Suppress Option' literal with the specified name.
|
static SuppressOption |
SuppressOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SuppressOption[] |
SuppressOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SuppressOption> |
SuppressAttribute.getOptions()
Returns the value of the 'Options' attribute list.
|