public class LongProperty extends AbstractRuntimeProperty<java.lang.Long>
RuntimeProperty.RuntimePropertyListenerinitialValue, value, wasExplicitlySet| Modifier | Constructor and Description |
|---|---|
protected |
LongProperty(PropertyDefinition<java.lang.Long> propertyDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkRange(java.lang.Long val,
java.lang.String valueAsString,
ExceptionInterceptor exceptionInterceptor)
For range-based property, checks that value fit into range given by PropertyDefinition.
|
addListener, getInitialValue, getPropertyDefinition, getStringValue, getValue, initializeFrom, initializeFrom, invokeListeners, isExplicitlySet, removeListener, resetValue, setValue, setValue, setValueInternal, setValueInternalprotected LongProperty(PropertyDefinition<java.lang.Long> propertyDefinition)
protected void checkRange(java.lang.Long val,
java.lang.String valueAsString,
ExceptionInterceptor exceptionInterceptor)
AbstractRuntimePropertycheckRange in class AbstractRuntimeProperty<java.lang.Long>val - valuevalueAsString - value represented by StringexceptionInterceptor - exception interceptor