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