|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MemorySize
A representation of the MEMORY SIZE clause in the OBJECT-COMPUTER paragraph in the environment division.
The following features are supported:
COBOLPackage.getMemorySize()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||