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
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
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
 void UnitClause.setUnit(BlockSizeUnit value)
          Sets the value of the 'Unit' attribute.