Generators

Uses of Interface
org.topcased.properties.configurator.AbstractSection

Packages that use AbstractSection
org.topcased.properties.configurator   
org.topcased.properties.configurator.util   
 

Uses of AbstractSection in org.topcased.properties.configurator
 

Subinterfaces of AbstractSection in org.topcased.properties.configurator
 interface AdvancedSection
          A representation of the model object 'Advanced Section'.
 interface MultipleFeatureSection
          A representation of the model object 'Multiple Feature Section'.
 interface SingleFeatureSection
          A representation of the model object 'Single Feature Section'.
 

Methods in org.topcased.properties.configurator that return AbstractSection
 AbstractSection AbstractSection.getAfterSection()
          Returns the value of the 'After Section' reference.
 

Methods in org.topcased.properties.configurator with parameters of type AbstractSection
 void AbstractSection.setAfterSection(AbstractSection value)
          Sets the value of the 'After Section' reference.
 

Uses of AbstractSection in org.topcased.properties.configurator.util
 

Methods in org.topcased.properties.configurator.util with parameters of type AbstractSection
 java.lang.Object PropertiesConfiguratorSwitch.caseAbstractSection(AbstractSection object)
          Returns the result of interpretting the object as an instance of 'Abstract Section'.
 


Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.