Uses of Class
velosurf.model.Attribute

Packages that use Attribute
velosurf.context Contains all classes that can be accessed from inside a Velocity template. 
velosurf.model Classes linked to the data model : entities, attributes and actions  
velosurf.sql Contains all core classes dealing with the database itself. 
 

Uses of Attribute in velosurf.context
 

Fields in velosurf.context declared as Attribute
protected  Attribute AttributeReference.mAttribute
          The wrapped attribute.
 

Constructors in velosurf.context with parameters of type Attribute
AttributeReference(DataAccessor inDataAccessor, Attribute inAttribute)
          Constructor for attributes
 

Uses of Attribute in velosurf.model
 

Methods in velosurf.model that return Attribute
 Attribute Entity.getAttribute(java.lang.String inProperty)
          Get a named attribute of this entity
 

Uses of Attribute in velosurf.sql
 

Methods in velosurf.sql that return Attribute
 Attribute DBConnection.getAttribute(java.lang.String inName)
          get a named attribute
 



ooOoo