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