com.ibm.etools.cobol.application.model.cobol
Interface Level66Item

All Superinterfaces:
AbstractDataItem, ASTNode, org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier

public interface Level66Item
extends AbstractDataItem

A representation of a level 66 data item. A level 1 item has level 66 data items.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getStart

DataItem getStart()
Returns the value of the 'Start' reference.

The first data name specified in the RENAMES clause.

Returns:
the value of the 'Start' reference.
See Also:
setStart(DataItem), COBOLPackage.getLevel66Item_Start()

setStart

void setStart(DataItem value)
Sets the value of the 'Start' reference.

Parameters:
value - the new value of the 'Start' reference.
See Also:
getStart()

getEnd

DataItem getEnd()
Returns the value of the 'End' reference.

The second data item specified in the RENAMES clause (the data item after the THROUGH keyword).

Returns:
the value of the 'End' reference.
See Also:
setEnd(DataItem), COBOLPackage.getLevel66Item_End()

setEnd

void setEnd(DataItem value)
Sets the value of the 'End' reference.

Parameters:
value - the new value of the 'End' reference.
See Also:
getEnd()