public class StringProperty extends AbstractRuntimeProperty<java.lang.String>
RuntimeProperty.RuntimePropertyListener
initialValue, 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, setValueInternal
protected StringProperty(PropertyDefinition<java.lang.String> propertyDefinition)
public java.lang.String getStringValue()
RuntimeProperty
getStringValue
in interface RuntimeProperty<java.lang.String>
getStringValue
in class AbstractRuntimeProperty<java.lang.String>