|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ParentNodeType>
org.knime.base.node.mine.decisiontree2.ParentNodeType
@Deprecated enum ParentNodeType
Enum Constant Summary | |
---|---|
CONTINUOUS_SPLIT_NODE
Deprecated. |
|
NOMINAL_SPLIT_NODE_BINARY
Deprecated. |
|
NOMINAL_SPLIT_NODE_NORMAL
Deprecated. |
|
UNKNOWN
Deprecated. |
Method Summary | |
---|---|
static ParentNodeType |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static ParentNodeType[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ParentNodeType UNKNOWN
public static final ParentNodeType CONTINUOUS_SPLIT_NODE
public static final ParentNodeType NOMINAL_SPLIT_NODE_NORMAL
public static final ParentNodeType NOMINAL_SPLIT_NODE_BINARY
Method Detail |
---|
public static ParentNodeType[] values()
for (ParentNodeType c : ParentNodeType.values()) System.out.println(c);
public static ParentNodeType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |