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

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

public interface SequenceNumber
extends SequenceNumberEntry

A representation of a sequence number in the DELETE compiler-directing statement.

The following features are supported:

See Also:
COBOLPackage.getSequenceNumber()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getSequenceNumber()
          Returns the value of the 'Sequence Number' attribute.
 void setSequenceNumber(java.lang.String value)
          Sets the value of the 'Sequence Number' 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

getSequenceNumber

java.lang.String getSequenceNumber()
Returns the value of the 'Sequence Number' attribute.

Returns:
the value of the 'Sequence Number' attribute.
See Also:
setSequenceNumber(String), COBOLPackage.getSequenceNumber_SequenceNumber()

setSequenceNumber

void setSequenceNumber(java.lang.String value)
Sets the value of the 'Sequence Number' attribute.

Parameters:
value - the new value of the 'Sequence Number' attribute.
See Also:
getSequenceNumber()