Package | Description |
---|---|
net.sf.mmm.orient.api.bean | |
net.sf.mmm.orient.impl.property | |
net.sf.mmm.util.bean.api |
Provides the API for generic java beans defined as simple interface.
|
net.sf.mmm.util.bean.api.entity | |
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.factory | |
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 | |
net.sf.mmm.util.property.impl.factory |
Modifier and Type | Method and Description |
---|---|
WritableProperty<Id<?>> |
OrientBean.Id() |
Modifier and Type | Method and Description |
---|---|
default WritableProperty<V> |
SinglePropertyBuilder.build(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty,
OrientBean prototype) |
WritableProperty<?> |
PropertyBuilderImpl.build(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty,
OrientBean prototype) |
WritableProperty<?> |
AbstractPropertyBuilder.build(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty,
OrientBean prototype)
|
Modifier and Type | Method and Description |
---|---|
Class<? extends WritableProperty<String>> |
SinglePropertyBuilderString.getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
Class<? extends WritableProperty<Number>> |
SinglePropertyBuilderShort.getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
Class<? extends WritableProperty<Number>> |
SinglePropertyBuilderLong.getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
Class<? extends WritableProperty<javafx.collections.ObservableList<Link>>> |
SinglePropertyBuilderLinkList.getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
Class<? extends WritableProperty<Link>> |
SinglePropertyBuilderLink.getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
Class<? extends WritableProperty<Number>> |
SinglePropertyBuilderInteger.getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
Class<? extends WritableProperty<Number>> |
SinglePropertyBuilderFloat.getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
Class<? extends WritableProperty<Number>> |
SinglePropertyBuilderDouble.getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
Class<? extends WritableProperty<Number>> |
SinglePropertyBuilderByte.getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
Class<? extends WritableProperty<Boolean>> |
SinglePropertyBuilderBoolean.getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
Class<? extends WritableProperty<Object>> |
SinglePropertyBuilderAny.getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
Class<? extends WritableProperty<V>> |
SinglePropertyBuilder.getPropertyType(com.orientechnologies.orient.core.metadata.schema.OProperty oProperty) |
Modifier and Type | Method and Description |
---|---|
com.orientechnologies.orient.core.metadata.schema.OProperty |
SinglePropertyBuilderLinkBase.build(WritableProperty<V> property,
com.orientechnologies.orient.core.metadata.schema.OClass oClass) |
default com.orientechnologies.orient.core.metadata.schema.OProperty |
SinglePropertyBuilder.build(WritableProperty<V> property,
com.orientechnologies.orient.core.metadata.schema.OClass oClass) |
<V> com.orientechnologies.orient.core.metadata.schema.OProperty |
PropertyBuilderImpl.build(WritableProperty<V> property,
com.orientechnologies.orient.core.metadata.schema.OClass oClass) |
<V> com.orientechnologies.orient.core.metadata.schema.OProperty |
PropertyBuilder.build(WritableProperty<V> property,
com.orientechnologies.orient.core.metadata.schema.OClass oClass) |
protected com.orientechnologies.orient.core.metadata.schema.OClass |
SinglePropertyBuilderLink.getLinkedClass(WritableProperty<Link> property) |
protected com.orientechnologies.orient.core.metadata.schema.OClass |
SinglePropertyBuilderLinkList.getLinkedClass(WritableProperty<javafx.collections.ObservableList<Link>> property) |
protected abstract com.orientechnologies.orient.core.metadata.schema.OClass |
SinglePropertyBuilderLinkBase.getLinkedClass(WritableProperty<V> property) |
Modifier and Type | Method and Description |
---|---|
<V,PROPERTY extends WritableProperty<V>> |
BeanAccess.addPropertyValidator(WritableProperty<?> property,
AbstractValidator<? super V> validator)
|
<V,PROPERTY extends WritableProperty<V>> |
BeanAccess.addPropertyValidators(WritableProperty<?> property,
Collection<AbstractValidator<? super V>> validators)
|
default <V,PROPERTY extends WritableProperty<V>> |
BeanAccess.createProperty(String name,
Class<PROPERTY> propertyType)
Creates and adds the specified
WritableProperty on the fly. |
<V,PROPERTY extends WritableProperty<V>> |
BeanAccess.createProperty(String name,
GenericType<? extends V> valueType,
Class<PROPERTY> propertyType)
Creates and adds the specified
WritableProperty on the fly. |
default <V,PROPERTY extends WritableProperty<V>> |
BeanAccess.getOrCreateProperty(String name,
Class<PROPERTY> propertyType)
|
default <V,PROPERTY extends WritableProperty<V>> |
BeanAccess.getOrCreateProperty(String name,
GenericType<? extends V> valueType,
Class<PROPERTY> propertyType)
|
Modifier and Type | Method and Description |
---|---|
default <V> WritableProperty<V> |
BeanAccess.createProperty(String name,
GenericType<V> valueType)
Creates and adds the specified
WritableProperty on the fly. |
default <V> WritableProperty<V> |
BeanAccess.getOrCreateProperty(String name,
GenericType<V> valueType)
|
WritableProperty<?> |
BeanAccess.getProperty(String name) |
default WritableProperty<?> |
BeanAccess.getRequiredProperty(String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<WritableProperty<?>> |
BeanAccess.getProperties() |
Modifier and Type | Method and Description |
---|---|
<V,PROPERTY extends WritableProperty<V>> |
BeanAccess.addPropertyValidator(WritableProperty<?> property,
AbstractValidator<? super V> validator)
|
<V,PROPERTY extends WritableProperty<V>> |
BeanAccess.addPropertyValidators(WritableProperty<?> property,
Collection<AbstractValidator<? super V>> validators)
|
Modifier and Type | Method and Description |
---|---|
WritableProperty<Id<?>> |
EntityBean.Id() |
Modifier and Type | Field and Description |
---|---|
private WritableProperty<?>[] |
BeanAccessInstance.properties |
Modifier and Type | Method and Description |
---|---|
<V,PROPERTY extends WritableProperty<V>> |
BeanAccessPrototype.addPropertyValidator(WritableProperty<?> property,
AbstractValidator<? super V> validator) |
<V,PROPERTY extends WritableProperty<V>> |
BeanAccessInstance.addPropertyValidator(WritableProperty<?> property,
AbstractValidator<? super V> validator) |
<V,PROPERTY extends WritableProperty<V>> |
BeanAccessPrototype.addPropertyValidators(WritableProperty<?> property,
Collection<AbstractValidator<? super V>> validators) |
<V,PROPERTY extends WritableProperty<V>> |
BeanAccessInstance.addPropertyValidators(WritableProperty<?> property,
Collection<AbstractValidator<? super V>> validators) |
<V,PROPERTY extends WritableProperty<V>> |
BeanAccessPrototype.createProperty(String name,
GenericType<? extends V> valueType,
Class<PROPERTY> propertyType) |
<V,PROPERTY extends WritableProperty<V>> |
BeanAccessInstance.createProperty(String name,
GenericType<? extends V> valueType,
Class<PROPERTY> propertyType) |
Modifier and Type | Method and Description |
---|---|
protected WritableProperty<?> |
BeanAccessReadOnly.createProperty(BeanPrototypeProperty prototypeProperty) |
protected WritableProperty<?> |
BeanAccessMutable.createProperty(BeanPrototypeProperty prototypeProperty) |
protected abstract WritableProperty<?> |
BeanAccessInstance.createProperty(BeanPrototypeProperty prototypeProperty) |
<V> WritableProperty<V> |
BeanAccessInstance.createProperty(String name,
GenericType<V> type) |
protected WritableProperty<?> |
BeanAccessPrototype.getProperty(BeanPrototypeProperty prototypeProperty,
boolean required) |
protected WritableProperty<?> |
BeanAccessInstance.getProperty(BeanPrototypeProperty prototypeProperty,
boolean required) |
protected abstract WritableProperty<?> |
BeanAccessBase.getProperty(BeanPrototypeProperty prototypeProperty,
boolean create)
Gets the
WritableProperty for the given index . |
WritableProperty<?> |
BeanAccessPrototype.getProperty(String propertyName) |
WritableProperty<?> |
BeanAccessInstance.getProperty(String propertyName) |
Modifier and Type | Method and Description |
---|---|
Iterable<WritableProperty<?>> |
BeanAccessBase.getProperties() |
Iterator<WritableProperty<?>> |
BeanAccessPrototype.iterator() |
Iterator<WritableProperty<?>> |
BeanAccessInstance.iterator() |
Modifier and Type | Method and Description |
---|---|
<V,PROPERTY extends WritableProperty<V>> |
BeanAccessPrototype.addPropertyValidator(WritableProperty<?> property,
AbstractValidator<? super V> validator) |
<V,PROPERTY extends WritableProperty<V>> |
BeanAccessInstance.addPropertyValidator(WritableProperty<?> property,
AbstractValidator<? super V> validator) |
<V,PROPERTY extends WritableProperty<V>> |
BeanAccessPrototype.addPropertyValidators(WritableProperty<?> property,
Collection<AbstractValidator<? super V>> validators) |
<V,PROPERTY extends WritableProperty<V>> |
BeanAccessInstance.addPropertyValidators(WritableProperty<?> property,
Collection<AbstractValidator<? super V>> validators) |
protected Object |
BeanPrototypeOperationSet.doInvoke(WritableProperty<?> property,
Object[] args) |
protected Object |
BeanPrototypeOperationProperty.doInvoke(WritableProperty<?> property,
Object[] args) |
protected abstract Object |
BeanPrototypeOperationOnProperty.doInvoke(WritableProperty<?> property,
Object[] args) |
protected Object |
BeanPrototypeOperationGet.doInvoke(WritableProperty<?> property,
Object[] args) |
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.
use
getReadOnly() |
Modifier and Type | Field and Description |
---|---|
static WritableProperty<?>[] |
WritableProperty.NO_PROPERTIES
Empty array instance.
|
private WritableProperty<V> |
ReadOnlyPropertyImpl.property
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <P extends WritableProperty<?>> |
WritableProperty.getReadOnly(P property) |
Modifier and Type | Method and Description |
---|---|
WritableProperty<V> |
WritableProperty.getReadOnly() |
WritableProperty<V> |
ReadOnlyPropertyImpl.getReadOnly()
Deprecated.
|
WritableProperty<V> |
AbstractValueProperty.getReadOnly() |
Constructor and Description |
---|
ReadOnlyPropertyImpl(WritableProperty<V> property)
Deprecated.
The constructor.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends WritableProperty<V>> |
PropertyFactory.getWritableInterface() |
Modifier and Type | Interface and Description |
---|---|
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 |
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 |
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 |
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 . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPropertyFactory<V,P extends WritableProperty<V>>
The abstract base implementation of
PropertyFactory . |
Modifier and Type | Method and Description |
---|---|
Class<? extends WritableProperty<String>> |
PropertyFactoryString.getWritableInterface() |
Class<? extends WritableProperty<Number>> |
PropertyFactoryShort.getWritableInterface() |
Class<? extends WritableProperty<javafx.collections.ObservableSet<E>>> |
PropertyFactorySet.getWritableInterface() |
Class<? extends WritableProperty<javafx.collections.ObservableMap<K,V>>> |
PropertyFactoryMap.getWritableInterface() |
Class<? extends WritableProperty<Number>> |
PropertyFactoryLong.getWritableInterface() |
Class<? extends WritableProperty<LocalDateTime>> |
PropertyFactoryLocalDateTime.getWritableInterface() |
Class<? extends WritableProperty<LocalDate>> |
PropertyFactoryLocalDate.getWritableInterface() |
Class<? extends WritableProperty<javafx.collections.ObservableList<E>>> |
PropertyFactoryList.getWritableInterface() |
Class<? extends WritableProperty<Link<E>>> |
PropertyFactoryLink.getWritableInterface() |
Class<? extends WritableProperty<Number>> |
PropertyFactoryInteger.getWritableInterface() |
Class<? extends WritableProperty<Instant>> |
PropertyFactoryInstant.getWritableInterface() |
Class<? extends WritableProperty<V>> |
PropertyFactoryGeneric.getWritableInterface() |
Class<? extends WritableProperty<Number>> |
PropertyFactoryFloat.getWritableInterface() |
Class<? extends WritableProperty<Number>> |
PropertyFactoryDouble.getWritableInterface() |
Class<? extends WritableProperty<Number>> |
PropertyFactoryByte.getWritableInterface() |
Class<? extends WritableProperty<Boolean>> |
PropertyFactoryBoolean.getWritableInterface() |
Copyright © 2001–2016 mmm-Team. All rights reserved.