org.eclipse.emf.ecp.view.mapping.test.example
Interface Child

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

public interface Child
extends AbstractChild

A representation of the model object 'Child'.

The following features are supported:

See Also:
ExamplePackage.getChild()

Method Summary
 IntermediateTarget getIntermediateTarget()
          Returns the value of the 'Intermediate Target' containment reference.
 void setIntermediateTarget(IntermediateTarget value)
          Sets the value of the 'Intermediate 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

getIntermediateTarget

IntermediateTarget getIntermediateTarget()
Returns the value of the 'Intermediate Target' containment reference.

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

Returns:
the value of the 'Intermediate Target' containment reference.
See Also:
setIntermediateTarget(IntermediateTarget), ExamplePackage.getChild_IntermediateTarget()

setIntermediateTarget

void setIntermediateTarget(IntermediateTarget value)
Sets the value of the 'Intermediate Target' containment reference.

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


Copyright © 2015. All Rights Reserved.