Uses of Class
net.sf.daileon.xml.items.Setup

Packages that use Setup
net.sf.daileon.xml.items Contains classes that represent the structure of Daileon's XML configuration file. 
 

Uses of Setup in net.sf.daileon.xml.items
 

Fields in net.sf.daileon.xml.items declared as Setup
private  Setup DaileonConfig.setup
          The <setup> structure of the XML configuration file
 

Methods in net.sf.daileon.xml.items that return Setup
 Setup DaileonConfig.getSetup()
          Gets the object that represents the <setup> element of the XML configuration file.
 

Methods in net.sf.daileon.xml.items with parameters of type Setup
 void DaileonConfig.setSetup(Setup setup)
          Sets the object that represents the <setup> element of the XML configuration file.