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

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

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

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

Methods in net.sf.ahtutils.xml.access that return Langs
 Langs View.getLangs()
          Gets the value of the langs property.
 Langs Usecase.getLangs()
          Gets the value of the langs property.
 Langs Role.getLangs()
          Gets the value of the langs property.
 Langs Group.getLangs()
          Gets the value of the langs property.
 Langs Category.getLangs()
          Gets the value of the langs property.
 Langs Action.getLangs()
          Gets the value of the langs property.
 

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

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

Fields in net.sf.ahtutils.xml.status declared as Langs
protected  Langs Translation.langs
           
protected  Langs Status.langs
           
 

Methods in net.sf.ahtutils.xml.status that return Langs
 Langs ObjectFactory.createLangs()
          Create an instance of Langs
 Langs Translation.getLangs()
          Gets the value of the langs property.
 Langs Status.getLangs()
          Gets the value of the langs property.
 

Methods in net.sf.ahtutils.xml.status with parameters of type Langs
 void Translation.setLangs(Langs value)
          Sets the value of the langs property.
 void Status.setLangs(Langs value)
          Sets the value of the langs property.
 

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

Methods in net.sf.ahtutils.xml.xpath with parameters of type Langs
static Lang StatusXpath.getLang(Langs langs, String key)
           
 



Copyright © 2011. All Rights Reserved.