public class MessageFlowProxy.Node
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
MessageFlowProxy.Node(java.lang.String name,
java.lang.String type,
java.lang.String uuid,
java.util.Properties properties) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name (label) of the node
|
java.util.Properties |
getProperties()
Returns any properties configured on the node, where
each key in the supplied Properties object is the
internal name of the property, and the value is
the assigned value of that property.
|
java.lang.String |
getType()
Returns the internal type (class name) of the node
|
java.lang.String |
getUUID()
Returns the unique identifier of the node
|
java.lang.String |
toString() |
protected MessageFlowProxy.Node(java.lang.String name, java.lang.String type, java.lang.String uuid, java.util.Properties properties)
public java.lang.String getName()
public java.lang.String getType()
public java.lang.String getUUID()
public java.util.Properties getProperties()
public java.lang.String toString()
toString
in class java.lang.Object