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