Enum Constant and Description |
---|
ATOMICTYPE |
ATTRIBUTE |
ATTRIBUTESET |
DATASET |
DIMENSION |
ENUMCONST |
ENUMERATION |
GROUP |
MAP |
OTHERXML |
SEQUENCE |
STRUCTURE |
VARIABLE |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getClassFor() |
java.lang.String |
getName() |
boolean |
isa(DapSort supersort) |
boolean |
isCompound() |
boolean |
isGroup() |
boolean |
isType() |
boolean |
isVar() |
boolean |
oneof(DapSort... which) |
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 ATOMICTYPE
public static final DapSort ATTRIBUTESET
public static final DapSort OTHERXML
public static final DapSort ATTRIBUTE
public static final DapSort DIMENSION
public static final DapSort MAP
public static final DapSort VARIABLE
public static final DapSort DATASET
public static final DapSort GROUP
public static final DapSort ENUMERATION
public static final DapSort ENUMCONST
public static final DapSort SEQUENCE
public static final DapSort STRUCTURE
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 final java.lang.String getName()
public final java.lang.Class getClassFor()
public boolean isa(DapSort supersort)
public boolean oneof(DapSort... which)
public boolean isVar()
public boolean isGroup()
public boolean isType()
public boolean isCompound()