Package org.eclipse.gmt.modisco.cobol
Interface COBOLRedefiningElement
- All Superinterfaces:
COBOLElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
COBOLRedefiningElementImpl
public interface COBOLRedefiningElement extends COBOLElement
A representation of the model object 'COBOL Redefining Element'.
The following features are supported:
- See Also:
CobolPackage.getCOBOLRedefiningElement()
-
Method Summary
Modifier and Type Method Description COBOLElementgetRedefines()Returns the value of the 'Redefines' reference.voidsetRedefines(COBOLElement value)Sets the value of the 'Redefines' reference.Methods inherited from interface org.eclipse.gmt.modisco.cobol.COBOLElement
getArray, getContains, getGroup, getInitial, getLevel, getName, getRefined, getSharedType, getSource, setArray, setGroup, setLevel, setName, setRefined, setSharedType, setSourceMethods 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
-
getRedefines
COBOLElement getRedefines()Returns the value of the 'Redefines' reference.- Returns:
- the value of the 'Redefines' reference.
- See Also:
setRedefines(COBOLElement),CobolPackage.getCOBOLRedefiningElement_Redefines()
-
setRedefines
Sets the value of the 'Redefines' reference.- Parameters:
value- the new value of the 'Redefines' reference.- See Also:
getRedefines()
-