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

Uses of Class
com.ibm.etools.cobol.application.model.cobol.ReadDirection

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

      Fields in com.ibm.etools.cobol.application.model.cobol declared as ReadDirection 
      Modifier and Type Field and Description
      static ReadDirection ReadDirection.READSEQDIR_NEXT_LITERAL
      The 'READSEQDIR NEXT' literal object.
      static ReadDirection ReadDirection.READSEQDIR_NONE_LITERAL
      The 'READSEQDIR NONE' literal object.
      Methods in com.ibm.etools.cobol.application.model.cobol that return ReadDirection 
      Modifier and Type Method and Description
      static ReadDirection ReadDirection.get(int value)
      Returns the 'Read Direction' literal with the specified integer value.
      static ReadDirection ReadDirection.get(java.lang.String literal)
      Returns the 'Read Direction' literal with the specified literal value.
      static ReadDirection ReadDirection.getByName(java.lang.String name)
      Returns the 'Read Direction' literal with the specified name.
      ReadDirection ReadStmt.getDirection()
      Returns the value of the 'Direction' attribute.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type ReadDirection 
      Modifier and Type Method and Description
      void ReadStmt.setDirection(ReadDirection value)
      Sets the value of the 'Direction' attribute.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes