Package | Description |
---|---|
net.sf.mmm.util.bean.api |
Provides the API for generic java beans defined as simple interface.
|
net.sf.mmm.util.bean.impl | |
net.sf.mmm.util.property.api |
Provides the API for generic and powerful properties.
|
net.sf.mmm.util.property.api.lang | |
net.sf.mmm.util.property.api.link | |
net.sf.mmm.util.property.api.math | |
net.sf.mmm.util.property.api.time | |
net.sf.mmm.util.property.api.util |
Modifier and Type | Interface and Description |
---|---|
interface |
BeanAccess
This is the interface for all generic operations on a
Bean . |
Modifier and Type | Class and Description |
---|---|
class |
BeanAccessBase<BEAN extends Bean>
This is the abstract base implementation of
BeanAccess . |
class |
BeanAccessInstance<BEAN extends Bean>
The abstract base implementation of
BeanAccess for a regular Bean instance. |
class |
BeanAccessMutable<BEAN extends Bean>
The implementation of
BeanAccess for a regular mutable Bean instance. |
class |
BeanAccessPrototype<BEAN extends Bean>
|
class |
BeanAccessPrototypeExternal<BEAN extends Bean>
|
class |
BeanAccessPrototypeInternal<BEAN extends Bean>
|
class |
BeanAccessPrototypePolymorphic<BEAN extends Bean>
This class extends
BeanAccessPrototypeExternal for a polymorphic prototype of a Bean that will also inherit its newly created properties to its inherited sub-Bean s. |
class |
BeanAccessPrototypeVirtual<BEAN extends Bean>
|
class |
BeanAccessReadOnly<BEAN extends Bean>
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableObjectProperty<V>
|
interface |
ReadableProperty<V>
This is the interface for a generic property.
|
interface |
ReadableSetProperty<E>
|
interface |
WritableObjectProperty<V>
|
interface |
WritableProperty<V>
This is the interface for a generic property.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContainerProperty<V>
This is the abstract base implementation of
WritableProperty and ReadableContainerProperty . |
class |
AbstractProperty<V>
This is the implementation of
WritableProperty . |
class |
AbstractRegularProperty<V>
This is the abstract base implementation of a regular
WritableProperty . |
class |
AbstractValueProperty<V>
This is the implementation of
WritableProperty . |
class |
ReadOnlyPropertyImpl<V>
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableBooleanProperty
|
interface |
ReadableStringProperty
|
interface |
WritableBooleanProperty
|
interface |
WritableStringProperty
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanProperty
This is the implementation of
BooleanProperty . |
class |
GenericProperty<V>
This is the implementation of
WritableProperty . |
class |
StringListProperty
This is an extension of
StringProperty that stores a list of String values that are enclosed with
pipe-symbols. |
class |
StringProperty
This is the implementation of
WritableStringProperty . |
Modifier and Type | Class and Description |
---|---|
class |
LinkListProperty<E extends EntityBean>
|
class |
LinkProperty<E extends EntityBean>
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableByteProperty
|
interface |
ReadableDoubleProperty
|
interface |
ReadableFloatProperty
|
interface |
ReadableIntegerBindingProperty<N extends Number>
|
interface |
ReadableIntegerProperty
|
interface |
ReadableLongProperty
|
interface |
ReadableNumberProperty<N extends Number>
|
interface |
ReadableShortProperty
|
interface |
WritableByteProperty
|
interface |
WritableDoubleProperty
|
interface |
WritableFloatProperty
|
interface |
WritableIntegerProperty
|
interface |
WritableLongProperty
|
interface |
WritableNumberProperty<N extends Number>
|
interface |
WritableShortProperty
|
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalProperty
This is the implementation of
WritableDoubleProperty . |
class |
ByteProperty
This is the implementation of
WritableByteProperty . |
class |
DoubleProperty
This is the implementation of
WritableDoubleProperty . |
class |
FloatProperty
This is the implementation of
WritableFloatProperty . |
class |
IntegerProperty
This is the implementation of
WritableIntegerProperty . |
class |
LongProperty
This is the implementation of
WritableLongProperty . |
class |
NumberProperty<N extends Number>
This is the implementation of
WritableNumberProperty . |
class |
ShortProperty
This is the implementation of
WritableShortProperty . |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableInstantProperty
|
interface |
ReadableLocalDateProperty
|
interface |
ReadableLocalDateTimeProperty
|
interface |
WritableInstantProperty
|
interface |
WritableLocalDateProperty
|
interface |
WritableLocalDateTimeProperty
|
Modifier and Type | Class and Description |
---|---|
class |
DurationInSecondsProperty
Extends
LongProperty to store a Duration in seconds. |
class |
InstantProperty
This is the implementation of
WritableInstantProperty . |
class |
LocalDateProperty
This is the implementation of
WritableLocalDateProperty . |
class |
LocalDateTimeProperty
This is the implementation of
WritableLocalDateTimeProperty . |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableCollectionProperty<E,V extends Collection<E>>
|
interface |
ReadableContainerProperty<V>
|
interface |
ReadableListProperty<E>
|
interface |
ReadableMapProperty<K,V>
|
interface |
WritableCollectionProperty<E,V extends Collection<E>>
|
interface |
WritableListProperty<E>
|
interface |
WritableMapProperty<K,V>
|
interface |
WritableSetProperty<E>
|
Modifier and Type | Class and Description |
---|---|
class |
ListProperty<E>
This is the implementation of
WritableListProperty . |
class |
MapProperty<K,V>
This is the implementation of
WritableListProperty . |
class |
SetProperty<E>
This is the implementation of
WritableSetProperty . |
Copyright © 2001–2016 mmm-Team. All rights reserved.