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.BlockSizeUnit

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

      Fields in com.ibm.etools.cobol.application.model.cobol declared as BlockSizeUnit 
      Modifier and Type Field and Description
      static BlockSizeUnit BlockSizeUnit.BSU_CHARACTERS_LITERAL
      The 'BSU CHARACTERS' literal object.
      static BlockSizeUnit BlockSizeUnit.BSU_RECORDS_LITERAL
      The 'BSU RECORDS' literal object.
      Methods in com.ibm.etools.cobol.application.model.cobol that return BlockSizeUnit 
      Modifier and Type Method and Description
      static BlockSizeUnit BlockSizeUnit.get(int value)
      Returns the 'Block Size Unit' literal with the specified integer value.
      static BlockSizeUnit BlockSizeUnit.get(java.lang.String literal)
      Returns the 'Block Size Unit' literal with the specified literal value.
      static BlockSizeUnit BlockSizeUnit.getByName(java.lang.String name)
      Returns the 'Block Size Unit' literal with the specified name.
      BlockSizeUnit UnitClause.getUnit()
      Returns the value of the 'Unit' attribute.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type BlockSizeUnit 
      Modifier and Type Method and Description
      void UnitClause.setUnit(BlockSizeUnit value)
      Sets the value of the 'Unit' attribute.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes