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

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

public interface C1
extends EObject

A representation of the model object 'C1'.

The following features are supported:

See Also:
RefPackage.getC1()

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

getA

A getA()
Returns the value of the 'A' containment reference.

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

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

getB

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

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

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