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

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

public interface SequenceNumberRange
extends SequenceNumberEntry

A representation of a range of sequence numbers in a DELETE compiler-directing statement.

The following features are supported:

See Also:
COBOLPackage.getSequenceNumberRange()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getLower()
          Returns the value of the 'Lower' attribute.
 java.lang.String getUpper()
          Returns the value of the 'Upper' attribute.
 void setLower(java.lang.String value)
          Sets the value of the 'Lower' attribute.
 void setUpper(java.lang.String value)
          Sets the value of the 'Upper' 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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getLower

java.lang.String getLower()
Returns the value of the 'Lower' attribute.

The value is the sequence number that is the lowest number in the range.

Returns:
the value of the 'Lower' attribute.
See Also:
setLower(String), COBOLPackage.getSequenceNumberRange_Lower()

setLower

void setLower(java.lang.String value)
Sets the value of the 'Lower' attribute.

Parameters:
value - the new value of the 'Lower' attribute.
See Also:
getLower()

getUpper

java.lang.String getUpper()
Returns the value of the 'Upper' attribute.

The value is the sequence number that is the upper limit in the range.

Returns:
the value of the 'Upper' attribute.
See Also:
setUpper(String), COBOLPackage.getSequenceNumberRange_Upper()

setUpper

void setUpper(java.lang.String value)
Sets the value of the 'Upper' attribute.

Parameters:
value - the new value of the 'Upper' attribute.
See Also:
getUpper()