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

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

public interface C3
extends EObject

A representation of the model object 'C3'.

The following features are supported:

See Also:
RefPackage.getC3()

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

getD

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

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.getC3_D()

getC

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

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.getC3_C()

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()

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