public class StringProperty extends AbstractRuntimeProperty<java.lang.String>
RuntimeProperty.RuntimePropertyListenerinitialValue, value, wasExplicitlySet| Modifier | Constructor and Description |
|---|---|
protected |
StringProperty(PropertyDefinition<java.lang.String> propertyDefinition) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStringValue()
Get internal value representation as String.
|
addListener, checkRange, getInitialValue, getPropertyDefinition, getValue, initializeFrom, initializeFrom, invokeListeners, isExplicitlySet, removeListener, resetValue, setValue, setValue, setValueInternal, setValueInternalprotected StringProperty(PropertyDefinition<java.lang.String> propertyDefinition)
public java.lang.String getStringValue()
RuntimePropertygetStringValue in interface RuntimeProperty<java.lang.String>getStringValue in class AbstractRuntimeProperty<java.lang.String>