org.eclipse.emf.ecp.view.edapt.util.test.model.b
Interface EdaptTestB

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

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

A representation of the model object 'B'.

The following features are supported:

See Also:
EdaptTestBPackage.getB()

Method Summary
 EdaptTestA getA()
          Returns the value of the 'A' reference.
 EdaptTestC getC()
          Returns the value of the 'C' reference.
 void setA(EdaptTestA value)
          Sets the value of the 'A' reference.
 void setC(EdaptTestC value)
          Sets the value of the 'C' 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

getA

EdaptTestA getA()
Returns the value of the 'A' reference.

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

Returns:
the value of the 'A' reference.
See Also:
setA(EdaptTestA), EdaptTestBPackage.getB_A()

setA

void setA(EdaptTestA value)
Sets the value of the 'A' reference.

Parameters:
value - the new value of the 'A' reference.
See Also:
getA()

getC

EdaptTestC getC()
Returns the value of the 'C' reference.

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

Returns:
the value of the 'C' reference.
See Also:
setC(EdaptTestC), EdaptTestBPackage.getB_C()

setC

void setC(EdaptTestC value)
Sets the value of the 'C' reference.

Parameters:
value - the new value of the 'C' reference.
See Also:
getC()


Copyright © 2015. All Rights Reserved.