public enum WmtVersion extends java.lang.Enum<WmtVersion>
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static WmtVersion |
getVersionFromNumber(int number) |
static WmtVersion |
getVersionFromNumber(com.jniwrapper.IntegerParameter parameter) |
static WmtVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WmtVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WmtVersion VER_4_0
public static final WmtVersion VER_7_0
public static final WmtVersion VER_9_0
public static WmtVersion[] values()
for (WmtVersion c : WmtVersion.values()) System.out.println(c);
public static WmtVersion 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 int getValue()
public static WmtVersion getVersionFromNumber(com.jniwrapper.IntegerParameter parameter)
public static WmtVersion getVersionFromNumber(int number)