public enum CPNStdColset extends java.lang.Enum<CPNStdColset>
Enum Constant and Description |
---|
BOOL |
INT |
INTINF |
REAL |
STRING |
TIME |
UNIT |
Modifier and Type | Method and Description |
---|---|
static CPNStdColset |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPNStdColset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPNStdColset UNIT
public static final CPNStdColset BOOL
public static final CPNStdColset INT
public static final CPNStdColset INTINF
public static final CPNStdColset TIME
public static final CPNStdColset REAL
public static final CPNStdColset STRING
public static CPNStdColset[] values()
for (CPNStdColset c : CPNStdColset.values()) System.out.println(c);
public static CPNStdColset 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