|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileDescriptionEntry
A representation of a file description entry. This node represents both FD and SD entries. The following clauses are not supported: BLOCK CONTAINS, RECORD, LABEL RECORDS, VALUE OF, and DATA RECORDS.
The following features are supported:
COBOLPackage.getFileDescriptionEntry()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
FileControlEntry |
getFileControlEntry()
Returns the value of the 'File Control Entry' reference. |
java.util.List |
getFileRecordDescriptions()
Returns the value of the 'File Record Descriptions' containment reference list. |
SimpleRefOrLiteral |
getLinage()
Returns the value of the 'Linage' containment reference. |
boolean |
isSort()
Returns the value of the 'Sort' attribute. |
void |
setFileControlEntry(FileControlEntry value)
Sets the value of the ' File Control Entry' reference. |
void |
setLinage(SimpleRefOrLiteral value)
Sets the value of the ' Linage' containment reference. |
void |
setSort(boolean value)
Sets the value of the ' Sort' attribute. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.NamedElement |
|---|
getName, setName |
| 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 |
|---|
FileControlEntry getFileControlEntry()
setFileControlEntry(FileControlEntry),
COBOLPackage.getFileDescriptionEntry_FileControlEntry()void setFileControlEntry(FileControlEntry value)
File Control Entry' reference.
value - the new value of the 'File Control Entry' reference.getFileControlEntry()SimpleRefOrLiteral getLinage()
The value is the value specified in the LINAGE clause (either a literal or a
simple reference).
setLinage(SimpleRefOrLiteral),
COBOLPackage.getFileDescriptionEntry_Linage()void setLinage(SimpleRefOrLiteral value)
Linage' containment reference.
value - the new value of the 'Linage' containment reference.getLinage()java.util.List getFileRecordDescriptions()
Level01Item.
The returned list contains the level 1 items that comprise the file record description.
COBOLPackage.getFileDescriptionEntry_FileRecordDescriptions()boolean isSort()
Returns true if the entry is an SD entry; false if the entry is an FD entry.
setSort(boolean),
COBOLPackage.getFileDescriptionEntry_Sort()void setSort(boolean value)
Sort' attribute.
value - the new value of the 'Sort' attribute.isSort()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||