|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileControlEntry
A representation of a file control entry in the INPUT-OUTPUT section of the ENVIRONMENT division.
The following features are supported:
SelectIs OptionalAssign ToAssign UsingReserve PhraseAutomatic Lock ModeWith Lock On RecordPasswordStatusPlatform Specific Status
COBOLPackage.getFileControlEntry()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
Literal |
getAssignTo()
Returns the value of the 'Assign To' containment reference. |
AbstractDataItem |
getAssignUsing()
Returns the value of the 'Assign Using' reference. |
AbstractDataItem |
getPassword()
Returns the value of the 'Password' reference. |
AbstractDataItem |
getPlatformSpecificStatus()
Returns the value of the 'Platform Specific Status' reference. |
ReservePhrase |
getReservePhrase()
Returns the value of the 'Reserve Phrase' containment reference. |
FileDescriptionEntry |
getSelect()
Returns the value of the 'Select' reference. |
AbstractDataItem |
getStatus()
Returns the value of the 'Status' reference. |
boolean |
isAutomaticLockMode()
Returns the value of the 'Automatic Lock Mode' attribute. |
boolean |
isIsOptional()
Returns the value of the 'Is Optional' attribute. |
boolean |
isWithLockOnRecord()
Returns the value of the 'With Lock On Record' attribute. |
void |
setAssignTo(Literal value)
Sets the value of the ' Assign To' containment reference. |
void |
setAssignUsing(AbstractDataItem value)
Sets the value of the ' Assign Using' reference. |
void |
setAutomaticLockMode(boolean value)
Sets the value of the ' Automatic Lock Mode' attribute. |
void |
setIsOptional(boolean value)
Sets the value of the ' Is Optional' attribute. |
void |
setPassword(AbstractDataItem value)
Sets the value of the ' Password' reference. |
void |
setPlatformSpecificStatus(AbstractDataItem value)
Sets the value of the ' Platform Specific Status' reference. |
void |
setReservePhrase(ReservePhrase value)
Sets the value of the ' Reserve Phrase' containment reference. |
void |
setSelect(FileDescriptionEntry value)
Sets the value of the ' Select' reference. |
void |
setStatus(AbstractDataItem value)
Sets the value of the ' Status' reference. |
void |
setWithLockOnRecord(boolean value)
Sets the value of the ' With Lock On Record' 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 |
|---|
FileDescriptionEntry getSelect()
The value is the file description entry specified in the SELECT clause.
setSelect(FileDescriptionEntry),
COBOLPackage.getFileControlEntry_Select()void setSelect(FileDescriptionEntry value)
Select' reference.
value - the new value of the 'Select' reference.getSelect()boolean isIsOptional()
The value is true if the OPTIONAL keyword is present; false otherwise.
setIsOptional(boolean),
COBOLPackage.getFileControlEntry_IsOptional()void setIsOptional(boolean value)
Is Optional' attribute.
value - the new value of the 'Is Optional' attribute.isIsOptional()Literal getAssignTo()
The value is the assignment name specified in the ASSIGN TO clause.
setAssignTo(Literal),
COBOLPackage.getFileControlEntry_AssignTo()void setAssignTo(Literal value)
Assign To' containment reference.
value - the new value of the 'Assign To' containment reference.getAssignTo()AbstractDataItem getAssignUsing()
The value is the data item specified in the ASSIGN USING clause.
setAssignUsing(AbstractDataItem),
COBOLPackage.getFileControlEntry_AssignUsing()void setAssignUsing(AbstractDataItem value)
Assign Using' reference.
value - the new value of the 'Assign Using' reference.getAssignUsing()ReservePhrase getReservePhrase()
The value is the RESERVE clause.
setReservePhrase(ReservePhrase),
COBOLPackage.getFileControlEntry_ReservePhrase()void setReservePhrase(ReservePhrase value)
Reserve Phrase' containment reference.
value - the new value of the 'Reserve Phrase' containment reference.getReservePhrase()boolean isAutomaticLockMode()
setAutomaticLockMode(boolean),
COBOLPackage.getFileControlEntry_AutomaticLockMode()void setAutomaticLockMode(boolean value)
Automatic Lock Mode' attribute.
value - the new value of the 'Automatic Lock Mode' attribute.isAutomaticLockMode()boolean isWithLockOnRecord()
setWithLockOnRecord(boolean),
COBOLPackage.getFileControlEntry_WithLockOnRecord()void setWithLockOnRecord(boolean value)
With Lock On Record' attribute.
value - the new value of the 'With Lock On Record' attribute.isWithLockOnRecord()AbstractDataItem getPassword()
The value is the data item specified in the PASSWORD clause.
setPassword(AbstractDataItem),
COBOLPackage.getFileControlEntry_Password()void setPassword(AbstractDataItem value)
Password' reference.
value - the new value of the 'Password' reference.getPassword()AbstractDataItem getStatus()
The value is the data item specified in the STATUS clause.
setStatus(AbstractDataItem),
COBOLPackage.getFileControlEntry_Status()void setStatus(AbstractDataItem value)
Status' reference.
value - the new value of the 'Status' reference.getStatus()AbstractDataItem getPlatformSpecificStatus()
The value is the data item specified in the PLATFORM SPECIFIC STATUS clause.
setPlatformSpecificStatus(AbstractDataItem),
COBOLPackage.getFileControlEntry_PlatformSpecificStatus()void setPlatformSpecificStatus(AbstractDataItem value)
Platform Specific Status' reference.
value - the new value of the 'Platform Specific Status' reference.getPlatformSpecificStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||