Uses of Interface
io.github.mmm.value.observable.object.WritableSimpleValue
-
-
Uses of WritableSimpleValue in io.github.mmm.entity.property.id
Classes in io.github.mmm.entity.property.id that implement WritableSimpleValue Modifier and Type Class Description class
IdProperty<E>
-
Uses of WritableSimpleValue in io.github.mmm.entity.property.link
Classes in io.github.mmm.entity.property.link that implement WritableSimpleValue Modifier and Type Class Description class
LinkProperty<E>
-
Uses of WritableSimpleValue in io.github.mmm.property.booleans
Subinterfaces of WritableSimpleValue in io.github.mmm.property.booleans Modifier and Type Interface Description interface
WritableBooleanProperty
Classes in io.github.mmm.property.booleans that implement WritableSimpleValue Modifier and Type Class Description class
BooleanProperty
Implementation ofWritableBooleanProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.number
Subinterfaces of WritableSimpleValue in io.github.mmm.property.number Modifier and Type Interface Description interface
WritableNumberProperty<N extends Number & Comparable<? super N>>
Classes in io.github.mmm.property.number that implement WritableSimpleValue Modifier and Type Class Description class
NumberProperty<N extends Number & Comparable<? super N>>
Implementation ofWritableNumberProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.number.bigdecimal
Subinterfaces of WritableSimpleValue in io.github.mmm.property.number.bigdecimal Modifier and Type Interface Description interface
WritableBigDecimalProperty
Classes in io.github.mmm.property.number.bigdecimal that implement WritableSimpleValue Modifier and Type Class Description class
BigDecimalProperty
Implementation ofWritableBigDecimalProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.number.biginteger
Subinterfaces of WritableSimpleValue in io.github.mmm.property.number.biginteger Modifier and Type Interface Description interface
WritableBigIntegerProperty
Classes in io.github.mmm.property.number.biginteger that implement WritableSimpleValue Modifier and Type Class Description class
BigIntegerProperty
Implementation ofWritableBigIntegerProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.number.bytes
Subinterfaces of WritableSimpleValue in io.github.mmm.property.number.bytes Modifier and Type Interface Description interface
WritableByteProperty
Classes in io.github.mmm.property.number.bytes that implement WritableSimpleValue Modifier and Type Class Description class
ByteProperty
Implementation ofWritableByteProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.number.doubles
Subinterfaces of WritableSimpleValue in io.github.mmm.property.number.doubles Modifier and Type Interface Description interface
WritableDoubleProperty
Classes in io.github.mmm.property.number.doubles that implement WritableSimpleValue Modifier and Type Class Description class
DoubleProperty
Implementation ofWritableDoubleProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.number.floats
Subinterfaces of WritableSimpleValue in io.github.mmm.property.number.floats Modifier and Type Interface Description interface
WritableFloatProperty
Classes in io.github.mmm.property.number.floats that implement WritableSimpleValue Modifier and Type Class Description class
FloatProperty
Implementation ofWritableFloatProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.number.integers
Subinterfaces of WritableSimpleValue in io.github.mmm.property.number.integers Modifier and Type Interface Description interface
WritableIntegerProperty
Classes in io.github.mmm.property.number.integers that implement WritableSimpleValue Modifier and Type Class Description class
IntegerProperty
Implementation ofWritableIntegerProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.number.longs
Subinterfaces of WritableSimpleValue in io.github.mmm.property.number.longs Modifier and Type Interface Description interface
WritableLongProperty
Classes in io.github.mmm.property.number.longs that implement WritableSimpleValue Modifier and Type Class Description class
LongProperty
Implementation ofWritableLongProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.number.shorts
Subinterfaces of WritableSimpleValue in io.github.mmm.property.number.shorts Modifier and Type Interface Description interface
WritableShortProperty
Classes in io.github.mmm.property.number.shorts that implement WritableSimpleValue Modifier and Type Class Description class
ShortProperty
Implementation ofWritableShortProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.object
Subinterfaces of WritableSimpleValue in io.github.mmm.property.object Modifier and Type Interface Description interface
WritableSimpleProperty<V>
WritableProperty
for a simple datatype (and not acontainer property
).Classes in io.github.mmm.property.object that implement WritableSimpleValue 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 WritableSimpleValue in io.github.mmm.property.range
Classes in io.github.mmm.property.range that implement WritableSimpleValue Modifier and Type Class Description class
RangeProperty<V>
Implementation ofWritableRangeProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.string
Subinterfaces of WritableSimpleValue in io.github.mmm.property.string Modifier and Type Interface Description interface
WritableStringProperty
Classes in io.github.mmm.property.string that implement WritableSimpleValue 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 WritableSimpleValue in io.github.mmm.property.temporal
Classes in io.github.mmm.property.temporal that implement WritableSimpleValue Modifier and Type Class Description class
DurationInSecondsProperty
ExtendsLongProperty
to store aDuration
in seconds.class
TemporalProperty<V extends Temporal>
-
Uses of WritableSimpleValue in io.github.mmm.property.temporal.instant
Subinterfaces of WritableSimpleValue in io.github.mmm.property.temporal.instant Modifier and Type Interface Description interface
WritableInstantProperty
Classes in io.github.mmm.property.temporal.instant that implement WritableSimpleValue Modifier and Type Class Description class
InstantProperty
Implementation ofWritableInstantProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.temporal.localdate
Subinterfaces of WritableSimpleValue in io.github.mmm.property.temporal.localdate Modifier and Type Interface Description interface
WritableLocalDateProperty
Classes in io.github.mmm.property.temporal.localdate that implement WritableSimpleValue Modifier and Type Class Description class
LocalDateProperty
This is the implementation ofWritableLocalDateProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.temporal.localdatetime
Subinterfaces of WritableSimpleValue in io.github.mmm.property.temporal.localdatetime Modifier and Type Interface Description interface
WritableLocalDateTimeProperty
Classes in io.github.mmm.property.temporal.localdatetime that implement WritableSimpleValue Modifier and Type Class Description class
LocalDateTimeProperty
This is the implementation ofWritableLocalDateTimeProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.temporal.localtime
Subinterfaces of WritableSimpleValue in io.github.mmm.property.temporal.localtime Modifier and Type Interface Description interface
WritableLocalTimeProperty
Classes in io.github.mmm.property.temporal.localtime that implement WritableSimpleValue Modifier and Type Class Description class
LocalTimeProperty
-
Uses of WritableSimpleValue in io.github.mmm.property.temporal.offsetdatetime
Subinterfaces of WritableSimpleValue in io.github.mmm.property.temporal.offsetdatetime Modifier and Type Interface Description interface
WritableOffsetDateTimeProperty
Classes in io.github.mmm.property.temporal.offsetdatetime that implement WritableSimpleValue Modifier and Type Class Description class
OffsetDateTimeProperty
This is the implementation ofWritableOffsetDateTimeProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.temporal.offsettime
Subinterfaces of WritableSimpleValue in io.github.mmm.property.temporal.offsettime Modifier and Type Interface Description interface
WritableOffsetTimeProperty
Classes in io.github.mmm.property.temporal.offsettime that implement WritableSimpleValue Modifier and Type Class Description class
OffsetTimeProperty
This is the implementation ofWritableOffsetTimeProperty
. -
Uses of WritableSimpleValue in io.github.mmm.property.temporal.zoneddatetime
Subinterfaces of WritableSimpleValue in io.github.mmm.property.temporal.zoneddatetime Modifier and Type Interface Description interface
WritableZonedDateTimeProperty
Classes in io.github.mmm.property.temporal.zoneddatetime that implement WritableSimpleValue Modifier and Type Class Description class
ZonedDateTimeProperty
This is the implementation ofWritableZonedDateTimeProperty
. -
Uses of WritableSimpleValue in io.github.mmm.value.observable.booleans
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.booleans Modifier and Type Interface Description interface
WritableBooleanValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.number
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.number Modifier and Type Interface Description interface
WritableNumberValue<N extends Number>
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.number.bigdecimal
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.number.bigdecimal Modifier and Type Interface Description interface
WritableBigDecimalValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.number.biginteger
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.number.biginteger Modifier and Type Interface Description interface
WritableBigIntegerValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.number.bytes
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.number.bytes Modifier and Type Interface Description interface
WritableByteValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.number.doubles
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.number.doubles Modifier and Type Interface Description interface
WritableDoubleValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.number.floats
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.number.floats Modifier and Type Interface Description interface
WritableFloatValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.number.integers
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.number.integers Modifier and Type Interface Description interface
WritableIntegerValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.number.longs
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.number.longs Modifier and Type Interface Description interface
WritableLongValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.number.shorts
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.number.shorts Modifier and Type Interface Description interface
WritableShortValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.string
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.string Modifier and Type Interface Description interface
WritableStringValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.temporal
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.temporal Modifier and Type Interface Description interface
WritableTemporalValue<V extends Temporal>
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.temporal.instant
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.temporal.instant Modifier and Type Interface Description interface
WritableInstantValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.temporal.localdate
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.temporal.localdate Modifier and Type Interface Description interface
WritableLocalDateValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.temporal.localdatetime
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.temporal.localdatetime Modifier and Type Interface Description interface
WritableLocalDateTimeValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.temporal.localtime
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.temporal.localtime Modifier and Type Interface Description interface
WritableLocalTimeValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.temporal.offsetdatetime
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.temporal.offsetdatetime Modifier and Type Interface Description interface
WritableOffsetDateTimeValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.temporal.offsettime
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.temporal.offsettime Modifier and Type Interface Description interface
WritableOffsetTimeValue
-
Uses of WritableSimpleValue in io.github.mmm.value.observable.temporal.zoneddatetime
Subinterfaces of WritableSimpleValue in io.github.mmm.value.observable.temporal.zoneddatetime Modifier and Type Interface Description interface
WritableZonedDateTimeValue
-