|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionContainer.ConnectionType | |
---|---|
org.knime.core.node.workflow | Contains wrapper classes which control the communication between Node and GUI Workflow. |
Uses of ConnectionContainer.ConnectionType in org.knime.core.node.workflow |
---|
Methods in org.knime.core.node.workflow that return ConnectionContainer.ConnectionType | |
---|---|
ConnectionContainer.ConnectionType |
ConnectionContainer.getType()
|
static ConnectionContainer.ConnectionType |
ConnectionContainer.ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConnectionContainer.ConnectionType[] |
ConnectionContainer.ConnectionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.knime.core.node.workflow with parameters of type ConnectionContainer.ConnectionType | |
---|---|
ConnectionContainer(NodeID src,
int srcPort,
NodeID dest,
int destPort,
ConnectionContainer.ConnectionType type)
Creates new connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |