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