public enum PlaceSelectionState extends java.lang.Enum<PlaceSelectionState>
| Enum Constant and Description |
|---|
Aggregate |
Individual |
Off |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getColor() |
static PlaceSelectionState |
getDefault() |
PlaceSelectionState |
next() |
static PlaceSelectionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlaceSelectionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlaceSelectionState Off
public static final PlaceSelectionState Individual
public static final PlaceSelectionState Aggregate
public static PlaceSelectionState[] values()
for (PlaceSelectionState c : PlaceSelectionState.values()) System.out.println(c);
public static PlaceSelectionState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static PlaceSelectionState getDefault()
public PlaceSelectionState next()
public java.awt.Color getColor()