Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

    • Uses of CicsDeleteTokenOrRIDFLDClause in com.ibm.etools.cobol.application.model.cobol

      Subinterfaces of CicsDeleteTokenOrRIDFLDClause in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      interface  CicsDeleteRIDFLDClause
      A representation of the RIDFLD clause in the CICS DELETE command, including any KEYLENGTH options that are specified.
      interface  CicsDeleteTokenClause
      A representation of the TOKEN option in the CICS DELETE command.
      Methods in com.ibm.etools.cobol.application.model.cobol that return CicsDeleteTokenOrRIDFLDClause 
      Modifier and Type Method and Description
      CicsDeleteTokenOrRIDFLDClause CicsDeleteStmt.getTokenOrRIDFLDClause()
      Returns the value of the 'Token Or RIDFLD Clause' containment reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type CicsDeleteTokenOrRIDFLDClause 
      Modifier and Type Method and Description
      void CicsDeleteStmt.setTokenOrRIDFLDClause(CicsDeleteTokenOrRIDFLDClause value)
      Sets the value of the 'Token Or RIDFLD Clause' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes