public static enum PDAPHandler.RESOURCE_CLASS extends Enum<PDAPHandler.RESOURCE_CLASS>
Enum Constant and Description |
---|
DATA_SET |
MAP_PROJECTED |
METADATA |
PRODUCT |
Modifier and Type | Method and Description |
---|---|
static PDAPHandler.RESOURCE_CLASS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDAPHandler.RESOURCE_CLASS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDAPHandler.RESOURCE_CLASS DATA_SET
public static final PDAPHandler.RESOURCE_CLASS PRODUCT
public static final PDAPHandler.RESOURCE_CLASS MAP_PROJECTED
public static final PDAPHandler.RESOURCE_CLASS METADATA
public static PDAPHandler.RESOURCE_CLASS[] values()
for (PDAPHandler.RESOURCE_CLASS c : PDAPHandler.RESOURCE_CLASS.values()) System.out.println(c);
public static PDAPHandler.RESOURCE_CLASS 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–2018 Planetary Data System. All rights reserved.