public class DotNetInputNode.UserTableRow extends NodePropertyRow
Table name = Row names = UserTableRow
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
PROPERTY_USERPROPERTY |
protected static java.lang.String |
PROPERTY_USERVALUE |
protected static java.lang.String |
ROW_NAME |
copyright, name, nodeProperties
Modifier and Type | Method and Description |
---|---|
protected NodeProperty[] |
getNodeProperties() |
java.lang.String |
getUserProperty()
Get the UserTableRow "Property" property
|
java.lang.String |
getUserValue()
Get the UserTableRow "Value" property
|
void |
setUserProperty(java.lang.String value)
Set the UserTableRow "Property" property
|
void |
setUserValue(java.lang.String value)
Set the UserTableRow "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_USERPROPERTY
protected static final java.lang.String PROPERTY_USERVALUE
protected NodeProperty[] getNodeProperties()
public void setUserProperty(java.lang.String value)
value
- String ; the value to set the property "Property"public java.lang.String getUserProperty()
public void setUserValue(java.lang.String value)
value
- String ; the value to set the property "Value"public java.lang.String getUserValue()