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