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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsFileBrowseKeyLengthClause
 CicsFileBrowseKeyLengthClause COBOLFactory.createCicsFileBrowseKeyLengthClause()
          Returns a new object of class 'Cics File Browse Key Length Clause'.
 CicsFileBrowseKeyLengthClause CicsStartBrStmt.getKeyLengthClause()
          Returns the value of the 'Key Length Clause' containment reference.
 CicsFileBrowseKeyLengthClause CicsResetBrStmt.getKeyLengthClause()
          Returns the value of the 'Key Length Clause' containment reference.
 CicsFileBrowseKeyLengthClause CicsReadStmt.getKeyLengthClause()
          Returns the value of the 'Key Length Clause' containment reference.
 

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

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsFileBrowseKeyLengthClause
 class CicsFileBrowseKeyLengthClauseImpl
          An implementation of the model object 'Cics File Browse Key Length Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsFileBrowseKeyLengthClause
 CicsFileBrowseKeyLengthClause COBOLFactoryImpl.createCicsFileBrowseKeyLengthClause()
           
 CicsFileBrowseKeyLengthClause CicsStartBrStmtImpl.getKeyLengthClause()
           
 CicsFileBrowseKeyLengthClause CicsResetBrStmtImpl.getKeyLengthClause()
           
 CicsFileBrowseKeyLengthClause CicsReadStmtImpl.getKeyLengthClause()
           
 

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

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

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