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

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

public interface D
extends EObject

A representation of the model object 'D'.

The following features are supported:

See Also:
RefPackage.getD()

Method Summary
 C getC()
          Returns the value of the 'C' reference.
 C4 getC4()
          Returns the value of the 'C4' container reference.
 EList<E> getE()
          Returns the value of the 'E' reference list.
 void setC(C value)
          Sets the value of the 'C' reference
 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

getC

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

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

Returns:
the value of the 'C' reference.
See Also:
setC(C), RefPackage.getD_C(), C.getD()

setC

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

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

getE

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

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

Returns:
the value of the 'E' reference list.
See Also:
RefPackage.getD_E(), E.getD()

getC4

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

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.getD_C4(), C4.getD()

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.