public enum EXMLDOMFeatureVersion extends Enum<EXMLDOMFeatureVersion> implements IHasID<String>
| Enum Constant and Description |
|---|
DOM_FEATURE_VERSION1 |
DOM_FEATURE_VERSION2 |
DOM_FEATURE_VERSION3 |
| Modifier and Type | Method and Description |
|---|---|
static EXMLDOMFeatureVersion |
getFromIDOrNull(String sID) |
String |
getID()
Get the unique ID of this object.
|
static EXMLDOMFeatureVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EXMLDOMFeatureVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetComparatorIDpublic static final EXMLDOMFeatureVersion DOM_FEATURE_VERSION1
public static final EXMLDOMFeatureVersion DOM_FEATURE_VERSION2
public static final EXMLDOMFeatureVersion DOM_FEATURE_VERSION3
public static EXMLDOMFeatureVersion[] values()
for (EXMLDOMFeatureVersion c : EXMLDOMFeatureVersion.values()) System.out.println(c);
public static EXMLDOMFeatureVersion 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@Nonnull @Nonempty public String getID()
IHasIDString than the
returned value must match an XML NMToken expression (so e.g. no ':' in the
ID)!@Nullable public static EXMLDOMFeatureVersion getFromIDOrNull(@Nullable String sID)
Copyright © 2014–2016 Philip Helger. All rights reserved.