public static enum FeatureTemplate.Tools extends java.lang.Enum<FeatureTemplate.Tools>
Enum Constant and Description |
---|
NOT_SET |
TOOL_ARROW |
TOOL_AUTO_COMPLETE_POLYGON |
TOOL_CIRCLE |
TOOL_ELLIPSE |
TOOL_FREEHAND |
TOOL_LINE |
TOOL_NONE |
TOOL_POINT |
TOOL_POLYGON |
TOOL_RECTANGLE |
TOOL_TRIANGLE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static FeatureTemplate.Tools |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureTemplate.Tools[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureTemplate.Tools NOT_SET
public static final FeatureTemplate.Tools TOOL_ARROW
public static final FeatureTemplate.Tools TOOL_AUTO_COMPLETE_POLYGON
public static final FeatureTemplate.Tools TOOL_CIRCLE
public static final FeatureTemplate.Tools TOOL_ELLIPSE
public static final FeatureTemplate.Tools TOOL_FREEHAND
public static final FeatureTemplate.Tools TOOL_LINE
public static final FeatureTemplate.Tools TOOL_NONE
public static final FeatureTemplate.Tools TOOL_POINT
public static final FeatureTemplate.Tools TOOL_POLYGON
public static final FeatureTemplate.Tools TOOL_RECTANGLE
public static final FeatureTemplate.Tools TOOL_TRIANGLE
public static FeatureTemplate.Tools[] values()
for (FeatureTemplate.Tools c : FeatureTemplate.Tools.values()) System.out.println(c);
public static FeatureTemplate.Tools 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 getValue()