public interface MemorySize extends ASTNode
The following features are supported:
COBOLPackage.getMemorySize()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize()
Returns the value of the 'Size' attribute.
|
MemorySizeUnit |
getUnit()
Returns the value of the 'Unit' attribute.
|
void |
setSize(int value)
Sets the value of the '
Size' attribute. |
void |
setUnit(MemorySizeUnit 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
int getSize()
setSize(int),
COBOLPackage.getMemorySize_Size()void setSize(int value)
Size' attribute.
value - the new value of the 'Size' attribute.getSize()MemorySizeUnit getUnit()
MemorySizeUnit.
The value is either WORDS, CHARACTERS, or MODULES.
MemorySizeUnit,
setUnit(MemorySizeUnit),
COBOLPackage.getMemorySize_Unit()void setUnit(MemorySizeUnit value)
Unit' attribute.
value - the new value of the 'Unit' attribute.MemorySizeUnit,
getUnit()