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

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

public interface C2
extends EObject

A representation of the model object 'C2'.

The following features are supported:

See Also:
RefPackage.getC2()

Method Summary
 A getA()
          Returns the value of the 'A' containment reference.
 EList<B> getB()
          Returns the value of the 'B' containment reference list.
 void setA(A value)
          Sets the value of the 'A' 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

getB

EList<B> getB()
Returns the value of the 'B' containment reference list. The list contents are of type B. It is bidirectional and its opposite is 'C2'.

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

Returns:
the value of the 'B' containment reference list.
See Also:
RefPackage.getC2_B(), B.getC2()

getA

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

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

Returns:
the value of the 'A' containment reference.
See Also:
setA(A), RefPackage.getC2_A(), A.getC2()

setA

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

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

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