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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsFormatTimeTimeClause
 CicsFormatTimeTimeClause COBOLFactory.createCicsFormatTimeTimeClause()
          Returns a new object of class 'Cics Format Time Time Clause'.
 CicsFormatTimeTimeClause CicsFormatTimeStmt.getTimeClause()
          Returns the value of the 'Time Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsFormatTimeTimeClause
 void CicsFormatTimeStmt.setTimeClause(CicsFormatTimeTimeClause value)
          Sets the value of the 'Time Clause' containment reference.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsFormatTimeTimeClause
 class CicsFormatTimeTimeClauseImpl
          An implementation of the model object 'Cics Format Time Time Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsFormatTimeTimeClause
 CicsFormatTimeTimeClause COBOLFactoryImpl.createCicsFormatTimeTimeClause()
           
 CicsFormatTimeTimeClause CicsFormatTimeStmtImpl.getTimeClause()
           
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl with parameters of type CicsFormatTimeTimeClause
 org.eclipse.emf.common.notify.NotificationChain CicsFormatTimeStmtImpl.basicSetTimeClause(CicsFormatTimeTimeClause newTimeClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CicsFormatTimeStmtImpl.setTimeClause(CicsFormatTimeTimeClause newTimeClause)
           
 

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

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