|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeleteStmt
A representation of a DELETE statement in the PROCEDURE division.
The following features are supported:
COBOLPackage.getDeleteStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
FileDescriptionEntry |
getFile()
Returns the value of the 'File' reference. |
java.util.List |
getInvalidKey()
Returns the value of the 'Invalid Key' containment reference list. |
java.util.List |
getNotInvalidKey()
Returns the value of the 'Not Invalid Key' containment reference list. |
boolean |
isEndDeleteUsed()
Returns the value of the 'End Delete Used' attribute. |
void |
setEndDeleteUsed(boolean value)
Sets the value of the ' End Delete Used' attribute. |
void |
setFile(FileDescriptionEntry value)
Sets the value of the ' File' reference. |
| 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 getFile()
setFile(FileDescriptionEntry),
COBOLPackage.getDeleteStmt_File()void setFile(FileDescriptionEntry value)
File' reference.
value - the new value of the 'File' reference.getFile()java.util.List getInvalidKey()
Stmt.
The list contains the statements in the INVALID KEY phrase.
COBOLPackage.getDeleteStmt_InvalidKey()java.util.List getNotInvalidKey()
Stmt.
The list contains the statements in the NOT INVALID KEY phrase.
COBOLPackage.getDeleteStmt_NotInvalidKey()boolean isEndDeleteUsed()
The value is true if END-DELETE is present; false otherwise.
setEndDeleteUsed(boolean),
COBOLPackage.getDeleteStmt_EndDeleteUsed()void setEndDeleteUsed(boolean value)
End Delete Used' attribute.
value - the new value of the 'End Delete Used' attribute.isEndDeleteUsed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||