public static enum RegionSelectionMethodDialog.RegionSelectionMethod extends java.lang.Enum<RegionSelectionMethodDialog.RegionSelectionMethod>
Enum Constant and Description |
---|
NEW_CIRCLE |
NEW_POLYGONAL_REGION |
NEW_RECTANGLE |
SELECT_REGION_ON_MAP |
Modifier and Type | Method and Description |
---|---|
static RegionSelectionMethodDialog.RegionSelectionMethod |
getValue(int value) |
java.lang.String |
toString() |
static RegionSelectionMethodDialog.RegionSelectionMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegionSelectionMethodDialog.RegionSelectionMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegionSelectionMethodDialog.RegionSelectionMethod NEW_CIRCLE
public static final RegionSelectionMethodDialog.RegionSelectionMethod NEW_RECTANGLE
public static final RegionSelectionMethodDialog.RegionSelectionMethod NEW_POLYGONAL_REGION
public static final RegionSelectionMethodDialog.RegionSelectionMethod SELECT_REGION_ON_MAP
public static RegionSelectionMethodDialog.RegionSelectionMethod[] values()
for (RegionSelectionMethodDialog.RegionSelectionMethod c : RegionSelectionMethodDialog.RegionSelectionMethod.values()) System.out.println(c);
public static RegionSelectionMethodDialog.RegionSelectionMethod 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 java.lang.String toString()
toString
in class java.lang.Enum<RegionSelectionMethodDialog.RegionSelectionMethod>
public static RegionSelectionMethodDialog.RegionSelectionMethod getValue(int value)