|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectComputerParagraph
A representation of the OBJECT-COMPUTER paragraph in the configuration section of the environment division.
The following features are supported:
COBOLPackage.getObjectComputerParagraph()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| 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 |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||