public class DatabaseRetrieveNode.DataElementsRow extends NodePropertyRow
Table name = Data elements Row names = DataElementsRow
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
PROPERTY_COLUMNNAME |
protected static java.lang.String |
PROPERTY_MESSAGEELEMENT |
protected static java.lang.String |
ROW_NAME |
copyright, name, nodeProperties
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName()
Get the DataElementsRow "Column name" property
|
java.lang.String |
getMessageElement()
Get the DataElementsRow "Message element" property
|
protected NodeProperty[] |
getNodeProperties() |
void |
setColumnName(java.lang.String value)
Set the DataElementsRow "Column name" property
|
void |
setMessageElement(java.lang.String value)
Set the DataElementsRow "Message element" property
|
findPropertyByName, findPropertyByName, getMandatoryPropertyNames, getname, getPropertyDefaultValue, getPropertyNames, getPropertyValue, setProperty
protected static final java.lang.String ROW_NAME
protected static final java.lang.String PROPERTY_COLUMNNAME
protected static final java.lang.String PROPERTY_MESSAGEELEMENT
protected NodeProperty[] getNodeProperties()
public void setColumnName(java.lang.String value)
value
- String ; the value to set the property "Column name"public java.lang.String getColumnName()
public void setMessageElement(java.lang.String value)
value
- String ; the value to set the property "Message element"public java.lang.String getMessageElement()