|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LabelRecordsClause
A representation of the LABEL RECORDS clause of a file description entry.
The following features are supported:
COBOLPackage.getLabelRecordsClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.util.List |
getUserLabelRecords()
Returns the value of the 'User Label Records' containment reference list. |
boolean |
isOmitted()
Returns the value of the 'Omitted' attribute. |
boolean |
isStandard()
Returns the value of the 'Standard' attribute. |
void |
setOmitted(boolean value)
Sets the value of the ' Omitted' attribute. |
void |
setStandard(boolean value)
Sets the value of the ' Standard' 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 |
|---|
boolean isStandard()
The value is true if the STANDARD keyword is present; false otherwise.
setStandard(boolean),
COBOLPackage.getLabelRecordsClause_Standard()void setStandard(boolean value)
Standard' attribute.
value - the new value of the 'Standard' attribute.isStandard()boolean isOmitted()
The value is true if the OMITTED keyword is present; false otherwise.
setOmitted(boolean),
COBOLPackage.getLabelRecordsClause_Omitted()void setOmitted(boolean value)
Omitted' attribute.
value - the new value of the 'Omitted' attribute.isOmitted()java.util.List getUserLabelRecords()
DataRef.
The value is the user label records. If no user label records are specified, an empty list is returned.
COBOLPackage.getLabelRecordsClause_UserLabelRecords()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||