public static enum NodeListView.LabelPosition extends java.lang.Enum<NodeListView.LabelPosition>
Modifier and Type | Method and Description |
---|---|
static NodeListView.LabelPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeListView.LabelPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeListView.LabelPosition NONE
public static final NodeListView.LabelPosition TOP
public static final NodeListView.LabelPosition RIGHT
public static final NodeListView.LabelPosition BOTTOM
public static final NodeListView.LabelPosition LEFT
public static NodeListView.LabelPosition[] values()
for (NodeListView.LabelPosition c : NodeListView.LabelPosition.values()) System.out.println(c);
public static NodeListView.LabelPosition 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