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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsDeleteKeyLengthClause
 CicsDeleteKeyLengthClause COBOLFactory.createCicsDeleteKeyLengthClause()
          Returns a new object of class 'Cics Delete Key Length Clause'.
 CicsDeleteKeyLengthClause CicsDeleteRidfldClause.getKeyLengthClause()
          Returns the value of the 'Key Length Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsDeleteKeyLengthClause
 void CicsDeleteRidfldClause.setKeyLengthClause(CicsDeleteKeyLengthClause value)
          Sets the value of the 'Key Length Clause' containment reference.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsDeleteKeyLengthClause
 class CicsDeleteKeyLengthClauseImpl
          An implementation of the model object 'Cics Delete Key Length Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsDeleteKeyLengthClause
 CicsDeleteKeyLengthClause COBOLFactoryImpl.createCicsDeleteKeyLengthClause()
           
 CicsDeleteKeyLengthClause CicsDeleteRidfldClauseImpl.getKeyLengthClause()
           
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl with parameters of type CicsDeleteKeyLengthClause
 org.eclipse.emf.common.notify.NotificationChain CicsDeleteRidfldClauseImpl.basicSetKeyLengthClause(CicsDeleteKeyLengthClause newKeyLengthClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CicsDeleteRidfldClauseImpl.setKeyLengthClause(CicsDeleteKeyLengthClause newKeyLengthClause)
           
 

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

Methods in com.ibm.etools.cobol.application.model.cobol.util with parameters of type CicsDeleteKeyLengthClause
 java.lang.Object COBOLSwitch.caseCicsDeleteKeyLengthClause(CicsDeleteKeyLengthClause object)
          Returns the result of interpreting the object as an instance of 'Cics Delete Key Length Clause'.