public static enum DataSetConstants.SetNodeType extends Enum<DataSetConstants.SetNodeType>
Enum Constant and Description |
---|
CATALOG |
DIRECTORY |
DOCUMENT |
FORMAT |
IMAGE |
INDEX |
LABEL |
TABULAR |
WEB |
Modifier and Type | Method and Description |
---|---|
static DataSetConstants.SetNodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSetConstants.SetNodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSetConstants.SetNodeType DIRECTORY
public static final DataSetConstants.SetNodeType LABEL
public static final DataSetConstants.SetNodeType FORMAT
public static final DataSetConstants.SetNodeType IMAGE
public static final DataSetConstants.SetNodeType TABULAR
public static final DataSetConstants.SetNodeType DOCUMENT
public static final DataSetConstants.SetNodeType CATALOG
public static final DataSetConstants.SetNodeType WEB
public static final DataSetConstants.SetNodeType INDEX
public static DataSetConstants.SetNodeType[] values()
for (DataSetConstants.SetNodeType c : DataSetConstants.SetNodeType.values()) System.out.println(c);
public static DataSetConstants.SetNodeType 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 nullCopyright © 2010–2017 Planetary Data System. All rights reserved.