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