Package org.eclipse.gmt.modisco.cobol
Interface COBOL66Element
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
COBOL66ElementImpl
public interface COBOL66Element
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'COBOL66 Element'.
The following features are supported:
- See Also:
CobolPackage.getCOBOL66Element()
-
Method Summary
Modifier and Type Method Description COBOLElementgetEnd()Returns the value of the 'End' reference.StringgetName()Returns the value of the 'Name' attribute.COBOLElementgetStart()Returns the value of the 'Start' reference.voidsetEnd(COBOLElement value)Sets the value of the 'End' reference.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetStart(COBOLElement value)Sets the value of the 'Start' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),CobolPackage.getCOBOL66Element_Name()
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getEnd
COBOLElement getEnd()Returns the value of the 'End' reference.- Returns:
- the value of the 'End' reference.
- See Also:
setEnd(COBOLElement),CobolPackage.getCOBOL66Element_End()
-
setEnd
Sets the value of the 'End' reference.- Parameters:
value- the new value of the 'End' reference.- See Also:
getEnd()
-
getStart
COBOLElement getStart()Returns the value of the 'Start' reference.- Returns:
- the value of the 'Start' reference.
- See Also:
setStart(COBOLElement),CobolPackage.getCOBOL66Element_Start()
-
setStart
Sets the value of the 'Start' reference.- Parameters:
value- the new value of the 'Start' reference.- See Also:
getStart()
-