Module io.github.mmm.property
Interface WritableFloatProperty
-
- All Superinterfaces:
ComparableExpression<Float>
,EventSource<ObservableEvent<Float>,ObservableEventListener<? super Float>>
,Expression<Float>
,FloatExpression
,MarshallableObject
,Marshaller<Object>
,Marshalling<Object>
,MarshallingObject
,NumberExpression<Float>
,ObservableFloatValue
,ObservableNumberValue<Float>
,ObservableSimpleValue<Float>
,ObservableValue<Float>
,PropertyPath<Float>
,ReadableFloatProperty
,ReadableFloatValue
,ReadableNumberProperty<Float>
,ReadableNumberValue<Float>
,ReadableProperty<Float>
,ReadableSimpleProperty<Float>
,ReadableSimpleValue<Float>
,ReadableTypedValue<Float>
,ReadableValue<Float>
,Supplier<Float>
,TypedPropertyPath<Float>
,UnmarshallableObject
,Unmarshaller<Object>
,Validatable
,WritableFloatValue
,WritableNumberProperty<Float>
,WritableNumberValue<Float>
,WritableObservableValue<Float>
,WritableProperty<Float>
,WritableSimpleProperty<Float>
,WritableSimpleValue<Float>
,WritableValue<Float>
- All Known Implementing Classes:
FloatProperty
public interface WritableFloatProperty extends WritableFloatValue, ReadableFloatProperty, WritableNumberProperty<Float>
- 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.floats.FloatExpression
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.floats.ReadableFloatValue
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.floats.WritableFloatValue
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
-
-