org.eclipse.emf.ecp.view.edapt.util.test.model.c
Interface EdaptTestC

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

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

A representation of the model object 'C'.

The following features are supported:

See Also:
EdaptTestCPackage.getC()

Method Summary
 EdaptTestD getD()
          Returns the value of the 'D' reference.
 void setD(EdaptTestD value)
          Sets the value of the 'D' 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

getD

EdaptTestD getD()
Returns the value of the 'D' reference.

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

Returns:
the value of the 'D' reference.
See Also:
setD(EdaptTestD), EdaptTestCPackage.getC_D()

setD

void setD(EdaptTestD value)
Sets the value of the 'D' reference.

Parameters:
value - the new value of the 'D' reference.
See Also:
getD()


Copyright © 2015. All Rights Reserved.