public static enum GSVersionDecoder.VERSION extends Enum<GSVersionDecoder.VERSION>
| Enum Constant and Description |
|---|
ABOVE |
UNRECOGNIZED |
v22 |
v23 |
v24 |
v25 |
v26 |
v27 |
v28 |
| Modifier and Type | Method and Description |
|---|---|
int |
getVersion() |
static GSVersionDecoder.VERSION |
getVersion(String v) |
static String |
print() |
String |
toString() |
static GSVersionDecoder.VERSION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GSVersionDecoder.VERSION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GSVersionDecoder.VERSION v22
public static final GSVersionDecoder.VERSION v23
public static final GSVersionDecoder.VERSION v24
public static final GSVersionDecoder.VERSION v25
public static final GSVersionDecoder.VERSION v26
public static final GSVersionDecoder.VERSION v27
public static final GSVersionDecoder.VERSION v28
public static final GSVersionDecoder.VERSION ABOVE
public static final GSVersionDecoder.VERSION UNRECOGNIZED
public static GSVersionDecoder.VERSION[] values()
for (GSVersionDecoder.VERSION c : GSVersionDecoder.VERSION.values()) System.out.println(c);
public static GSVersionDecoder.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 nullpublic int getVersion()
public String toString()
toString in class Enum<GSVersionDecoder.VERSION>public static GSVersionDecoder.VERSION getVersion(String v)
public static String print()
Copyright © 2007–2016 PDOK. All rights reserved.