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

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

Methods in com.ibm.etools.cobol.application.model.cobol that return CicsFormatTimeDateSeparatorClause
 CicsFormatTimeDateSeparatorClause COBOLFactory.createCicsFormatTimeDateSeparatorClause()
          Returns a new object of class 'Cics Format Time Date Separator Clause'.
 CicsFormatTimeDateSeparatorClause CicsFormatTimeStmt.getDateSepClause()
          Returns the value of the 'Date Sep Clause' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsFormatTimeDateSeparatorClause
 void CicsFormatTimeStmt.setDateSepClause(CicsFormatTimeDateSeparatorClause value)
          Sets the value of the 'Date Sep Clause' containment reference.
 

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

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement CicsFormatTimeDateSeparatorClause
 class CicsFormatTimeDateSeparatorClauseImpl
          An implementation of the model object 'Cics Format Time Date Separator Clause'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return CicsFormatTimeDateSeparatorClause
 CicsFormatTimeDateSeparatorClause COBOLFactoryImpl.createCicsFormatTimeDateSeparatorClause()
           
 CicsFormatTimeDateSeparatorClause CicsFormatTimeStmtImpl.getDateSepClause()
           
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl with parameters of type CicsFormatTimeDateSeparatorClause
 org.eclipse.emf.common.notify.NotificationChain CicsFormatTimeStmtImpl.basicSetDateSepClause(CicsFormatTimeDateSeparatorClause newDateSepClause, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CicsFormatTimeStmtImpl.setDateSepClause(CicsFormatTimeDateSeparatorClause newDateSepClause)
           
 

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

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