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

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

Subinterfaces of CicsTimeFormat in com.ibm.etools.cobol.application.model.cobol
 interface CicsAfterClause
          A representation of the model object 'Cics After Clause'.
 interface CicsAfterOrAtClause
          A representation of the model object 'Cics After Or At Clause'.
 interface CicsAtClause
          A representation of the model object 'Cics At Clause'.
 interface CicsForClause
          A representation of the model object 'Cics For Clause'.
 interface CicsForOrUntilClause
          A representation of the model object 'Cics For Or Until Clause'.
 interface CicsUntilClause
          A representation of the model object 'Cics Until Clause'.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsTimeFormat
 class CicsAfterClauseImpl
          An implementation of the model object 'Cics After Clause'.
 class CicsAfterOrAtClauseImpl
          An implementation of the model object 'Cics After Or At Clause'.
 class CicsAtClauseImpl
          An implementation of the model object 'Cics At Clause'.
 class CicsForClauseImpl
          An implementation of the model object 'Cics For Clause'.
 class CicsForOrUntilClauseImpl
          An implementation of the model object 'Cics For Or Until Clause'.
 class CicsTimeFormatImpl
          An implementation of the model object 'Cics Time Format'.
 class CicsUntilClauseImpl
          An implementation of the model object 'Cics Until Clause'.
 

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

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