|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Level66Item
A representation of a level 66 data item. A
level 1 item has
level 66 data items.
The following features are supported:
COBOLPackage.getLevel66Item()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DataItem |
getEnd()
Returns the value of the 'End' reference. |
DataItem |
getStart()
Returns the value of the 'Start' reference. |
void |
setEnd(DataItem value)
Sets the value of the ' End' reference. |
void |
setStart(DataItem value)
Sets the value of the ' Start' reference. |
| 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 |
|---|
DataItem getStart()
The first data name specified in the RENAMES clause.
setStart(DataItem),
COBOLPackage.getLevel66Item_Start()void setStart(DataItem value)
Start' reference.
value - the new value of the 'Start' reference.getStart()DataItem getEnd()
The second data item specified in the RENAMES clause (the data item after the THROUGH keyword).
setEnd(DataItem),
COBOLPackage.getLevel66Item_End()void setEnd(DataItem value)
End' reference.
value - the new value of the 'End' reference.getEnd()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||