public class JMSHeaderNode.JMSApplicationElementsRow extends NodePropertyRow
Table name = Application Properties Row names = JMSApplicationElementsRow
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
PROPERTY_NAME |
protected static java.lang.String |
PROPERTY_TYPE |
protected static java.lang.String |
PROPERTY_VALUE |
protected static java.lang.String |
ROW_NAME |
copyright, name, nodeProperties
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the JMSApplicationElementsRow "Name" property
|
protected NodeProperty[] |
getNodeProperties() |
JMSHeaderNode.ENUM_JMSHEADER_TYPE |
getType()
Get the JMSApplicationElementsRow "Type" property
|
java.lang.String |
getValue()
Get the JMSApplicationElementsRow "Value" property
|
void |
setName(java.lang.String value)
Set the JMSApplicationElementsRow "Name" property
|
void |
setType(JMSHeaderNode.ENUM_JMSHEADER_TYPE value)
Set the JMSApplicationElementsRow "Type" property
|
void |
setValue(java.lang.String value)
Set the JMSApplicationElementsRow "Value" property
|
findPropertyByName, findPropertyByName, getMandatoryPropertyNames, getname, getPropertyDefaultValue, getPropertyNames, getPropertyValue, setProperty
protected static final java.lang.String ROW_NAME
protected static final java.lang.String PROPERTY_NAME
protected static final java.lang.String PROPERTY_TYPE
protected static final java.lang.String PROPERTY_VALUE
protected NodeProperty[] getNodeProperties()
public void setName(java.lang.String value)
value
- String ; the value to set the property "Name"public java.lang.String getName()
public void setType(JMSHeaderNode.ENUM_JMSHEADER_TYPE value)
value
- ENUM_JMSHEADER_TYPE ; the value to set the property "Type"public JMSHeaderNode.ENUM_JMSHEADER_TYPE getType()
public void setValue(java.lang.String value)
value
- String ; the value to set the property "Value"public java.lang.String getValue()