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

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

public interface C
extends EObject

A representation of the model object 'C'.

The following features are supported:

See Also:
RefPackage.getC()

Method Summary
 C4 getC4()
          Returns the value of the 'C4' container reference.
 EList<D> getD()
          Returns the value of the 'D' reference list.
 void setC4(C4 value)
          Sets the value of the 'C4' 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

getD

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

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.getC_D(), D.getC()

getC4

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

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

Returns:
the value of the 'C4' container reference.
See Also:
setC4(C4), RefPackage.getC_C4(), C4.getC()

setC4

void setC4(C4 value)
Sets the value of the 'C4' container reference.

Parameters:
value - the new value of the 'C4' container reference.
See Also:
getC4()

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