Uses of Class
io.github.mmm.property.object.SimpleProperty
-
Packages that use SimpleProperty Package Description 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.booleans Contains property infrastructure forBoolean.io.github.mmm.property.builder Contains builders for properties frommmm-property(moduleio.github.mmm.property).io.github.mmm.property.builder.container Contains property builders for container types such asCollectionorMap.io.github.mmm.property.builder.lang io.github.mmm.property.container.map Contains property infrastructure forMap.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 SimpleProperty in io.github.mmm.entity.property.id
Subclasses of SimpleProperty in io.github.mmm.entity.property.id Modifier and Type Class Description classIdProperty<E> -
Uses of SimpleProperty in io.github.mmm.entity.property.link
Subclasses of SimpleProperty in io.github.mmm.entity.property.link Modifier and Type Class Description classLinkProperty<E> -
Uses of SimpleProperty in io.github.mmm.property.booleans
Subclasses of SimpleProperty in io.github.mmm.property.booleans Modifier and Type Class Description classBooleanPropertyImplementation ofWritableBooleanProperty. -
Uses of SimpleProperty in io.github.mmm.property.builder
Methods in io.github.mmm.property.builder with parameters of type SimpleProperty Modifier and Type Method Description <K> MapPropertyBuilder<K,V>PropertyBuilder. asMap(SimpleProperty<K> keyProperty) -
Uses of SimpleProperty in io.github.mmm.property.builder.container
Methods in io.github.mmm.property.builder.container with parameters of type SimpleProperty Modifier and Type Method Description MapPropertyBuilder<K,V>MapPropertyBuilder. keyProperty(SimpleProperty<K> property)Constructors in io.github.mmm.property.builder.container with parameters of type SimpleProperty Constructor Description MapPropertyBuilder(SimpleProperty<K> keyProperty, Property<V> valueProperty)The constructor. -
Uses of SimpleProperty in io.github.mmm.property.builder.lang
Methods in io.github.mmm.property.builder.lang with parameters of type SimpleProperty Modifier and Type Method Description RangePropertyBuilder<V>RangePropertyBuilder. valueProperty(SimpleProperty<V> property)Constructors in io.github.mmm.property.builder.lang with parameters of type SimpleProperty Constructor Description RangePropertyBuilder(SimpleProperty<V> valueProperty)The constructor. -
Uses of SimpleProperty in io.github.mmm.property.container.map
Methods in io.github.mmm.property.container.map that return SimpleProperty Modifier and Type Method Description SimpleProperty<K>MapProperty. getKeyProperty()Constructors in io.github.mmm.property.container.map with parameters of type SimpleProperty Constructor Description MapProperty(String name, SimpleProperty<K> keyProperty, Property<V> valueProperty)The constructor.MapProperty(String name, SimpleProperty<K> keyProperty, Property<V> valueProperty, PropertyMetadata<Map<K,V>> metadata)The constructor. -
Uses of SimpleProperty in io.github.mmm.property.number
Subclasses of SimpleProperty in io.github.mmm.property.number Modifier and Type Class Description classNumberProperty<N extends Number & Comparable<? super N>>Implementation ofWritableNumberProperty. -
Uses of SimpleProperty in io.github.mmm.property.number.bigdecimal
Subclasses of SimpleProperty in io.github.mmm.property.number.bigdecimal Modifier and Type Class Description classBigDecimalPropertyImplementation ofWritableBigDecimalProperty. -
Uses of SimpleProperty in io.github.mmm.property.number.biginteger
Subclasses of SimpleProperty in io.github.mmm.property.number.biginteger Modifier and Type Class Description classBigIntegerPropertyImplementation ofWritableBigIntegerProperty. -
Uses of SimpleProperty in io.github.mmm.property.number.bytes
Subclasses of SimpleProperty in io.github.mmm.property.number.bytes Modifier and Type Class Description classBytePropertyImplementation ofWritableByteProperty. -
Uses of SimpleProperty in io.github.mmm.property.number.doubles
Subclasses of SimpleProperty in io.github.mmm.property.number.doubles Modifier and Type Class Description classDoublePropertyImplementation ofWritableDoubleProperty. -
Uses of SimpleProperty in io.github.mmm.property.number.floats
Subclasses of SimpleProperty in io.github.mmm.property.number.floats Modifier and Type Class Description classFloatPropertyImplementation ofWritableFloatProperty. -
Uses of SimpleProperty in io.github.mmm.property.number.integers
Subclasses of SimpleProperty in io.github.mmm.property.number.integers Modifier and Type Class Description classIntegerPropertyImplementation ofWritableIntegerProperty. -
Uses of SimpleProperty in io.github.mmm.property.number.longs
Subclasses of SimpleProperty in io.github.mmm.property.number.longs Modifier and Type Class Description classLongPropertyImplementation ofWritableLongProperty. -
Uses of SimpleProperty in io.github.mmm.property.number.shorts
Subclasses of SimpleProperty in io.github.mmm.property.number.shorts Modifier and Type Class Description classShortPropertyImplementation ofWritableShortProperty. -
Uses of SimpleProperty in io.github.mmm.property.object
Subclasses of SimpleProperty in io.github.mmm.property.object Modifier and Type Class Description classObjectProperty<V>Generic implementation ofWritablePropertyfor arbitrary objects that do not have their own custom implementation. -
Uses of SimpleProperty in io.github.mmm.property.range
Subclasses of SimpleProperty in io.github.mmm.property.range Modifier and Type Class Description classRangeProperty<V>Implementation ofWritableRangeProperty.Constructors in io.github.mmm.property.range with parameters of type SimpleProperty Constructor Description RangeProperty(String name, SimpleProperty<V> valueProperty)The constructor.RangeProperty(String name, SimpleProperty<V> valueProperty, PropertyMetadata<Range<V>> metadata)The constructor. -
Uses of SimpleProperty in io.github.mmm.property.string
Subclasses of SimpleProperty in io.github.mmm.property.string Modifier and Type Class Description classStringListPropertyThis is an extension ofStringPropertythat stores a list ofStringvalues that are enclosed with pipe-symbols.classStringPropertyImplementation ofWritableStringProperty. -
Uses of SimpleProperty in io.github.mmm.property.temporal
Subclasses of SimpleProperty in io.github.mmm.property.temporal Modifier and Type Class Description classDurationInSecondsPropertyExtendsLongPropertyto store aDurationin seconds.classTemporalProperty<V extends Temporal> -
Uses of SimpleProperty in io.github.mmm.property.temporal.instant
Subclasses of SimpleProperty in io.github.mmm.property.temporal.instant Modifier and Type Class Description classInstantPropertyImplementation ofWritableInstantProperty. -
Uses of SimpleProperty in io.github.mmm.property.temporal.localdate
Subclasses of SimpleProperty in io.github.mmm.property.temporal.localdate Modifier and Type Class Description classLocalDatePropertyThis is the implementation ofWritableLocalDateProperty. -
Uses of SimpleProperty in io.github.mmm.property.temporal.localdatetime
Subclasses of SimpleProperty in io.github.mmm.property.temporal.localdatetime Modifier and Type Class Description classLocalDateTimePropertyThis is the implementation ofWritableLocalDateTimeProperty. -
Uses of SimpleProperty in io.github.mmm.property.temporal.localtime
Subclasses of SimpleProperty in io.github.mmm.property.temporal.localtime Modifier and Type Class Description classLocalTimeProperty -
Uses of SimpleProperty in io.github.mmm.property.temporal.offsetdatetime
Subclasses of SimpleProperty in io.github.mmm.property.temporal.offsetdatetime Modifier and Type Class Description classOffsetDateTimePropertyThis is the implementation ofWritableOffsetDateTimeProperty. -
Uses of SimpleProperty in io.github.mmm.property.temporal.offsettime
Subclasses of SimpleProperty in io.github.mmm.property.temporal.offsettime Modifier and Type Class Description classOffsetTimePropertyThis is the implementation ofWritableOffsetTimeProperty. -
Uses of SimpleProperty in io.github.mmm.property.temporal.zoneddatetime
Subclasses of SimpleProperty in io.github.mmm.property.temporal.zoneddatetime Modifier and Type Class Description classZonedDateTimePropertyThis is the implementation ofWritableZonedDateTimeProperty.
-