Package org.joda.beans

Interface Summary
Bean<B> Represents a property that is linked to a specific bean.
MetaBean<B> Represents those aspects of a bean which are not specific to a specific instance.
MetaProperty<B,T> Represents those aspects of a property which are not specific to a particular bean, such as the property type and name.
Property<B,T> Represents a property that is linked to a specific bean.
 

Class Summary
DescriptorMetaProperty<B,T> A property is a field on a bean that can typically be called via get/set.
MapMetaProperty<T> A property is a field on a bean that can typically be called via get/set.
SimpleProperty<B,T> Implementation of a Property that uses reflection to access get and set methods.
 

Enum Summary
ReadWriteProperty An enumeration of read-write property states.
 



Copyright © 2007 Joda.org. All Rights Reserved.