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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsEraseClause
 CicsEraseClause COBOLFactory.createCicsEraseClause()
          Returns a new object of class 'Cics Erase Clause'.
 CicsEraseClause CicsSendTextStmt.getEraseClause()
          Returns the value of the 'Erase Clause' containment reference.
 CicsEraseClause CicsSendMapStmt.getEraseClause()
          Returns the value of the 'Erase Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsEraseClause
 void CicsSendTextStmt.setEraseClause(CicsEraseClause value)
          Sets the value of the 'Erase Clause' containment reference.
 void CicsSendMapStmt.setEraseClause(CicsEraseClause value)
          Sets the value of the 'Erase Clause' containment reference.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsEraseClause
 class CicsEraseClauseImpl
          An implementation of the model object 'Cics Erase Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsEraseClause
 CicsEraseClause COBOLFactoryImpl.createCicsEraseClause()
           
 CicsEraseClause CicsSendTextStmtImpl.getEraseClause()
           
 CicsEraseClause CicsSendMapStmtImpl.getEraseClause()
           
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl with parameters of type CicsEraseClause
 org.eclipse.emf.common.notify.NotificationChain CicsSendTextStmtImpl.basicSetEraseClause(CicsEraseClause newEraseClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CicsSendMapStmtImpl.basicSetEraseClause(CicsEraseClause newEraseClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CicsSendTextStmtImpl.setEraseClause(CicsEraseClause newEraseClause)
           
 void CicsSendMapStmtImpl.setEraseClause(CicsEraseClause newEraseClause)
           
 

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

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