public static enum GMST.GMSTType extends java.lang.Enum<GMST.GMSTType>
Modifier and Type | Method and Description |
---|---|
static GMST.GMSTType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GMST.GMSTType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMST.GMSTType Bool
public static final GMST.GMSTType Int
public static final GMST.GMSTType Float
public static final GMST.GMSTType String
public static final GMST.GMSTType Unknown
public static GMST.GMSTType[] values()
for (GMST.GMSTType c : GMST.GMSTType.values()) System.out.println(c);
public static GMST.GMSTType 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 null