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

Packages that use CicsStartFromClause
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 CicsStartFromClause in com.ibm.etools.cobol.application.model.cobol
 

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsStartFromClause
 CicsStartFromClause COBOLFactory.createCicsStartFromClause()
          Returns a new object of class 'Cics Start From Clause'.
 CicsStartFromClause CicsStartStmt.getFromClause()
          Returns the value of the 'From Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsStartFromClause
 void CicsStartStmt.setFromClause(CicsStartFromClause value)
          Sets the value of the 'From Clause' containment reference.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsStartFromClause
 class CicsStartFromClauseImpl
          An implementation of the model object 'Cics Start From Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsStartFromClause
 CicsStartFromClause COBOLFactoryImpl.createCicsStartFromClause()
           
 CicsStartFromClause CicsStartStmtImpl.getFromClause()
           
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl with parameters of type CicsStartFromClause
 org.eclipse.emf.common.notify.NotificationChain CicsStartStmtImpl.basicSetFromClause(CicsStartFromClause newFromClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CicsStartStmtImpl.setFromClause(CicsStartFromClause newFromClause)
           
 

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

Methods in com.ibm.etools.cobol.application.model.cobol.util with parameters of type CicsStartFromClause
 java.lang.Object COBOLSwitch.caseCicsStartFromClause(CicsStartFromClause object)
          Returns the result of interpreting the object as an instance of 'Cics Start From Clause'.