Serializable, Comparable<FormEnum>, XsdEnum<FormEnum>public enum FormEnum extends Enum<FormEnum> implements XsdEnum<FormEnum>
Enum with all the possible values for the form attribute.| Enum Constant | Description |
|---|---|
QUALIFIED |
|
UNQUALIFIED |
| Modifier and Type | Method | Description |
|---|---|---|
List<String> |
getSupportedValues() |
|
String |
getValue() |
|
FormEnum[] |
getValues() |
|
String |
getVariableName() |
|
static FormEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FormEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormEnum QUALIFIED
public static final FormEnum UNQUALIFIED
private final String value
public static FormEnum[] values()
for (FormEnum c : FormEnum.values()) System.out.println(c);
public static FormEnum 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 String getValue()
public String getVariableName()
getVariableName in interface XsdEnum<FormEnum>Enum represents.public FormEnum[] getValues()
public List<String> getSupportedValues()
getSupportedValues in interface XsdEnum<FormEnum>Copyright © 2018. All rights reserved.