org.jbind.xml.code
Interface IConfiguration

All Superinterfaces:
IAnyTypeData
All Known Subinterfaces:
IApplication

public interface IConfiguration
extends IAnyTypeData

Interfaces that XML configuration data has to implement.


Method Summary
 int getNbSetupAndTearDownLevels()
          Determines the number of setup and tear down levels.
 
Methods inherited from interface org.jbind.xml.core.data.IAnyTypeData
accept_, acceptImpl_, addReferencedData_, createElement_, createElement_, equals, getAttribute_, getDataDesc_, getImpl_, getParent_, getSubstitutionHead_, getType_, hashCode, isDefault_, isNil_, iterAttributes_, iterElements_, setAttribute_, setDataDesc_, setImpl_, setSubstitutionHead_, setType_
 

Method Detail

getNbSetupAndTearDownLevels

public int getNbSetupAndTearDownLevels()
Determines the number of setup and tear down levels.

Returns:
The number of levels. If a number <= 0 is returned then the configuration is neither setup nor teared down.