public enum CDMSort extends Enum<CDMSort>
Enum Constant and Description |
---|
ATTRIBUTE
Deprecated.
|
DIMENSION
Deprecated.
|
ENUMERATION
Deprecated.
|
GROUP
Deprecated.
|
SEQUENCE
Deprecated.
|
STRUCTURE
Deprecated.
|
VARIABLE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CDMSort |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CDMSort[] |
values()
Deprecated.
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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null