V - the type of state the setting haspublic interface Setting<V extends Setting.State>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Setting.State
Represents the state of a setting.
|
| Modifier and Type | Method and Description |
|---|---|
V |
defaultState()
Returns the default state of this setting.
|
int |
ordinal()
The ordinal position of the setting.
|
int ordinal()
V defaultState()
Copyright © 2022. All rights reserved.