Enum GSVersionDecoder.VERSION
- java.lang.Object
-
- java.lang.Enum<GSVersionDecoder.VERSION>
-
- it.geosolutions.geoserver.rest.decoder.about.GSVersionDecoder.VERSION
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<GSVersionDecoder.VERSION>
- Enclosing class:
- GSVersionDecoder
public static enum GSVersionDecoder.VERSION extends java.lang.Enum<GSVersionDecoder.VERSION>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetVersion()static GSVersionDecoder.VERSIONgetVersion(java.lang.String v)static java.lang.Stringprint()java.lang.StringtoString()static GSVersionDecoder.VERSIONvalueOf(java.lang.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.
-
-
-
Enum Constant Detail
-
v22
public static final GSVersionDecoder.VERSION v22
-
v23
public static final GSVersionDecoder.VERSION v23
-
v24
public static final GSVersionDecoder.VERSION v24
-
v25
public static final GSVersionDecoder.VERSION v25
-
v26
public static final GSVersionDecoder.VERSION v26
-
v27
public static final GSVersionDecoder.VERSION v27
-
v28
public static final GSVersionDecoder.VERSION v28
-
ABOVE
public static final GSVersionDecoder.VERSION ABOVE
-
UNRECOGNIZED
public static final GSVersionDecoder.VERSION UNRECOGNIZED
-
-
Method Detail
-
values
public static GSVersionDecoder.VERSION[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GSVersionDecoder.VERSION c : GSVersionDecoder.VERSION.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GSVersionDecoder.VERSION valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getVersion
public int getVersion()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Enum<GSVersionDecoder.VERSION>
-
getVersion
public static GSVersionDecoder.VERSION getVersion(java.lang.String v)
-
print
public static java.lang.String print()
-
-