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

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

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

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.
 KeyContainer getKey()
          Returns the value of the 'Key' containment reference.
 void setIntermediateTarget(IntermediateTarget value)
          Sets the value of the 'Intermediate Target' containment reference.
 void setKey(KeyContainer value)
          Sets the value of the 'Key' 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()

getKey

KeyContainer getKey()
Returns the value of the 'Key' containment reference.

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

Returns:
the value of the 'Key' containment reference.
See Also:
setKey(KeyContainer), ExamplePackage.getChild_Key()

setKey

void setKey(KeyContainer value)
Sets the value of the 'Key' containment reference.

Parameters:
value - the new value of the 'Key' containment reference.
See Also:
getKey()


Copyright © 2015. All Rights Reserved.