public interface ObjectComputerParagraph extends ASTNode
The following features are supported:
COBOLPackage.getObjectComputerParagraph()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComputerName()
Returns the value of the 'Computer Name' attribute.
|
MemorySize |
getMemorySize()
Returns the value of the 'Memory Size' containment reference.
|
Alphabet |
getProgramCollatingSequence()
Returns the value of the 'Program Collating Sequence' reference.
|
int |
getSegmentLimit()
Returns the value of the 'Segment Limit' attribute.
|
void |
setComputerName(java.lang.String value)
Sets the value of the '
Computer Name' attribute. |
void |
setMemorySize(MemorySize value)
Sets the value of the '
Memory Size' containment reference. |
void |
setProgramCollatingSequence(Alphabet value)
Sets the value of the '
Program Collating Sequence' reference. |
void |
setSegmentLimit(int value)
Sets the value of the '
Segment Limit' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.lang.String getComputerName()
setComputerName(String),
COBOLPackage.getObjectComputerParagraph_ComputerName()void setComputerName(java.lang.String value)
Computer Name' attribute.
value - the new value of the 'Computer Name' attribute.getComputerName()MemorySize getMemorySize()
The value is a representation of the MEMORY SIZE clause.
setMemorySize(MemorySize),
COBOLPackage.getObjectComputerParagraph_MemorySize()void setMemorySize(MemorySize value)
Memory Size' containment reference.
value - the new value of the 'Memory Size' containment reference.getMemorySize()Alphabet getProgramCollatingSequence()
The value is the alphabet name specified in the PROGRAM COLLATING SEQUENCE clause.
setProgramCollatingSequence(Alphabet),
COBOLPackage.getObjectComputerParagraph_ProgramCollatingSequence()void setProgramCollatingSequence(Alphabet value)
Program Collating Sequence' reference.
value - the new value of the 'Program Collating Sequence' reference.getProgramCollatingSequence()int getSegmentLimit()
The value is the priority number specified in the SEGMENT-LIMIT clause.
setSegmentLimit(int),
COBOLPackage.getObjectComputerParagraph_SegmentLimit()void setSegmentLimit(int value)
Segment Limit' attribute.
value - the new value of the 'Segment Limit' attribute.getSegmentLimit()