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 Package Specification
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.attribute
          The wrapped attribute.
 

Constructors in velosurf.context with parameters of type Attribute
AttributeReference(ReadOnlyMap readOnlyMap, Attribute attribute)
          Constructor for attributes
AttributeReference(ReadOnlyMap readOnlyMap, Attribute attribute, UserContext usrCtx)
          Constructor for attributes
 

Uses of Attribute in velosurf.model
 

Subclasses of Attribute in velosurf.model
 class ExportedKey
          An exported key (aka primary key used in a foreign key) attribute
 class ImportedKey
          An imported key (aka foreign key) attribute
 

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

Methods in velosurf.model with parameters of type Attribute
 void Entity.addAttribute(Attribute attribute)
          add a new attribute
 

Uses of Attribute in velosurf.sql
 

Methods in velosurf.sql that return Attribute
 Attribute Database.getAttribute(java.lang.String name)
          get a root attribute
 



~ooOoo~