public static enum ConfigItem.FLAGS extends Enum<ConfigItem.FLAGS>
Modifier and Type | Method and Description |
---|---|
static ConfigItem.FLAGS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigItem.FLAGS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigItem.FLAGS INITIAL
public static final ConfigItem.FLAGS DEFAULT
public static final ConfigItem.FLAGS UPDATED
public static ConfigItem.FLAGS[] values()
for (ConfigItem.FLAGS c : ConfigItem.FLAGS.values()) System.out.println(c);
public static ConfigItem.FLAGS valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017 "Tigase, Inc.". All rights reserved.