Uses of Class
net.sf.ahtutils.xml.status.Descriptions

Packages that use Descriptions
net.sf.ahtutils.xml.access   
net.sf.ahtutils.xml.status   
net.sf.ahtutils.xml.xpath   
 

Uses of Descriptions in net.sf.ahtutils.xml.access
 

Fields in net.sf.ahtutils.xml.access declared as Descriptions
protected  Descriptions View.descriptions
           
protected  Descriptions Usecase.descriptions
           
protected  Descriptions Role.descriptions
           
protected  Descriptions Group.descriptions
           
protected  Descriptions Category.descriptions
           
protected  Descriptions Action.descriptions
           
 

Methods in net.sf.ahtutils.xml.access that return Descriptions
 Descriptions View.getDescriptions()
          Gets the value of the descriptions property.
 Descriptions Usecase.getDescriptions()
          Gets the value of the descriptions property.
 Descriptions Role.getDescriptions()
          Gets the value of the descriptions property.
 Descriptions Group.getDescriptions()
          Gets the value of the descriptions property.
 Descriptions Category.getDescriptions()
          Gets the value of the descriptions property.
 Descriptions Action.getDescriptions()
          Gets the value of the descriptions property.
 

Methods in net.sf.ahtutils.xml.access with parameters of type Descriptions
 void View.setDescriptions(Descriptions value)
          Sets the value of the descriptions property.
 void Usecase.setDescriptions(Descriptions value)
          Sets the value of the descriptions property.
 void Role.setDescriptions(Descriptions value)
          Sets the value of the descriptions property.
 void Group.setDescriptions(Descriptions value)
          Sets the value of the descriptions property.
 void Category.setDescriptions(Descriptions value)
          Sets the value of the descriptions property.
 void Action.setDescriptions(Descriptions value)
          Sets the value of the descriptions property.
 

Uses of Descriptions in net.sf.ahtutils.xml.status
 

Fields in net.sf.ahtutils.xml.status declared as Descriptions
protected  Descriptions Translation.descriptions
           
protected  Descriptions Status.descriptions
           
 

Methods in net.sf.ahtutils.xml.status that return Descriptions
 Descriptions ObjectFactory.createDescriptions()
          Create an instance of Descriptions
 Descriptions Translation.getDescriptions()
          Gets the value of the descriptions property.
 Descriptions Status.getDescriptions()
          Gets the value of the descriptions property.
 

Methods in net.sf.ahtutils.xml.status with parameters of type Descriptions
 void Translation.setDescriptions(Descriptions value)
          Sets the value of the descriptions property.
 void Status.setDescriptions(Descriptions value)
          Sets the value of the descriptions property.
 

Uses of Descriptions in net.sf.ahtutils.xml.xpath
 

Methods in net.sf.ahtutils.xml.xpath with parameters of type Descriptions
static Description StatusXpath.getDescription(Descriptions descriptions, String key)
           
 



Copyright © 2011. All Rights Reserved.