public class MQTTPublishNode extends Node
MQTTPublishNodeUDN instance
Modifier and Type | Class and Description |
---|---|
static class |
MQTTPublishNode.ENUM_MQTTPUBLISH_QOS
ENUM_MQTTPUBLISH_QOS
|
static class |
MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEFAILUREACTION
ENUM_MQTTPUBLISH_VALIDATEFAILUREACTION
|
static class |
MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEFIXUP
ENUM_MQTTPUBLISH_VALIDATEFIXUP
|
static class |
MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEMASTER
ENUM_MQTTPUBLISH_VALIDATEMASTER
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_IN |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
Constructor and Description |
---|
MQTTPublishNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClientId()
Get the MQTTPublishNodeUDN "Client ID" property
|
java.lang.String |
getConnectorName()
Get the MQTTPublishNodeUDN "Connector name" property
|
java.lang.String |
getHostName()
Get the MQTTPublishNodeUDN "Host name" property
|
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
java.lang.String |
getPolicyUrl()
Get the MQTTPublishNodeUDN "Policy URL" property
|
int |
getPort()
Get the MQTTPublishNodeUDN Port property
|
MQTTPublishNode.ENUM_MQTTPUBLISH_QOS |
getQos()
Get the MQTTPublishNodeUDN "Quality of service" property
|
java.lang.String |
getSecurityIdentity()
Get the MQTTPublishNodeUDN "Security identity" property
|
java.lang.String |
getTopicName()
Get the MQTTPublishNodeUDN "Topic name" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
boolean |
getValidateAllValueConstraints()
Get the MQTTPublishNodeUDN "validateAllValueConstraints" property
|
MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEFAILUREACTION |
getValidateFailureAction()
Get the MQTTPublishNodeUDN "Failure action" property
|
MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEFIXUP |
getValidateFixup()
Get the MQTTPublishNodeUDN "validateFixup" property
|
MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEMASTER |
getValidateMaster()
Get the MQTTPublishNodeUDN "Validate" property
|
MQTTPublishNode |
setClientId(java.lang.String value)
Set the MQTTPublishNodeUDN "Client ID" property
|
MQTTPublishNode |
setConnectorName(java.lang.String value)
Set the MQTTPublishNodeUDN "Connector name" property
|
MQTTPublishNode |
setHostName(java.lang.String value)
Set the MQTTPublishNodeUDN "Host name" property
|
MQTTPublishNode |
setPolicyUrl(java.lang.String value)
Set the MQTTPublishNodeUDN "Policy URL" property
|
MQTTPublishNode |
setPort(int value)
Set the MQTTPublishNodeUDN "Port" property
|
MQTTPublishNode |
setQos(MQTTPublishNode.ENUM_MQTTPUBLISH_QOS value)
Set the MQTTPublishNodeUDN "Quality of service" property
|
MQTTPublishNode |
setSecurityIdentity(java.lang.String value)
Set the MQTTPublishNodeUDN "Security identity" property
|
MQTTPublishNode |
setTopicName(java.lang.String value)
Set the MQTTPublishNodeUDN "Topic name" property
|
MQTTPublishNode |
setValidateAllValueConstraints(boolean value)
Set the MQTTPublishNodeUDN "validateAllValueConstraints" property
|
MQTTPublishNode |
setValidateFailureAction(MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEFAILUREACTION value)
Set the MQTTPublishNodeUDN "Failure action" property
|
MQTTPublishNode |
setValidateFixup(MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEFIXUP value)
Set the MQTTPublishNodeUDN "validateFixup" property
|
MQTTPublishNode |
setValidateMaster(MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEMASTER value)
Set the MQTTPublishNodeUDN "Validate" property
|
addNsmapping, clone, findPropertyByName, getInputTerminal, getInputTerminal, getInstanceNodeProperties, getLocation, getLongDescription, getMandatoryPropertyNames, getNodePropertyTables, getNsmappingtables, getOutputTerminal, getOutputTerminal, getPropertyDefaultValue, getPropertyNames, getPropertyValue, getRotate, getShortDescription, isUdpSupport, removeNsmapping, setLocation, setLocation, setLongDescription, setNodeName, setNsmappingtables, setProperty, setRotate, setShortDescription, toString
public final InputTerminal INPUT_TERMINAL_IN
public final OutputTerminal OUTPUT_TERMINAL_OUT
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
public InputTerminal[] getInputTerminals()
Node
getInputTerminals
in class Node
public OutputTerminal[] getOutputTerminals()
Node
getOutputTerminals
in class Node
public java.lang.String getTypeName()
Node
getTypeName
in class Node
public MQTTPublishNode setClientId(java.lang.String value)
value
- String ; the value to set the property "Client ID"public java.lang.String getClientId()
public MQTTPublishNode setTopicName(java.lang.String value)
value
- String ; the value to set the property "Topic name"public java.lang.String getTopicName()
public MQTTPublishNode setHostName(java.lang.String value)
value
- String ; the value to set the property "Host name"public java.lang.String getHostName()
public MQTTPublishNode setPort(int value)
value
- int ; the value to set the property "Port"public int getPort()
public MQTTPublishNode setQos(MQTTPublishNode.ENUM_MQTTPUBLISH_QOS value)
value
- ENUM_MQTTPUBLISH_QOS ; the value to set the property "Quality of service"public MQTTPublishNode.ENUM_MQTTPUBLISH_QOS getQos()
public MQTTPublishNode setConnectorName(java.lang.String value)
value
- String ; the value to set the property "Connector name"public java.lang.String getConnectorName()
public MQTTPublishNode setSecurityIdentity(java.lang.String value)
value
- String ; the value to set the property "Security identity"public java.lang.String getSecurityIdentity()
public MQTTPublishNode setValidateMaster(MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEMASTER value)
value
- ENUM_MQTTPUBLISH_VALIDATEMASTER ; the value to set the property "Validate"public MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEMASTER getValidateMaster()
public MQTTPublishNode setValidateFailureAction(MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEFAILUREACTION value)
value
- ENUM_MQTTPUBLISH_VALIDATEFAILUREACTION ; the value to set the property "Failure action"public MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEFAILUREACTION getValidateFailureAction()
public MQTTPublishNode setValidateAllValueConstraints(boolean value)
value
- boolean ; the value to set the property "validateAllValueConstraints"public boolean getValidateAllValueConstraints()
public MQTTPublishNode setValidateFixup(MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEFIXUP value)
value
- ENUM_MQTTPUBLISH_VALIDATEFIXUP ; the value to set the property "validateFixup"public MQTTPublishNode.ENUM_MQTTPUBLISH_VALIDATEFIXUP getValidateFixup()
public MQTTPublishNode setPolicyUrl(java.lang.String value)
value
- String ; the value to set the property "Policy URL"public java.lang.String getPolicyUrl()
public java.lang.String getNodeName()
Node
MessageFlow mf1 = patternInstanceManager.getMessageFlow("MyFlowProject", "mf1.msgflow"); Node inputMQNode = mf1.getNodeByName("My Input Node"); inputMQNode.setNodeName("Renamed Input Node");
getNodeName
in class Node