public static enum Element_optionlist.Attr_setterFunctions.Value extends Enum<Element_optionlist.Attr_setterFunctions.Value> implements EnumerationValue
Modifier and Type | Method and Description |
---|---|
String |
getStringValue() |
static Element_optionlist.Attr_setterFunctions.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element_optionlist.Attr_setterFunctions.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Element_optionlist.Attr_setterFunctions.Value Value_yes
public static final Element_optionlist.Attr_setterFunctions.Value Value_no
public static Element_optionlist.Attr_setterFunctions.Value[] values()
for (Element_optionlist.Attr_setterFunctions.Value c : Element_optionlist.Attr_setterFunctions.Value.values()) System.out.println(c);
public static Element_optionlist.Attr_setterFunctions.Value 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 nullpublic final String getStringValue()
getStringValue
in interface EnumerationValue
see also the complete user documentation .