| Modifier and Type | Method and Description |
|---|---|
OptionalContentBaseState |
OptionalContentConfig.getBaseState()
Get the base state for this OptionalContentConfig.
|
static OptionalContentBaseState |
OptionalContentBaseState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OptionalContentBaseState[] |
OptionalContentBaseState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OptionalContentConfig.setBaseState(OptionalContentBaseState baseState)
Set the base state for this OptionalContentConfig.
|