public static enum SwiXmlParser.SwiXmlVersion extends Enum<SwiXmlParser.SwiXmlVersion>
Modifier and Type | Method and Description |
---|---|
String |
getLanguageVersion() |
static SwiXmlParser.SwiXmlVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwiXmlParser.SwiXmlVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwiXmlParser.SwiXmlVersion VERSION_2
public static final SwiXmlParser.SwiXmlVersion VERSION_3
public static SwiXmlParser.SwiXmlVersion[] values()
for (SwiXmlParser.SwiXmlVersion c : SwiXmlParser.SwiXmlVersion.values()) System.out.println(c);
public static SwiXmlParser.SwiXmlVersion 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 getLanguageVersion()
Copyright © 2004-2012 X4O. All Rights Reserved.