public abstract class IntegrationNode extends Object
Modifier | Constructor and Description |
---|---|
protected |
IntegrationNode(int nodeId,
String name,
Object nodeObject) |
Modifier and Type | Method and Description |
---|---|
void |
addProperties(Map<String,Object> props)
Add extra property to the node.
|
void |
addProperty(String name,
Object value)
Add extra property to the node.
|
String |
getComponentType() |
IntegrationPatternType.IntegrationPatternCategory |
getIntegrationPatternCategory() |
IntegrationPatternType |
getIntegrationPatternType() |
String |
getName() |
int |
getNodeId() |
Map<String,Object> |
getProperties() |
public int getNodeId()
public String getName()
public final String getComponentType()
@Nullable public IntegrationPatternType getIntegrationPatternType()
@Nullable public IntegrationPatternType.IntegrationPatternCategory getIntegrationPatternCategory()
public void addProperty(String name, Object value)
name
- the name for propertyvalue
- the value of the property