public static enum Constants.PointerType extends Enum<Constants.PointerType>
Enum Constant and Description |
---|
DATA_LOCATION |
DESCRIPTION |
INCLUDE |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
static Constants.PointerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.PointerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.PointerType UNDEFINED
public static final Constants.PointerType DATA_LOCATION
public static final Constants.PointerType INCLUDE
public static final Constants.PointerType DESCRIPTION
public static Constants.PointerType[] values()
for (Constants.PointerType c : Constants.PointerType.values()) System.out.println(c);
public static Constants.PointerType 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 © 2005–2015 Planetary Data System. All rights reserved.