public enum DapSort extends Enum<DapSort>
Enum Constant and Description |
---|
ATOMICVARIABLE |
ATTRIBUTE |
ATTRIBUTESET |
DATASET |
DIMENSION |
ENUMERATION |
GRID |
GROUP |
MAP |
OTHERXML |
SEQUENCE |
STRUCTURE |
TYPE |
XML |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static DapSort |
valueOf(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 DapSort[] values()
for (DapSort c : DapSort.values()) System.out.println(c);
public static DapSort 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 nullpublic String getName()
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.