|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<BitVectorGeneratorNodeModel.STRING_TYPES>
org.knime.base.node.mine.subgroupminer.BitVectorGeneratorNodeModel.STRING_TYPES
public static enum BitVectorGeneratorNodeModel.STRING_TYPES
Represents the string types that can be parsed.
| Enum Constant Summary | |
|---|---|
BIT
A string of '0' and '1'. |
|
HEX
A hexadecimal representation of bits. |
|
ID
A string of ids, where every id indicates the position in the bitset to set. |
|
| Method Summary | |
|---|---|
static BitVectorGeneratorNodeModel.STRING_TYPES |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BitVectorGeneratorNodeModel.STRING_TYPES[] |
values()
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 BitVectorGeneratorNodeModel.STRING_TYPES HEX
public static final BitVectorGeneratorNodeModel.STRING_TYPES ID
public static final BitVectorGeneratorNodeModel.STRING_TYPES BIT
| Method Detail |
|---|
public static BitVectorGeneratorNodeModel.STRING_TYPES[] values()
for (BitVectorGeneratorNodeModel.STRING_TYPES c : BitVectorGeneratorNodeModel.STRING_TYPES.values()) System.out.println(c);
public static BitVectorGeneratorNodeModel.STRING_TYPES 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 | |||||||||