public interface IdentificationDivision extends ASTNode
The following features are supported:
COBOLPackage.getIdentificationDivision()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor()
Returns the value of the 'Author' attribute.
|
java.lang.String |
getDateCompiled()
Returns the value of the 'Date Compiled' attribute.
|
java.lang.String |
getDateWritten()
Returns the value of the 'Date Written' attribute.
|
java.lang.String |
getInstallation()
Returns the value of the 'Installation' attribute.
|
java.lang.String |
getProgramId()
Returns the value of the 'Program Id' attribute.
|
java.lang.String |
getSecurity()
Returns the value of the 'Security' 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 |
setAuthor(java.lang.String value)
Sets the value of the '
Author' attribute. |
void |
setDateCompiled(java.lang.String value)
Sets the value of the '
Date Compiled' attribute. |
void |
setDateWritten(java.lang.String value)
Sets the value of the '
Date Written' attribute. |
void |
setInstallation(java.lang.String value)
Sets the value of the '
Installation' 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. |
void |
setSecurity(java.lang.String value)
Sets the value of the '
Security' 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 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()java.lang.String getAuthor()
The value is the content of the AUTHOR paragraph.
setAuthor(String),
COBOLPackage.getIdentificationDivision_Author()void setAuthor(java.lang.String value)
Author' attribute.
value - the new value of the 'Author' attribute.getAuthor()java.lang.String getInstallation()
The value is the content of the INSTALLATION paragraph.
setInstallation(String),
COBOLPackage.getIdentificationDivision_Installation()void setInstallation(java.lang.String value)
Installation' attribute.
value - the new value of the 'Installation' attribute.getInstallation()java.lang.String getDateWritten()
The value is the content of the DATE-WRITTEN paragraph.
setDateWritten(String),
COBOLPackage.getIdentificationDivision_DateWritten()void setDateWritten(java.lang.String value)
Date Written' attribute.
value - the new value of the 'Date Written' attribute.getDateWritten()java.lang.String getDateCompiled()
The value is the content of the DATE-COMPILED paragraph.
setDateCompiled(String),
COBOLPackage.getIdentificationDivision_DateCompiled()void setDateCompiled(java.lang.String value)
Date Compiled' attribute.
value - the new value of the 'Date Compiled' attribute.getDateCompiled()java.lang.String getSecurity()
The value is the content of the SECURITY paragraph.
setSecurity(String),
COBOLPackage.getIdentificationDivision_Security()void setSecurity(java.lang.String value)
Security' attribute.
value - the new value of the 'Security' attribute.getSecurity()