public static enum GML.Version extends Enum<GML.Version>
Modifier and Type | Method and Description |
---|---|
static GML.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GML.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GML.Version GML2
public static final GML.Version GML3
public static final GML.Version WFS1_0
public static final GML.Version WFS1_1
public static GML.Version[] values()
for (GML.Version c : GML.Version.values()) System.out.println(c);
public static GML.Version 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 © 1996–2019 Geotools. All rights reserved.