public static enum XmlParserBase.XmlVersion extends Enum<XmlParserBase.XmlVersion>
| Modifier and Type | Method and Description |
|---|---|
static XmlParserBase.XmlVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlParserBase.XmlVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlParserBase.XmlVersion V1_0
public static final XmlParserBase.XmlVersion V1_1
public static XmlParserBase.XmlVersion[] values()
for (XmlParserBase.XmlVersion c : XmlParserBase.XmlVersion.values()) System.out.println(c);
public static XmlParserBase.XmlVersion 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 nullCopyright © 2014–2021 Health Level 7. All rights reserved.