public static enum PlanController.EditableProperty extends java.lang.Enum<PlanController.EditableProperty>
Enum Constant and Description |
---|
ANGLE |
ARC_EXTENT |
DIAGONAL |
LENGTH |
OFFSET |
THICKNESS |
X |
Y |
Modifier and Type | Method and Description |
---|---|
static PlanController.EditableProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlanController.EditableProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanController.EditableProperty X
public static final PlanController.EditableProperty Y
public static final PlanController.EditableProperty LENGTH
public static final PlanController.EditableProperty DIAGONAL
public static final PlanController.EditableProperty ANGLE
public static final PlanController.EditableProperty THICKNESS
public static final PlanController.EditableProperty OFFSET
public static final PlanController.EditableProperty ARC_EXTENT
public static PlanController.EditableProperty[] values()
for (PlanController.EditableProperty c : PlanController.EditableProperty.values()) System.out.println(c);
public static PlanController.EditableProperty 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 null
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License