IUiSettableAttributeNodepublic interface IUiSettableAttributeNode This interface decoration indicates that a given UiAttributeNode can both
set and get its current value. |
Methods Summary |
---|
public java.lang.String | getCurrentValue()Returns the current value of the node.
| public void | setCurrentValue(java.lang.String value)Sets the current value of the node. Cannot be null (use an empty string).
|
|