Uses of Class
iitb.con.core.Attribute

Packages that use Attribute
iitb.con.core   
 

Uses of Attribute in iitb.con.core
 

Methods in iitb.con.core that return Attribute
 Attribute Type.getAttribute(java.lang.String name)
          Returns the attribute object for the given attribute name.
 

Methods in iitb.con.core that return types with arguments of type Attribute
 java.util.List<Attribute> Type.getAllAttributes()
          Retrieves all the attributes into a List.
 java.util.List<Attribute> Type.getAllRepeatingAttributes()
          Returns all the repeating attributes information into a List.
 java.util.List<Attribute> Type.getAllSingleValuedAttributes()
          Returns all the single-valued attributes information into a List.
 

Methods in iitb.con.core with parameters of type Attribute
 Result Type.addAttribute(Attribute attribute)
          Adds the attribute to the type.
Returns false in the Result object, if the attribute already exists.
 Result Type.setAttribute(Attribute attribute)
          Sets or modifies the existing attribute information.
 

Method parameters in iitb.con.core with type arguments of type Attribute
 void Type.setAllAttributes(java.util.List<Attribute> attributes)
          Sets all the attributes through List