public enum GmlVersion extends Enum<GmlVersion>
| Enum Constant and Description |
|---|
V321
Version 3.2.1
|
V322
Version 3.2.2
|
| Modifier and Type | Method and Description |
|---|---|
static GmlVersion |
fromString(String version) |
String |
getStringRepresentation() |
String |
toString() |
static String |
toString(GmlVersion version) |
static GmlVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GmlVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GmlVersion V321
public static final GmlVersion V322
public static GmlVersion[] values()
for (GmlVersion c : GmlVersion.values()) System.out.println(c);
public static GmlVersion 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 final String getStringRepresentation()
public static GmlVersion fromString(String version)
public static String toString(GmlVersion version)
public String toString()
toString in class Enum<GmlVersion>Copyright © 2023 Open Geospatial Consortium. All rights reserved.