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

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

public interface C4
extends EObject

A representation of the model object 'C4'.

The following features are supported:

See Also:
RefPackage.getC4()

Method Summary
 C getC()
          Returns the value of the 'C' containment reference.
 EList<D> getD()
          Returns the value of the 'D' containment reference list.
 void setC(C value)
          Sets the value of the 'C' 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

getC

C getC()
Returns the value of the 'C' containment reference. It is bidirectional and its opposite is 'C4'.

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

Returns:
the value of the 'C' containment reference.
See Also:
setC(C), RefPackage.getC4_C(), C.getC4()

setC

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

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

getD

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

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

Returns:
the value of the 'D' containment reference list.
See Also:
RefPackage.getC4_D(), D.getC4()

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