public interface UnitClause extends ASTNode
The following features are supported:
COBOLPackage.getUnitClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
BlockSizeUnit |
getUnit()
Returns the value of the 'Unit' attribute.
|
void |
setUnit(BlockSizeUnit value)
Sets the value of the '
Unit' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
BlockSizeUnit getUnit()
BlockSizeUnit.
BlockSizeUnit,
setUnit(BlockSizeUnit),
COBOLPackage.getUnitClause_Unit()void setUnit(BlockSizeUnit value)
Unit' attribute.
value - the new value of the 'Unit' attribute.BlockSizeUnit,
getUnit()