org.eclipse.emf.test.models.ref
Interface B

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
BImpl

public interface B
extends EObject

A representation of the model object 'B'.

The following features are supported:

See Also:
RefPackage.getB()

Method Summary
 A getA()
          Returns the value of the 'A' reference.
 C2 getC2()
          Returns the value of the 'C2' container reference.
 EList<D> getD()
          Returns the value of the 'D' reference list.
 void setA(A value)
          Sets the value of the 'A' reference
 void setC2(C2 value)
          Sets the value of the 'C2' container 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

A getA()
Returns the value of the 'A' reference. It is bidirectional and its opposite is 'B'.

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(A), RefPackage.getB_A(), A.getB()

setA

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

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

getC2

C2 getC2()
Returns the value of the 'C2' container reference. It is bidirectional and its opposite is 'B'.

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

Returns:
the value of the 'C2' container reference.
See Also:
setC2(C2), RefPackage.getB_C2(), C2.getB()

setC2

void setC2(C2 value)
Sets the value of the 'C2' container reference.

Parameters:
value - the new value of the 'C2' container reference.
See Also:
getC2()

getD

EList<D> getD()
Returns the value of the 'D' reference list. The list contents are of type D.

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

Returns:
the value of the 'D' reference list.
See Also:
RefPackage.getB_D()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.