public static enum UmlDiagramFrame.ClassGrip extends java.lang.Enum<UmlDiagramFrame.ClassGrip>
| Enum Constant and Description |
|---|
GRIP_E |
GRIP_N |
GRIP_NE |
GRIP_NW |
GRIP_S |
GRIP_SE |
GRIP_SW |
GRIP_W |
| Modifier and Type | Method and Description |
|---|---|
static UmlDiagramFrame.ClassGrip |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmlDiagramFrame.ClassGrip[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UmlDiagramFrame.ClassGrip GRIP_N
public static final UmlDiagramFrame.ClassGrip GRIP_NE
public static final UmlDiagramFrame.ClassGrip GRIP_E
public static final UmlDiagramFrame.ClassGrip GRIP_SE
public static final UmlDiagramFrame.ClassGrip GRIP_S
public static final UmlDiagramFrame.ClassGrip GRIP_SW
public static final UmlDiagramFrame.ClassGrip GRIP_W
public static final UmlDiagramFrame.ClassGrip GRIP_NW
public static UmlDiagramFrame.ClassGrip[] values()
for (UmlDiagramFrame.ClassGrip c : UmlDiagramFrame.ClassGrip.values()) System.out.println(c);
public static UmlDiagramFrame.ClassGrip 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