public enum NaSplitDir extends java.lang.Enum<NaSplitDir>
Enum Constant and Description |
---|
Left |
NALeft |
NARight |
NAvsREST |
None |
Right |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static NaSplitDir |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NaSplitDir[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NaSplitDir None
public static final NaSplitDir NAvsREST
public static final NaSplitDir NALeft
public static final NaSplitDir NARight
public static final NaSplitDir Left
public static final NaSplitDir Right
public static NaSplitDir[] values()
for (NaSplitDir c : NaSplitDir.values()) System.out.println(c);
public static NaSplitDir 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 nullpublic int value()