Uses of Class
com.ail.core.Attribute

Packages that use Attribute
com.ail.core   
com.ail.coretest   
com.ail.coretest.service   
 

Uses of Attribute in com.ail.core
 

Methods in com.ail.core that return Attribute
 Attribute Type.getAttribute(int i)
          Fetch a spacific Attribute from the collection by index number.
 

Methods in com.ail.core that return types with arguments of type Attribute
 java.util.List<Attribute> Type.getAttribute()
          Get the collection of instances of Attribute associated with this object.
 

Methods in com.ail.core with parameters of type Attribute
 void Type.addAttribute(Attribute attribute)
          Add an instance of Attribute to the list associated with this object.
 void Type.removeAttribute(Attribute attribute)
          Remove the specified instance of Attribute from the list.
 

Method parameters in com.ail.core with type arguments of type Attribute
 void Type.setAttribute(java.util.List<Attribute> attribute)
          Set the collection of instances of Attribute associated with this object.
 

Uses of Attribute in com.ail.coretest
 

Methods in com.ail.coretest that return Attribute
static Attribute TestTypeXpath.TestFunctions.youngest(java.util.Collection attribs)
          Returns the youngest of a collection of date attributes.
 

Methods in com.ail.coretest with parameters of type Attribute
static java.lang.Integer TestTypeXpath.TestFunctions.age(Attribute attrib)
           
 

Uses of Attribute in com.ail.coretest.service
 

Methods in com.ail.coretest.service that return Attribute
 Attribute TestCommand.getDetailAttribute()
           
 Attribute TestArgImp.getDetailAttribute()
           
 Attribute TestArg.getDetailAttribute()
           
 

Methods in com.ail.coretest.service with parameters of type Attribute
 void TestCommand.setDetailAttribute(Attribute attribute)
           
 void TestArgImp.setDetailAttribute(Attribute detailAttribute)
           
 void TestArg.setDetailAttribute(Attribute attribute)