Module io.github.mmm.property
Interface WritableLongProperty
-
- All Superinterfaces:
ComparableExpression<Long>
,EventSource<ObservableEvent<Long>,ObservableEventListener<? super Long>>
,Expression<Long>
,LongExpression
,MarshallableObject
,Marshaller<Object>
,Marshalling<Object>
,MarshallingObject
,NumberExpression<Long>
,ObservableLongValue
,ObservableNumberValue<Long>
,ObservableSimpleValue<Long>
,ObservableValue<Long>
,PropertyPath<Long>
,ReadableLongProperty
,ReadableLongValue
,ReadableNumberProperty<Long>
,ReadableNumberValue<Long>
,ReadableProperty<Long>
,ReadableSimpleProperty<Long>
,ReadableSimpleValue<Long>
,ReadableTypedValue<Long>
,ReadableValue<Long>
,Supplier<Long>
,TypedPropertyPath<Long>
,UnmarshallableObject
,Unmarshaller<Object>
,Validatable
,WritableLongValue
,WritableNumberProperty<Long>
,WritableNumberValue<Long>
,WritableObservableValue<Long>
,WritableProperty<Long>
,WritableSimpleProperty<Long>
,WritableSimpleValue<Long>
,WritableValue<Long>
- All Known Implementing Classes:
DurationInSecondsProperty
,LongProperty
public interface WritableLongProperty extends ReadableLongProperty, WritableNumberProperty<Long>, WritableLongValue
- Since:
- 1.0.0
-
-
Field Summary
-
Fields inherited from interface io.github.mmm.property.WritableProperty
NO_PROPERTIES
-
-
Method Summary
-
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.value.observable.number.longs.LongExpression
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, 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
-
Methods inherited from interface io.github.mmm.marshall.MarshallableObject
write, writeObject
-
Methods inherited from interface io.github.mmm.value.observable.number.NumberExpression
add, add, add, add, divide, divide, divide, divide, multiply, multiply, multiply, multiply, subtract, subtract, subtract, subtract
-
Methods inherited from interface io.github.mmm.value.observable.ObservableValue
toString
-
Methods inherited from interface io.github.mmm.value.observable.number.longs.ReadableLongValue
getSafe, getValue, 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.longs.WritableLongValue
parse, setValue, 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
-
-