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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ASTNodeLite, DataItemLite
All Known Implementing Classes:
ASTNodeLiteImpl, DataItemLiteImpl, LiteNodeImpl

public interface LiteNode
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Lite Node'.

The following features are supported:

See Also:
COBOLPackage.getLiteNode()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getSourceLoc()
          Returns the value of the 'Source Loc' attribute.
 void setSourceLoc(java.lang.String value)
          Sets the value of the 'Source Loc' attribute.
 
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

getSourceLoc

java.lang.String getSourceLoc()
Returns the value of the 'Source Loc' attribute.

If the meaning of the 'Source Loc' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Source Loc' attribute.
See Also:
setSourceLoc(String), COBOLPackage.getLiteNode_SourceLoc()

setSourceLoc

void setSourceLoc(java.lang.String value)
Sets the value of the 'Source Loc' attribute.

Parameters:
value - the new value of the 'Source Loc' attribute.
See Also:
getSourceLoc()