public interface LabelRecordsClause extends ASTNode
The following features are supported:
COBOLPackage.getLabelRecordsClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()