public static final class ConfigData.Options extends Object
ConfigData.Option flags.| Modifier and Type | Field and Description |
|---|---|
static ConfigData.Options |
NONE
No options.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(ConfigData.Option option)
Returns if the given option is contained in this set.
|
boolean |
equals(Object obj) |
int |
hashCode() |
static ConfigData.Options |
of(ConfigData.Option... options)
Create a new instance with the given
ConfigData.Option values. |
String |
toString() |
public static final ConfigData.Options NONE
public boolean contains(ConfigData.Option option)
option - the option to checktrue of the option is presentpublic static ConfigData.Options of(ConfigData.Option... options)
ConfigData.Option values.options - the options to includeConfigData.Options instance