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