Uses of Interface
io.github.mmm.value.observable.object.ObservableSimpleValue
-
-
Uses of ObservableSimpleValue in io.github.mmm.entity.property.id
Classes in io.github.mmm.entity.property.id that implement ObservableSimpleValue Modifier and Type Class Description class
IdProperty<E>
-
Uses of ObservableSimpleValue in io.github.mmm.entity.property.link
Classes in io.github.mmm.entity.property.link that implement ObservableSimpleValue Modifier and Type Class Description class
LinkProperty<E>
-
Uses of ObservableSimpleValue in io.github.mmm.property.booleans
Subinterfaces of ObservableSimpleValue in io.github.mmm.property.booleans Modifier and Type Interface Description interface
ReadableBooleanProperty
interface
WritableBooleanProperty
Classes in io.github.mmm.property.booleans that implement ObservableSimpleValue Modifier and Type Class Description class
BooleanProperty
Implementation ofWritableBooleanProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.number
Subinterfaces of ObservableSimpleValue in io.github.mmm.property.number Modifier and Type Interface Description interface
ReadableNumberProperty<N extends Number & Comparable<? super N>>
interface
WritableNumberProperty<N extends Number & Comparable<? super N>>
Classes in io.github.mmm.property.number that implement ObservableSimpleValue Modifier and Type Class Description class
NumberProperty<N extends Number & Comparable<? super N>>
Implementation ofWritableNumberProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.number.bigdecimal
Subinterfaces of ObservableSimpleValue in io.github.mmm.property.number.bigdecimal Modifier and Type Interface Description interface
ReadableBigDecimalProperty
interface
WritableBigDecimalProperty
Classes in io.github.mmm.property.number.bigdecimal that implement ObservableSimpleValue Modifier and Type Class Description class
BigDecimalProperty
Implementation ofWritableBigDecimalProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.number.biginteger
Subinterfaces of ObservableSimpleValue in io.github.mmm.property.number.biginteger Modifier and Type Interface Description interface
ReadableBigIntegerProperty
interface
WritableBigIntegerProperty
Classes in io.github.mmm.property.number.biginteger that implement ObservableSimpleValue Modifier and Type Class Description class
BigIntegerProperty
Implementation ofWritableBigIntegerProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.number.bytes
Subinterfaces of ObservableSimpleValue in io.github.mmm.property.number.bytes Modifier and Type Interface Description interface
ReadableByteProperty
interface
WritableByteProperty
Classes in io.github.mmm.property.number.bytes that implement ObservableSimpleValue Modifier and Type Class Description class
ByteProperty
Implementation ofWritableByteProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.number.doubles
Subinterfaces of ObservableSimpleValue in io.github.mmm.property.number.doubles Modifier and Type Interface Description interface
ReadableDoubleProperty
interface
WritableDoubleProperty
Classes in io.github.mmm.property.number.doubles that implement ObservableSimpleValue Modifier and Type Class Description class
DoubleProperty
Implementation ofWritableDoubleProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.number.floats
Subinterfaces of ObservableSimpleValue in io.github.mmm.property.number.floats Modifier and Type Interface Description interface
ReadableFloatProperty
interface
WritableFloatProperty
Classes in io.github.mmm.property.number.floats that implement ObservableSimpleValue Modifier and Type Class Description class
FloatProperty
Implementation ofWritableFloatProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.number.integers
Subinterfaces of ObservableSimpleValue in io.github.mmm.property.number.integers Modifier and Type Interface Description interface
ReadableIntegerProperty
interface
WritableIntegerProperty
Classes in io.github.mmm.property.number.integers that implement ObservableSimpleValue Modifier and Type Class Description class
IntegerProperty
Implementation ofWritableIntegerProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.number.longs
Subinterfaces of ObservableSimpleValue in io.github.mmm.property.number.longs Modifier and Type Interface Description interface
ReadableLongProperty
interface
WritableLongProperty
Classes in io.github.mmm.property.number.longs that implement ObservableSimpleValue Modifier and Type Class Description class
LongProperty
Implementation ofWritableLongProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.number.shorts
Subinterfaces of ObservableSimpleValue in io.github.mmm.property.number.shorts Modifier and Type Interface Description interface
ReadableShortProperty
interface
WritableShortProperty
Classes in io.github.mmm.property.number.shorts that implement ObservableSimpleValue Modifier and Type Class Description class
ShortProperty
Implementation ofWritableShortProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.object
Subinterfaces of ObservableSimpleValue in io.github.mmm.property.object Modifier and Type Interface Description interface
ReadableSimpleProperty<V>
ReadableProperty
for a simple datatype (and not acontainer property
).interface
WritableSimpleProperty<V>
WritableProperty
for a simple datatype (and not acontainer property
).Classes in io.github.mmm.property.object that implement ObservableSimpleValue Modifier and Type Class Description class
ObjectProperty<V>
Generic implementation ofWritableProperty
for arbitrary objects that do not have their own custom implementation.class
SimpleProperty<V>
Property
implementation ofWritableSimpleProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.range
Classes in io.github.mmm.property.range that implement ObservableSimpleValue Modifier and Type Class Description class
RangeProperty<V>
Implementation ofWritableRangeProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.string
Subinterfaces of ObservableSimpleValue in io.github.mmm.property.string Modifier and Type Interface Description interface
ReadableStringProperty
interface
WritableStringProperty
Classes in io.github.mmm.property.string that implement ObservableSimpleValue Modifier and Type Class Description class
StringListProperty
This is an extension ofStringProperty
that stores a list ofString
values that are enclosed with pipe-symbols.class
StringProperty
Implementation ofWritableStringProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.temporal
Classes in io.github.mmm.property.temporal that implement ObservableSimpleValue Modifier and Type Class Description class
DurationInSecondsProperty
ExtendsLongProperty
to store aDuration
in seconds.class
TemporalProperty<V extends Temporal>
-
Uses of ObservableSimpleValue in io.github.mmm.property.temporal.instant
Classes in io.github.mmm.property.temporal.instant that implement ObservableSimpleValue Modifier and Type Class Description class
InstantProperty
Implementation ofWritableInstantProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.temporal.localdate
Classes in io.github.mmm.property.temporal.localdate that implement ObservableSimpleValue Modifier and Type Class Description class
LocalDateProperty
This is the implementation ofWritableLocalDateProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.temporal.localdatetime
Classes in io.github.mmm.property.temporal.localdatetime that implement ObservableSimpleValue Modifier and Type Class Description class
LocalDateTimeProperty
This is the implementation ofWritableLocalDateTimeProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.temporal.localtime
Classes in io.github.mmm.property.temporal.localtime that implement ObservableSimpleValue Modifier and Type Class Description class
LocalTimeProperty
-
Uses of ObservableSimpleValue in io.github.mmm.property.temporal.offsetdatetime
Classes in io.github.mmm.property.temporal.offsetdatetime that implement ObservableSimpleValue Modifier and Type Class Description class
OffsetDateTimeProperty
This is the implementation ofWritableOffsetDateTimeProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.temporal.offsettime
Classes in io.github.mmm.property.temporal.offsettime that implement ObservableSimpleValue Modifier and Type Class Description class
OffsetTimeProperty
This is the implementation ofWritableOffsetTimeProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.property.temporal.zoneddatetime
Classes in io.github.mmm.property.temporal.zoneddatetime that implement ObservableSimpleValue Modifier and Type Class Description class
ZonedDateTimeProperty
This is the implementation ofWritableZonedDateTimeProperty
. -
Uses of ObservableSimpleValue in io.github.mmm.value.observable.booleans
Subinterfaces of ObservableSimpleValue in io.github.mmm.value.observable.booleans Modifier and Type Interface Description interface
BooleanExpression
interface
ObservableBooleanValue
Classes in io.github.mmm.value.observable.booleans that implement ObservableSimpleValue Modifier and Type Class Description class
BooleanBinding
-
Uses of ObservableSimpleValue in io.github.mmm.value.observable.number
Subinterfaces of ObservableSimpleValue in io.github.mmm.value.observable.number Modifier and Type Interface Description interface
NumberExpression<N extends Number & Comparable<? super N>>
interface
ObservableNumberValue<N extends Number>
Classes in io.github.mmm.value.observable.number that implement ObservableSimpleValue Modifier and Type Class Description class
NumberBinding<N extends Number & Comparable<? super N>>
-
Uses of ObservableSimpleValue in io.github.mmm.value.observable.number.bigdecimal
Subinterfaces of ObservableSimpleValue in io.github.mmm.value.observable.number.bigdecimal Modifier and Type Interface Description interface
BigDecimalExpression
interface
ObservableBigDecimalValue
Classes in io.github.mmm.value.observable.number.bigdecimal that implement ObservableSimpleValue Modifier and Type Class Description class
BigDecimalBinding
-
Uses of ObservableSimpleValue in io.github.mmm.value.observable.number.biginteger
Subinterfaces of ObservableSimpleValue in io.github.mmm.value.observable.number.biginteger Modifier and Type Interface Description interface
BigIntegerExpression
interface
ObservableBigIntegerValue
Classes in io.github.mmm.value.observable.number.biginteger that implement ObservableSimpleValue Modifier and Type Class Description class
BigIntegerBinding
-
Uses of ObservableSimpleValue in io.github.mmm.value.observable.number.bytes
Subinterfaces of ObservableSimpleValue in io.github.mmm.value.observable.number.bytes Modifier and Type Interface Description interface
ByteExpression
interface
ObservableByteValue
Classes in io.github.mmm.value.observable.number.bytes that implement ObservableSimpleValue Modifier and Type Class Description class
ByteBinding
-
Uses of ObservableSimpleValue in io.github.mmm.value.observable.number.doubles
Subinterfaces of ObservableSimpleValue in io.github.mmm.value.observable.number.doubles Modifier and Type Interface Description interface
DoubleExpression
interface
ObservableDoubleValue
Classes in io.github.mmm.value.observable.number.doubles that implement ObservableSimpleValue Modifier and Type Class Description class
DoubleBinding
-
Uses of ObservableSimpleValue in io.github.mmm.value.observable.number.floats
Subinterfaces of ObservableSimpleValue in io.github.mmm.value.observable.number.floats Modifier and Type Interface Description interface
FloatExpression
interface
ObservableFloatValue
Classes in io.github.mmm.value.observable.number.floats that implement ObservableSimpleValue Modifier and Type Class Description class
FloatBinding
-
Uses of ObservableSimpleValue in io.github.mmm.value.observable.number.integers
Subinterfaces of ObservableSimpleValue in io.github.mmm.value.observable.number.integers Modifier and Type Interface Description interface
IntegerExpression
interface
ObservableIntegerValue
Classes in io.github.mmm.value.observable.number.integers that implement ObservableSimpleValue Modifier and Type Class Description class
IntegerBinding
-
Uses of ObservableSimpleValue in io.github.mmm.value.observable.number.longs
Subinterfaces of ObservableSimpleValue in io.github.mmm.value.observable.number.longs Modifier and Type Interface Description interface
LongExpression
interface
ObservableLongValue
Classes in io.github.mmm.value.observable.number.longs that implement ObservableSimpleValue Modifier and Type Class Description class
LongBinding
-
Uses of ObservableSimpleValue in io.github.mmm.value.observable.number.shorts
Subinterfaces of ObservableSimpleValue in io.github.mmm.value.observable.number.shorts Modifier and Type Interface Description interface
ObservableShortValue
interface
ShortExpression
Classes in io.github.mmm.value.observable.number.shorts that implement ObservableSimpleValue Modifier and Type Class Description class
ShortBinding
-
Uses of ObservableSimpleValue in io.github.mmm.value.observable.string
Subinterfaces of ObservableSimpleValue in io.github.mmm.value.observable.string Modifier and Type Interface Description interface
ObservableStringValue
interface
StringExpression
Classes in io.github.mmm.value.observable.string that implement ObservableSimpleValue Modifier and Type Class Description class
StringBinding
-