org.eclipse.xpand.incremental.trace
Interface InputElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
InputElementImpl

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

A representation of the model object 'Input Element'.

The following features are supported:

See Also:
TracePackage.getInputElement()
EMF generated code
EMF model element

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.ecore.EStructuralFeature getFeature()
          Returns the value of the 'Feature' reference.
 org.eclipse.emf.ecore.EObject getModelElement()
          Returns the value of the 'Model Element' reference.
 void setFeature(org.eclipse.emf.ecore.EStructuralFeature value)
          Sets the value of the 'Feature' reference.
 void setModelElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Model Element' reference.
 
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
EMF generated code
Method Detail

getModelElement

org.eclipse.emf.ecore.EObject getModelElement()
Returns the value of the 'Model Element' reference.

If the meaning of the 'Model Element' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Model Element' reference.
See Also:
setModelElement(EObject), TracePackage.getInputElement_ModelElement()
EMF generated code
EMF model element
required="true"

setModelElement

void setModelElement(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Model Element' reference.

Parameters:
value - the new value of the 'Model Element' reference.
See Also:
getModelElement()
EMF generated code

getFeature

org.eclipse.emf.ecore.EStructuralFeature getFeature()
Returns the value of the 'Feature' reference.

If the meaning of the 'Feature' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Feature' reference.
See Also:
setFeature(EStructuralFeature), TracePackage.getInputElement_Feature()
EMF generated code
EMF model element
required="true"

setFeature

void setFeature(org.eclipse.emf.ecore.EStructuralFeature value)
Sets the value of the 'Feature' reference.

Parameters:
value - the new value of the 'Feature' reference.
See Also:
getFeature()
EMF generated code