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