public static enum GML3.GMLVersion extends java.lang.Enum<GML3.GMLVersion>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNamespace() |
static GML3.GMLVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GML3.GMLVersion[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final GML3.GMLVersion GML3_1_1
public static final GML3.GMLVersion GML3_2_1
public static GML3.GMLVersion[] values()
for (GML3.GMLVersion c : GML3.GMLVersion.values())
System.out.println(c);
public static GML3.GMLVersion valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getNamespace()