org.eclipse.emf.ecp.view.edapt.util.test.model.d
Interface EdaptTestD

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

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

A representation of the model object 'D'.

The following features are supported:

See Also:
EdaptTestDPackage.getD()

Method Summary
 EdaptTestB getB()
          Returns the value of the 'B' reference.
 void setB(EdaptTestB value)
          Sets the value of the 'B' 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

getB

EdaptTestB getB()
Returns the value of the 'B' reference.

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

Returns:
the value of the 'B' reference.
See Also:
setB(EdaptTestB), EdaptTestDPackage.getD_B()

setB

void setB(EdaptTestB value)
Sets the value of the 'B' reference.

Parameters:
value - the new value of the 'B' reference.
See Also:
getB()


Copyright © 2015. All Rights Reserved.