public class SCAAsynchronousRequestNode.SCARequestOneWayOperationTableRow extends NodePropertyRow
Table name = oneWayOperationTable Row names = SCARequestOneWayOperationTable
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
PROPERTY_ISONEWAY |
protected static java.lang.String |
PROPERTY_OPERATIONNAME |
protected static java.lang.String |
ROW_NAME |
copyright, name, nodeProperties
Modifier and Type | Method and Description |
---|---|
boolean |
getIsOneWay()
Get the SCARequestOneWayOperationTableRow "IsOneWay" property
|
protected NodeProperty[] |
getNodeProperties() |
java.lang.String |
getOperationName()
Get the SCARequestOneWayOperationTableRow "OperationName" property
|
void |
setIsOneWay(boolean value)
Set the SCARequestOneWayOperationTableRow "IsOneWay" property
|
void |
setOperationName(java.lang.String value)
Set the SCARequestOneWayOperationTableRow "OperationName" property
|
findPropertyByName, findPropertyByName, getMandatoryPropertyNames, getname, getPropertyDefaultValue, getPropertyNames, getPropertyValue, setProperty
protected static final java.lang.String ROW_NAME
protected static final java.lang.String PROPERTY_OPERATIONNAME
protected static final java.lang.String PROPERTY_ISONEWAY
protected NodeProperty[] getNodeProperties()
public void setOperationName(java.lang.String value)
value
- String ; the value to set the property "OperationName"public java.lang.String getOperationName()
public void setIsOneWay(boolean value)
value
- boolean ; the value to set the property "IsOneWay"public boolean getIsOneWay()