Uses of Class
io.github.mmm.value.observable.AbstractWritableObservableValue
-
Packages that use AbstractWritableObservableValue Package Description io.github.mmm.bean.property ContainsBeanProperty
to allow a bean to contain another bean.io.github.mmm.entity.property.id Contains property support for IDs.io.github.mmm.entity.property.link Contains property support for links to entity bean (one-to-one relation).io.github.mmm.property Provides the API for generic and powerful properties.io.github.mmm.property.booleans Contains property infrastructure forBoolean
.io.github.mmm.property.container Contains property infrastructure for containers (such as Collection or Map).io.github.mmm.property.container.collection io.github.mmm.property.container.list Contains property infrastructure forList
.io.github.mmm.property.container.map Contains property infrastructure forMap
.io.github.mmm.property.container.set Contains property infrastructure forSet
.io.github.mmm.property.number Contains property infrastructure forNumber
.io.github.mmm.property.number.bigdecimal Contains property infrastructure forBigDecimal
.io.github.mmm.property.number.biginteger Contains property infrastructure forBigInteger
.io.github.mmm.property.number.bytes Contains property infrastructure forByte
.io.github.mmm.property.number.doubles Contains property infrastructure forDouble
.io.github.mmm.property.number.floats Contains property infrastructure forFloat
.io.github.mmm.property.number.integers Contains property infrastructure forInteger
.io.github.mmm.property.number.longs Contains property infrastructure forLong
.io.github.mmm.property.number.shorts Contains property infrastructure forShort
.io.github.mmm.property.object Contains property infrastructure forObject
.io.github.mmm.property.range Contains property infrastructure forRange
.io.github.mmm.property.string Contains property infrastructure forString
.io.github.mmm.property.temporal Contains property infrastructure forjava.time
.io.github.mmm.property.temporal.instant Contains property infrastructure forInstant
.io.github.mmm.property.temporal.localdate Contains property infrastructure forLocalDate
.io.github.mmm.property.temporal.localdatetime Contains property infrastructure forLocalDateTime
.io.github.mmm.property.temporal.localtime Contains property infrastructure forLocalTime
.io.github.mmm.property.temporal.offsetdatetime Contains property infrastructure forOffsetDateTime
.io.github.mmm.property.temporal.offsettime Contains property infrastructure forOffsetTime
.io.github.mmm.property.temporal.zoneddatetime Contains property infrastructure forZonedDateTime
. -
-
Uses of AbstractWritableObservableValue in io.github.mmm.bean.property
Subclasses of AbstractWritableObservableValue in io.github.mmm.bean.property Modifier and Type Class Description class
BeanProperty<V extends WritableBean>
Implementation ofBeanProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.entity.property.id
Subclasses of AbstractWritableObservableValue in io.github.mmm.entity.property.id Modifier and Type Class Description class
IdProperty<E>
-
Uses of AbstractWritableObservableValue in io.github.mmm.entity.property.link
Subclasses of AbstractWritableObservableValue in io.github.mmm.entity.property.link Modifier and Type Class Description class
LinkProperty<E>
-
Uses of AbstractWritableObservableValue in io.github.mmm.property
Subclasses of AbstractWritableObservableValue in io.github.mmm.property Modifier and Type Class Description class
Property<V>
Implementation ofWritableProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.booleans
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.booleans Modifier and Type Class Description class
BooleanProperty
Implementation ofWritableBooleanProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.container
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.container Modifier and Type Class Description class
ContainerProperty<V,E>
Implementation ofWritableContainerProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.container.collection
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.container.collection with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description class
io.github.mmm.property.container.collection.CollectionProperty<V extends Collection<E>,E>
Implementation ofWritableCollectionProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.container.list
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.container.list Modifier and Type Class Description class
ListProperty<E>
Implementation ofWritableListProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.container.map
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.container.map Modifier and Type Class Description class
MapProperty<K,V>
Implementation ofWritableMapProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.container.set
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.container.set Modifier and Type Class Description class
SetProperty<E>
Implementation ofWritableSetProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.number
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.number Modifier and Type Class Description class
NumberProperty<N extends Number & Comparable<? super N>>
Implementation ofWritableNumberProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.number.bigdecimal
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.number.bigdecimal Modifier and Type Class Description class
BigDecimalProperty
Implementation ofWritableBigDecimalProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.number.biginteger
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.number.biginteger Modifier and Type Class Description class
BigIntegerProperty
Implementation ofWritableBigIntegerProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.number.bytes
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.number.bytes Modifier and Type Class Description class
ByteProperty
Implementation ofWritableByteProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.number.doubles
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.number.doubles Modifier and Type Class Description class
DoubleProperty
Implementation ofWritableDoubleProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.number.floats
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.number.floats Modifier and Type Class Description class
FloatProperty
Implementation ofWritableFloatProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.number.integers
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.number.integers Modifier and Type Class Description class
IntegerProperty
Implementation ofWritableIntegerProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.number.longs
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.number.longs Modifier and Type Class Description class
LongProperty
Implementation ofWritableLongProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.number.shorts
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.number.shorts Modifier and Type Class Description class
ShortProperty
Implementation ofWritableShortProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.object
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.object 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 AbstractWritableObservableValue in io.github.mmm.property.range
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.range Modifier and Type Class Description class
RangeProperty<V>
Implementation ofWritableRangeProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.string
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.string 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 AbstractWritableObservableValue in io.github.mmm.property.temporal
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.temporal Modifier and Type Class Description class
DurationInSecondsProperty
ExtendsLongProperty
to store aDuration
in seconds.class
TemporalProperty<V extends Temporal>
-
Uses of AbstractWritableObservableValue in io.github.mmm.property.temporal.instant
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.temporal.instant Modifier and Type Class Description class
InstantProperty
Implementation ofWritableInstantProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.temporal.localdate
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.temporal.localdate Modifier and Type Class Description class
LocalDateProperty
This is the implementation ofWritableLocalDateProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.temporal.localdatetime
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.temporal.localdatetime Modifier and Type Class Description class
LocalDateTimeProperty
This is the implementation ofWritableLocalDateTimeProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.temporal.localtime
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.temporal.localtime Modifier and Type Class Description class
LocalTimeProperty
-
Uses of AbstractWritableObservableValue in io.github.mmm.property.temporal.offsetdatetime
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.temporal.offsetdatetime Modifier and Type Class Description class
OffsetDateTimeProperty
This is the implementation ofWritableOffsetDateTimeProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.temporal.offsettime
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.temporal.offsettime Modifier and Type Class Description class
OffsetTimeProperty
This is the implementation ofWritableOffsetTimeProperty
. -
Uses of AbstractWritableObservableValue in io.github.mmm.property.temporal.zoneddatetime
Subclasses of AbstractWritableObservableValue in io.github.mmm.property.temporal.zoneddatetime Modifier and Type Class Description class
ZonedDateTimeProperty
This is the implementation ofWritableZonedDateTimeProperty
.
-