Module io.github.mmm.property
Class BigIntegerProperty
- java.lang.Object
-
- io.github.mmm.event.AbstractEventSource<ObservableEvent<V>,ObservableEventListener<? super V>>
-
- io.github.mmm.value.observable.AbstractObservableValue<V>
-
- io.github.mmm.value.observable.AbstractWritableObservableValue<V>
-
- io.github.mmm.property.Property<V>
-
- io.github.mmm.property.object.SimpleProperty<N>
-
- io.github.mmm.property.number.NumberProperty<BigInteger>
-
- io.github.mmm.property.number.biginteger.BigIntegerProperty
-
- All Implemented Interfaces:
EventSource<ObservableEvent<BigInteger>,ObservableEventListener<? super BigInteger>>
,MarshallableObject
,Marshaller<Object>
,Marshalling<Object>
,MarshallingObject
,UnmarshallableObject
,Unmarshaller<Object>
,ReadableBigIntegerProperty
,WritableBigIntegerProperty
,ReadableNumberProperty<BigInteger>
,WritableNumberProperty<BigInteger>
,ReadableSimpleProperty<BigInteger>
,WritableSimpleProperty<BigInteger>
,ReadableProperty<BigInteger>
,WritableProperty<BigInteger>
,Validatable
,ComparableExpression<BigInteger>
,Expression<BigInteger>
,BigIntegerExpression
,ObservableBigIntegerValue
,ReadableBigIntegerValue
,WritableBigIntegerValue
,NumberExpression<BigInteger>
,ObservableNumberValue<BigInteger>
,ReadableNumberValue<BigInteger>
,WritableNumberValue<BigInteger>
,ObservableSimpleValue<BigInteger>
,ReadableSimpleValue<BigInteger>
,WritableSimpleValue<BigInteger>
,ObservableValue<BigInteger>
,WritableObservableValue<BigInteger>
,PropertyPath<BigInteger>
,ReadableTypedValue<BigInteger>
,ReadableValue<BigInteger>
,TypedPropertyPath<BigInteger>
,WritableValue<BigInteger>
,Cloneable
,Supplier<BigInteger>
public class BigIntegerProperty extends NumberProperty<BigInteger> implements WritableBigIntegerProperty
Implementation ofWritableBigIntegerProperty
.- Since:
- 1.0.0
-
-
Field Summary
-
Fields inherited from interface io.github.mmm.property.WritableProperty
NO_PROPERTIES
-
-
Constructor Summary
Constructors Constructor Description BigIntegerProperty(String name)
The constructor.BigIntegerProperty(String name, PropertyMetadata<BigInteger> metadata)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BigInteger
doGet()
protected void
doSet(BigInteger newValue)
-
Methods inherited from class io.github.mmm.property.number.NumberProperty
read, write
-
Methods inherited from class io.github.mmm.property.Property
clearValidationResult, clone, copy, doValidate, doValidate, equals, get, getMetadata, getName, getReadOnly, hashCode, isReadOnly, isValid, isValueMutable, readObject, requireWritable, setWithChange, toString, validate, writeObject
-
Methods inherited from class io.github.mmm.value.observable.AbstractWritableObservableValue
bindInternal, bindOneWay, bindTwoWay, isBoundOneWay, isValueEqual, set, unbindOneWay, unbindTwoWay
-
Methods inherited from class io.github.mmm.value.observable.AbstractObservableValue
addListener, fireChange, fireEvent, fireEvent, fireEventFor, fireEventFor, fireEventWithOldValue, hasChangeAwareListeners, invalidate, removeListener, toString
-
Methods inherited from class io.github.mmm.event.AbstractEventSource
getEventAdapter, hasListeners
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.mmm.value.observable.number.biginteger.BigIntegerExpression
add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, divide, divide, divide, divide, divide, divide, divide, divide, divide, divide, divide, divide, divide, divide, divide, divide, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, multiply, negate, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract, subtract
-
Methods inherited from interface io.github.mmm.value.observable.comparable.ComparableExpression
greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo
-
Methods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListener
-
Methods inherited from interface io.github.mmm.value.observable.Expression
asString, dispose, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull
-
Methods inherited from interface io.github.mmm.marshall.MarshallableObject
write, writeObject
-
Methods inherited from interface io.github.mmm.value.observable.number.NumberExpression
add, add, divide, divide, multiply, multiply, subtract, subtract
-
Methods inherited from interface io.github.mmm.value.observable.ObservableValue
toString
-
Methods inherited from interface io.github.mmm.value.observable.number.biginteger.ReadableBigIntegerValue
getSafe, getValueClass
-
Methods inherited from interface io.github.mmm.value.observable.number.ReadableNumberValue
byteValue, doubleValue, floatValue, intValue, longValue, shortValue
-
Methods inherited from interface io.github.mmm.property.ReadableProperty
getMetadata, getName, isReadOnly, isTransient, isValid
-
Methods inherited from interface io.github.mmm.property.object.ReadableSimpleProperty
getValueType
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
getAsString
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get
-
Methods inherited from interface io.github.mmm.marshall.UnmarshallableObject
read, readObject
-
Methods inherited from interface io.github.mmm.validation.Validatable
validate
-
Methods inherited from interface io.github.mmm.value.observable.number.biginteger.WritableBigIntegerValue
parse, setValueAsNumber
-
Methods inherited from interface io.github.mmm.value.observable.WritableObservableValue
bindOneWay, bindTwoWay, isBoundOneWay, unbindOneWay, unbindTwoWay
-
Methods inherited from interface io.github.mmm.property.WritableProperty
copy, getReadOnly
-
Methods inherited from interface io.github.mmm.value.observable.object.WritableSimpleValue
setAsString
-
Methods inherited from interface io.github.mmm.value.WritableValue
set
-
-
-
-
Constructor Detail
-
BigIntegerProperty
public BigIntegerProperty(String name)
The constructor.- Parameters:
name
- thename
.
-
BigIntegerProperty
public BigIntegerProperty(String name, PropertyMetadata<BigInteger> metadata)
The constructor.
-
-
Method Detail
-
doGet
protected BigInteger doGet()
- Specified by:
doGet
in classAbstractWritableObservableValue<BigInteger>
- Returns:
- the internal
value
.
-
doSet
protected void doSet(BigInteger newValue)
- Specified by:
doSet
in classAbstractWritableObservableValue<BigInteger>
- Parameters:
newValue
- the newvalue
to set.- See Also:
AbstractWritableObservableValue.set(Object)
-
-