public abstract class IntegrationNode extends ObjectSE
| 修飾子 | コンストラクターと説明 |
|---|---|
protected | IntegrationNode(int nodeId, StringSE name, ObjectSE nodeObject) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | addProperties(MapSE<StringSE, ObjectSE> props) ノードにプロパティを追加します。 |
void | addProperty(StringSE name, ObjectSE value) ノードにプロパティを追加します。 |
StringSE | getComponentType() |
IntegrationPatternType.IntegrationPatternCategory | getIntegrationPatternCategory() |
IntegrationPatternType | getIntegrationPatternType() |
StringSE | getName() |
int | getNodeId() |
MapSE<StringSE, ObjectSE> | getProperties() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic int getNodeId()
public StringSE getName()
public final StringSE getComponentType()
@Nullable public IntegrationPatternType getIntegrationPatternType()
@Nullable public IntegrationPatternType.IntegrationPatternCategory getIntegrationPatternCategory()
public void addProperty(StringSE name, ObjectSE value)
name - プロパティの名前 value - プロパティの値