Enum Constant and Description |
---|
ATTRIBUTE |
DIMENSION |
ENUMERATION |
GROUP |
SEQUENCE |
STRUCTURE |
VARIABLE |
Modifier and Type | Method and Description |
---|---|
static CDMSort |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CDMSort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDMSort ATTRIBUTE
public static final CDMSort DIMENSION
public static final CDMSort ENUMERATION
public static final CDMSort VARIABLE
public static final CDMSort SEQUENCE
public static final CDMSort STRUCTURE
public static final CDMSort GROUP
public static CDMSort[] values()
for (CDMSort c : CDMSort.values()) System.out.println(c);
public static CDMSort 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