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

Uses of OpenMode in com.ibm.etools.cobol.application.model.cobol
 

Fields in com.ibm.etools.cobol.application.model.cobol declared as OpenMode
static OpenMode OpenMode.OPENMODE_EXTEND_LITERAL
          The 'OPENMODE EXTEND' literal object.
static OpenMode OpenMode.OPENMODE_INPUT_LITERAL
          The 'OPENMODE INPUT' literal object.
static OpenMode OpenMode.OPENMODE_IO_LITERAL
          The 'OPENMODE IO' literal object.
static OpenMode OpenMode.OPENMODE_OUTPUT_LITERAL
          The 'OPENMODE OUTPUT' literal object.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return OpenMode
static OpenMode OpenMode.get(int value)
          Returns the 'Open Mode' literal with the specified integer value.
static OpenMode OpenMode.get(java.lang.String literal)
          Returns the 'Open Mode' literal with the specified literal value.
static OpenMode OpenMode.getByName(java.lang.String name)
          Returns the 'Open Mode' literal with the specified name.
 OpenMode LabelUseStmt.getFileMode()
          Returns the value of the 'File Mode' attribute.
 OpenMode ExceptionUseStmt.getFileMode()
          Returns the value of the 'File Mode' attribute.
 OpenMode OpenClause.getMode()
          Returns the value of the 'Mode' attribute.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type OpenMode
 void LabelUseStmt.setFileMode(OpenMode value)
          Sets the value of the 'File Mode' attribute.
 void ExceptionUseStmt.setFileMode(OpenMode value)
          Sets the value of the 'File Mode' attribute.
 void OpenClause.setMode(OpenMode value)
          Sets the value of the 'Mode' attribute.