Uses of Class
io.github.mmm.property.Property
-
Packages that use Property Package Description io.github.mmm.bean.property ContainsBeanPropertyto 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.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 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 Property in io.github.mmm.bean.property
Subclasses of Property in io.github.mmm.bean.property Modifier and Type Class Description classBeanProperty<V extends WritableBean>Implementation ofBeanProperty. -
Uses of Property in io.github.mmm.entity.property.id
Subclasses of Property in io.github.mmm.entity.property.id Modifier and Type Class Description classIdProperty<E> -
Uses of Property in io.github.mmm.entity.property.link
Subclasses of Property in io.github.mmm.entity.property.link Modifier and Type Class Description classLinkProperty<E> -
Uses of Property in io.github.mmm.property
Methods in io.github.mmm.property that return Property Modifier and Type Method Description protected Property<V>Property. clone()Property<V>Property. copy(String newName, PropertyMetadata<V> newMetadata)Property<V>Property. readObject(StructuredReader reader) -
Uses of Property in io.github.mmm.property.booleans
Subclasses of Property in io.github.mmm.property.booleans Modifier and Type Class Description classBooleanPropertyImplementation ofWritableBooleanProperty. -
Uses of Property in io.github.mmm.property.builder
Classes in io.github.mmm.property.builder with type parameters of type Property Modifier and Type Class Description classPropertyBuilder<V,P extends Property<V>,B extends ObjectValidatorBuilder<V,? extends PropertyBuilder<V,P,B,SELF>,?>,SELF extends PropertyBuilder<V,P,B,SELF>> -
Uses of Property in io.github.mmm.property.builder.container
Methods in io.github.mmm.property.builder.container with parameters of type Property Modifier and Type Method Description SetPropertyBuilder<E>SetPropertyBuilder. componentProperty(Property<E> property)ListPropertyBuilder<E>ListPropertyBuilder. valueProperty(Property<E> property)MapPropertyBuilder<K,V>MapPropertyBuilder. valueProperty(Property<V> property)Constructors in io.github.mmm.property.builder.container with parameters of type Property Constructor Description ListPropertyBuilder(Property<E> valueProperty)The constructor.MapPropertyBuilder(SimpleProperty<K> keyProperty, Property<V> valueProperty)The constructor.MapPropertyBuilder(Property<V> valueProperty)The constructor.SetPropertyBuilder(Property<E> componentProperty)The constructor. -
Uses of Property in io.github.mmm.property.builder.lang
Classes in io.github.mmm.property.builder.lang with type parameters of type Property Modifier and Type Class Description classComparablePropertyBuilder<V extends Comparable,P extends Property<V>,B extends ObjectValidatorBuilder<V,? extends ComparablePropertyBuilder<V,P,B,SELF>,?>,SELF extends ComparablePropertyBuilder<V,P,B,SELF>> -
Uses of Property in io.github.mmm.property.container
Subclasses of Property in io.github.mmm.property.container Modifier and Type Class Description classContainerProperty<V,E>Implementation ofWritableContainerProperty.Fields in io.github.mmm.property.container declared as Property Modifier and Type Field Description protected Property<E>ContainerProperty. valuePropertyMethods in io.github.mmm.property.container that return Property Modifier and Type Method Description Property<E>ContainerProperty. getValueProperty()Constructors in io.github.mmm.property.container with parameters of type Property Constructor Description ContainerProperty(String name, Property<E> valueProperty)The constructor.ContainerProperty(String name, Property<E> valueProperty, PropertyMetadata<V> metadata)The constructor. -
Uses of Property in io.github.mmm.property.container.collection
Subclasses of Property 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 classio.github.mmm.property.container.collection.CollectionProperty<V extends Collection<E>,E>Implementation ofWritableCollectionProperty. -
Uses of Property in io.github.mmm.property.container.list
Subclasses of Property in io.github.mmm.property.container.list Modifier and Type Class Description classListProperty<E>Implementation ofWritableListProperty.Constructors in io.github.mmm.property.container.list with parameters of type Property Constructor Description ListProperty(String name, Property<E> valueProperty)The constructor.ListProperty(String name, Property<E> valueProperty, PropertyMetadata<List<E>> metadata)The constructor. -
Uses of Property in io.github.mmm.property.container.map
Subclasses of Property in io.github.mmm.property.container.map Modifier and Type Class Description classMapProperty<K,V>Implementation ofWritableMapProperty.Constructors in io.github.mmm.property.container.map with parameters of type Property 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 Property in io.github.mmm.property.container.set
Subclasses of Property in io.github.mmm.property.container.set Modifier and Type Class Description classSetProperty<E>Implementation ofWritableSetProperty.Constructors in io.github.mmm.property.container.set with parameters of type Property Constructor Description SetProperty(String name, Property<E> valueProperty)The constructor.SetProperty(String name, Property<E> valueProperty, PropertyMetadata<Set<E>> metadata)The constructor. -
Uses of Property in io.github.mmm.property.number
Subclasses of Property in io.github.mmm.property.number Modifier and Type Class Description classNumberProperty<N extends Number & Comparable<? super N>>Implementation ofWritableNumberProperty. -
Uses of Property in io.github.mmm.property.number.bigdecimal
Subclasses of Property in io.github.mmm.property.number.bigdecimal Modifier and Type Class Description classBigDecimalPropertyImplementation ofWritableBigDecimalProperty. -
Uses of Property in io.github.mmm.property.number.biginteger
Subclasses of Property in io.github.mmm.property.number.biginteger Modifier and Type Class Description classBigIntegerPropertyImplementation ofWritableBigIntegerProperty. -
Uses of Property in io.github.mmm.property.number.bytes
Subclasses of Property in io.github.mmm.property.number.bytes Modifier and Type Class Description classBytePropertyImplementation ofWritableByteProperty. -
Uses of Property in io.github.mmm.property.number.doubles
Subclasses of Property in io.github.mmm.property.number.doubles Modifier and Type Class Description classDoublePropertyImplementation ofWritableDoubleProperty. -
Uses of Property in io.github.mmm.property.number.floats
Subclasses of Property in io.github.mmm.property.number.floats Modifier and Type Class Description classFloatPropertyImplementation ofWritableFloatProperty. -
Uses of Property in io.github.mmm.property.number.integers
Subclasses of Property in io.github.mmm.property.number.integers Modifier and Type Class Description classIntegerPropertyImplementation ofWritableIntegerProperty. -
Uses of Property in io.github.mmm.property.number.longs
Subclasses of Property in io.github.mmm.property.number.longs Modifier and Type Class Description classLongPropertyImplementation ofWritableLongProperty. -
Uses of Property in io.github.mmm.property.number.shorts
Subclasses of Property in io.github.mmm.property.number.shorts Modifier and Type Class Description classShortPropertyImplementation ofWritableShortProperty. -
Uses of Property in io.github.mmm.property.object
Subclasses of Property 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.classSimpleProperty<V>Propertyimplementation ofWritableSimpleProperty. -
Uses of Property in io.github.mmm.property.range
Subclasses of Property in io.github.mmm.property.range Modifier and Type Class Description classRangeProperty<V>Implementation ofWritableRangeProperty.Methods in io.github.mmm.property.range that return Property Modifier and Type Method Description Property<V>RangeProperty. getValueProperty() -
Uses of Property in io.github.mmm.property.string
Subclasses of Property 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 Property in io.github.mmm.property.temporal
Subclasses of Property in io.github.mmm.property.temporal Modifier and Type Class Description classDurationInSecondsPropertyExtendsLongPropertyto store aDurationin seconds.classTemporalProperty<V extends Temporal> -
Uses of Property in io.github.mmm.property.temporal.instant
Subclasses of Property in io.github.mmm.property.temporal.instant Modifier and Type Class Description classInstantPropertyImplementation ofWritableInstantProperty. -
Uses of Property in io.github.mmm.property.temporal.localdate
Subclasses of Property in io.github.mmm.property.temporal.localdate Modifier and Type Class Description classLocalDatePropertyThis is the implementation ofWritableLocalDateProperty. -
Uses of Property in io.github.mmm.property.temporal.localdatetime
Subclasses of Property in io.github.mmm.property.temporal.localdatetime Modifier and Type Class Description classLocalDateTimePropertyThis is the implementation ofWritableLocalDateTimeProperty. -
Uses of Property in io.github.mmm.property.temporal.localtime
Subclasses of Property in io.github.mmm.property.temporal.localtime Modifier and Type Class Description classLocalTimeProperty -
Uses of Property in io.github.mmm.property.temporal.offsetdatetime
Subclasses of Property in io.github.mmm.property.temporal.offsetdatetime Modifier and Type Class Description classOffsetDateTimePropertyThis is the implementation ofWritableOffsetDateTimeProperty. -
Uses of Property in io.github.mmm.property.temporal.offsettime
Subclasses of Property in io.github.mmm.property.temporal.offsettime Modifier and Type Class Description classOffsetTimePropertyThis is the implementation ofWritableOffsetTimeProperty. -
Uses of Property in io.github.mmm.property.temporal.zoneddatetime
Subclasses of Property in io.github.mmm.property.temporal.zoneddatetime Modifier and Type Class Description classZonedDateTimePropertyThis is the implementation ofWritableZonedDateTimeProperty.
-