public enum ReducedDerivationControl extends Enum<ReducedDerivationControl>
Java class for reducedDerivationControl.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="reducedDerivationControl">
<restriction base="{http://www.w3.org/2001/XMLSchema}derivationControl">
<enumeration value="extension"/>
<enumeration value="restriction"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
EXTENSION |
RESTRICTION |
| Modifier and Type | Method and Description |
|---|---|
static ReducedDerivationControl |
fromValue(DerivationControl v) |
DerivationControl |
value() |
static ReducedDerivationControl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReducedDerivationControl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReducedDerivationControl EXTENSION
public static final ReducedDerivationControl RESTRICTION
public static ReducedDerivationControl[] values()
for (ReducedDerivationControl c : ReducedDerivationControl.values()) System.out.println(c);
public static ReducedDerivationControl 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 DerivationControl value()
public static ReducedDerivationControl fromValue(DerivationControl v)
Copyright © 2017. All rights reserved.