|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Shape.ShapeType>
nl.cloudfarming.client.area.field.shape.Shape.ShapeType
public static enum Shape.ShapeType
Type of a shape object Gives an indication about what kind of shape it is, what the purpose is and where it needs to be stored eventually.
| Enum Constant Summary | |
|---|---|
FIELD
Field shape, Geometry will be a MultiPolygon |
|
HELPLINE
helpline shape, Geometry will be a line |
|
SKIP
Skip this shape |
|
| Method Summary | |
|---|---|
String |
toString()
|
static Shape.ShapeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Shape.ShapeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Shape.ShapeType SKIP
public static final Shape.ShapeType FIELD
public static final Shape.ShapeType HELPLINE
| Method Detail |
|---|
public static Shape.ShapeType[] values()
for (Shape.ShapeType c : Shape.ShapeType.values()) System.out.println(c);
public static Shape.ShapeType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Shape.ShapeType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||