|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeFactory.NodeType | |
---|---|
org.knime.core.node | Contains all classes needed to implement a new node in the workflow. |
org.knime.core.node.workflow | Contains wrapper classes which control the communication between Node and GUI Workflow. |
Uses of NodeFactory.NodeType in org.knime.core.node |
---|
Methods in org.knime.core.node that return NodeFactory.NodeType | |
---|---|
NodeFactory.NodeType |
NodeFactory.getType()
Returns the type of the node. |
NodeFactory.NodeType |
Node.getType()
Returns the type for this node. |
static NodeFactory.NodeType |
NodeFactory.NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeFactory.NodeType[] |
NodeFactory.NodeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of NodeFactory.NodeType in org.knime.core.node.workflow |
---|
Methods in org.knime.core.node.workflow that return NodeFactory.NodeType | |
---|---|
abstract NodeFactory.NodeType |
NodeContainer.getType()
|
NodeFactory.NodeType |
WorkflowManager.getType()
|
NodeFactory.NodeType |
SingleNodeContainer.getType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |