Package org.apache.cayenne.reflect
Interface AttributeProperty
- All Superinterfaces:
- PropertyDescriptor
- All Known Implementing Classes:
- SimpleAttributeProperty
public interface AttributeProperty extends PropertyDescriptor
Represents a simple object property.
- Since:
- 3.0
- 
Method SummaryModifier and Type Method Description ObjAttributegetAttribute()Methods inherited from interface org.apache.cayenne.reflect.PropertyDescriptorgetName, injectValueHolder, readProperty, readPropertyDirectly, visit, writeProperty, writePropertyDirectly
- 
Method Details- 
getAttributeObjAttribute getAttribute()
 
-