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
private  Attribute AttributeReference.attribute
          The wrapped attribute.
 

Constructors in velosurf.context with parameters of type Attribute
AttributeReference(java.util.Map<java.lang.String,java.lang.Object> params, Attribute attribute)
          Constructor.
 

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.
 

Fields in velosurf.model with type parameters of type Attribute
private  java.util.Map<java.lang.String,Attribute> Entity.attributeMap
          Attribute map.
 

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

Methods in velosurf.model that return types with arguments of type Attribute
 java.util.Map<java.lang.String,Attribute> Entity.getAttributes()
           
 

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~