public static enum Constants.LabelType extends Enum<Constants.LabelType>
Enum Constant and Description |
---|
ATTACHED |
COMBINED_DETACHED |
DETACHED |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
static Constants.LabelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.LabelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.LabelType UNDEFINED
public static final Constants.LabelType ATTACHED
public static final Constants.LabelType DETACHED
public static final Constants.LabelType COMBINED_DETACHED
public static Constants.LabelType[] values()
for (Constants.LabelType c : Constants.LabelType.values()) System.out.println(c);
public static Constants.LabelType 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.