Uses of Class
ucot.model.object.Attribute

Packages that use Attribute
ucot.model.object   
 

Uses of Attribute in ucot.model.object
 

Fields in ucot.model.object with type parameters of type Attribute
private  java.util.Map<java.lang.String,Attribute> Entity.attributes
          Maps attribute names and attributes.
 

Methods in ucot.model.object that return Attribute
 Attribute Entity.getAttribute(java.lang.String name)
          Gets attribute called name.
 

Methods in ucot.model.object that return types with arguments of type Attribute
 java.util.Set<Attribute> Entity.getAttributes()
          Get all the attributes.
 

Methods in ucot.model.object with parameters of type Attribute
 void Entity.addAttribute(Attribute attribute)
          Adds attribute.
 void Entity.addAttribute(java.lang.String name, Attribute attribute)
          Adds attribute for this entity
 void Entity.removeAttribute(Attribute toBeRemoved)
          Removes given attribute.