org.eclipse.emf.ecp.view.index.test.example
Interface IntermediateTarget

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

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

A representation of the model object 'Intermediate Target'.

The following features are supported:

See Also:
ExamplePackage.getIntermediateTarget()

Method Summary
 Target getTarget()
          Returns the value of the 'Target' containment reference.
 void setTarget(Target value)
          Sets the value of the 'Target' containment 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
 

Method Detail

getTarget

Target getTarget()
Returns the value of the 'Target' containment reference.

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

Returns:
the value of the 'Target' containment reference.
See Also:
setTarget(Target), ExamplePackage.getIntermediateTarget_Target()

setTarget

void setTarget(Target value)
Sets the value of the 'Target' containment reference.

Parameters:
value - the new value of the 'Target' containment reference.
See Also:
getTarget()


Copyright © 2015. All Rights Reserved.