public class RouteNode.FilterTableRow extends NodePropertyRow
Table name = Filter table Row names = FilterTableRow
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
PROPERTY_FILTERPATTERN |
protected static java.lang.String |
PROPERTY_ROUTINGOUTPUTTERMINAL |
protected static java.lang.String |
ROW_NAME |
copyright, name, nodeProperties
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilterPattern()
Get the FilterTableRow "Filter pattern" property
|
protected NodeProperty[] |
getNodeProperties() |
java.lang.String |
getRoutingOutputTerminal()
Get the FilterTableRow "Routing output terminal" property
|
void |
setFilterPattern(java.lang.String value)
Set the FilterTableRow "Filter pattern" property
|
void |
setRoutingOutputTerminal(java.lang.String value)
Set the FilterTableRow "Routing output terminal" property
|
findPropertyByName, findPropertyByName, getMandatoryPropertyNames, getname, getPropertyDefaultValue, getPropertyNames, getPropertyValue, setProperty
protected static final java.lang.String ROW_NAME
protected static final java.lang.String PROPERTY_FILTERPATTERN
protected static final java.lang.String PROPERTY_ROUTINGOUTPUTTERMINAL
protected NodeProperty[] getNodeProperties()
public void setFilterPattern(java.lang.String value)
value
- String ; the value to set the property "Filter pattern"public java.lang.String getFilterPattern()
public void setRoutingOutputTerminal(java.lang.String value)
value
- String ; the value to set the property "Routing output terminal"public java.lang.String getRoutingOutputTerminal()