org.apache.cayenne.reflect
Interface AttributeProperty

All Superinterfaces:
Property, PropertyDescriptor
All Known Implementing Classes:
SimpleAttributeProperty

public interface AttributeProperty
extends PropertyDescriptor

Represents a simple object property.

Since:
3.0

Method Summary
 ObjAttribute getAttribute()
           
 
Methods inherited from interface org.apache.cayenne.reflect.PropertyDescriptor
getName, injectValueHolder, readProperty, readPropertyDirectly, visit, writeProperty, writePropertyDirectly
 

Method Detail

getAttribute

ObjAttribute getAttribute()


Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.