public static enum AnnotatedTypeGraphEditor.EditMode extends java.lang.Enum<AnnotatedTypeGraphEditor.EditMode>
Enum Constant and Description |
---|
ADD_EDGE |
ADD_LABEL |
ADD_NODE |
SELECT_AND_MOVE |
Modifier and Type | Method and Description |
---|---|
static AnnotatedTypeGraphEditor.EditMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnotatedTypeGraphEditor.EditMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotatedTypeGraphEditor.EditMode SELECT_AND_MOVE
public static final AnnotatedTypeGraphEditor.EditMode ADD_NODE
public static final AnnotatedTypeGraphEditor.EditMode ADD_LABEL
public static final AnnotatedTypeGraphEditor.EditMode ADD_EDGE
public static AnnotatedTypeGraphEditor.EditMode[] values()
for (AnnotatedTypeGraphEditor.EditMode c : AnnotatedTypeGraphEditor.EditMode.values()) System.out.println(c);
public static AnnotatedTypeGraphEditor.EditMode 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