| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
FileDescriptionEntry |
getFile()
Returns the value of the 'File' reference.
|
java.util.List |
getInvalidKey()
Returns the value of the 'Invalid Key' containment reference list.
|
KeyCondition |
getKeyCondition()
Returns the value of the 'Key Condition' containment reference.
|
java.util.List |
getNotInvalidKey()
Returns the value of the 'Not Invalid Key' containment reference list.
|
boolean |
isEndStartUsed()
Returns the value of the 'End Start Used' attribute.
|
void |
setEndStartUsed(boolean value)
Sets the value of the '
End Start Used' attribute. |
void |
setFile(FileDescriptionEntry value)
Sets the value of the '
File' reference. |
void |
setKeyCondition(KeyCondition value)
Sets the value of the '
Key Condition' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
FileDescriptionEntry getFile()
setFile(FileDescriptionEntry),
COBOLPackage.getStartStmt_File()void setFile(FileDescriptionEntry value)
File' reference.
value - the new value of the 'File' reference.getFile()KeyCondition getKeyCondition()
The value is a representation of the KEY phrase.
setKeyCondition(KeyCondition),
COBOLPackage.getStartStmt_KeyCondition()void setKeyCondition(KeyCondition value)
Key Condition' containment reference.
value - the new value of the 'Key Condition' containment reference.getKeyCondition()java.util.List getInvalidKey()
Stmt.
The list contains the statements in the INVALID KEY phrase.
COBOLPackage.getStartStmt_InvalidKey()java.util.List getNotInvalidKey()
Stmt.
The list contains the statements in the NOT INVALID KEY phrase.
COBOLPackage.getStartStmt_NotInvalidKey()boolean isEndStartUsed()
The value is true if END-START is present; false otherwise.
setEndStartUsed(boolean),
COBOLPackage.getStartStmt_EndStartUsed()void setEndStartUsed(boolean value)
End Start Used' attribute.
value - the new value of the 'End Start Used' attribute.isEndStartUsed()