public static enum FeaturesSixml.Support extends Enum<FeaturesSixml.Support>
Enum Constant and Description |
---|
DISABLED
Feature is not supported.
|
MANDATORY
Feature is supported and mandatory.
|
SUPPORTED
Feature is supported but not mandatory.
|
Modifier and Type | Method and Description |
---|---|
static FeaturesSixml.Support |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeaturesSixml.Support[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeaturesSixml.Support DISABLED
public static final FeaturesSixml.Support SUPPORTED
public static final FeaturesSixml.Support MANDATORY
public static FeaturesSixml.Support[] values()
for (FeaturesSixml.Support c : FeaturesSixml.Support.values()) System.out.println(c);
public static FeaturesSixml.Support 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 null