Uses of Interface
com.ibm.etools.cobol.application.model.cobol.VariableGroup

Packages that use VariableGroup
com.ibm.etools.cobol.application.model.cobol COBOL Application Model API Specification 
com.ibm.etools.cobol.application.model.cobol.impl   
com.ibm.etools.cobol.application.model.cobol.util   
 

Uses of VariableGroup in com.ibm.etools.cobol.application.model.cobol
 

Methods in com.ibm.etools.cobol.application.model.cobol that return VariableGroup
 VariableGroup COBOLFactory.createVariableGroup()
          Returns a new object of class 'Variable Group'.
 

Uses of VariableGroup in com.ibm.etools.cobol.application.model.cobol.impl
 

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement VariableGroup
 class VariableGroupImpl
          An implementation of the model object 'Variable Group'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return VariableGroup
 VariableGroup COBOLFactoryImpl.createVariableGroup()
           
 

Uses of VariableGroup in com.ibm.etools.cobol.application.model.cobol.util
 

Methods in com.ibm.etools.cobol.application.model.cobol.util with parameters of type VariableGroup
 java.lang.Object COBOLSwitch.caseVariableGroup(VariableGroup object)
          Returns the result of interpreting the object as an instance of 'Variable Group'.