|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IdentificationDivision
A representation of the identification division. The PROGRAM-ID paragraph is represented, including the INITIAL, RECURSIVE, and COMMON clauses. The AUTHOR, INSTALLATION, DATE-WRITTEN, DATE-COMPILED, and SECURITY paragraphs are not supported.
The following features are supported:
COBOLPackage.getIdentificationDivision()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.lang.String |
getProgramId()
Returns the value of the 'Program Id' attribute. |
boolean |
isIsCommon()
Returns the value of the 'Is Common' attribute. |
boolean |
isIsInitial()
Returns the value of the 'Is Initial' attribute. |
boolean |
isIsRecursive()
Returns the value of the 'Is Recursive' attribute. |
void |
setIsCommon(boolean value)
Sets the value of the ' Is Common' attribute. |
void |
setIsInitial(boolean value)
Sets the value of the ' Is Initial' attribute. |
void |
setIsRecursive(boolean value)
Sets the value of the ' Is Recursive' attribute. |
void |
setProgramId(java.lang.String value)
Sets the value of the ' Program Id' 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 getProgramId()
The value is the name specified in the PROGRAM-ID paragraph. The value is also available from Program.getName().
setProgramId(String),
COBOLPackage.getIdentificationDivision_ProgramId()void setProgramId(java.lang.String value)
Program Id' attribute.
value - the new value of the 'Program Id' attribute.getProgramId()boolean isIsCommon()
The value is true if the COMMON clause appears in the PROGRAM-ID paragraph; false otherwise.
setIsCommon(boolean),
COBOLPackage.getIdentificationDivision_IsCommon()void setIsCommon(boolean value)
Is Common' attribute.
value - the new value of the 'Is Common' attribute.isIsCommon()boolean isIsInitial()
The value is true if the INITIAL clause appears in the PROGRAM-ID paragraph; false otherwise.
setIsInitial(boolean),
COBOLPackage.getIdentificationDivision_IsInitial()void setIsInitial(boolean value)
Is Initial' attribute.
value - the new value of the 'Is Initial' attribute.isIsInitial()boolean isIsRecursive()
The value is true if the RECURSIVE clause appears in the PROGRAM-ID paragraph; false otherwise.
setIsRecursive(boolean),
COBOLPackage.getIdentificationDivision_IsRecursive()void setIsRecursive(boolean value)
Is Recursive' attribute.
value - the new value of the 'Is Recursive' attribute.isIsRecursive()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||