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

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

public interface A
extends EObject

A representation of the model object 'A'.

The following features are supported:

See Also:
RefPackage.getA()

Method Summary
 B getB()
          Returns the value of the 'B' reference.
 C getC()
          Returns the value of the 'C' reference
 C2 getC2()
          Returns the value of the 'C2' container reference.
 void setB(B value)
          Sets the value of the 'B' reference
 void setC(C value)
          Sets the value of the 'C' reference
 void setC2(C2 value)
          Sets the value of the 'C2' 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

getB

B getB()
Returns the value of the 'B' reference. It is bidirectional and its opposite is 'A'.

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

Returns:
the value of the 'B' reference.
See Also:
setB(B), RefPackage.getA_B(), B.getA()

setB

void setB(B value)
Sets the value of the 'B' reference.

Parameters:
value - the new value of the 'B' reference.
See Also:
getB()

getC2

C2 getC2()
Returns the value of the 'C2' container reference. It is bidirectional and its opposite is 'A'.

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

Returns:
the value of the 'C2' container reference.
See Also:
setC2(C2), RefPackage.getA_C2(), C2.getA()

setC2

void setC2(C2 value)
Sets the value of the 'C2' container reference.

Parameters:
value - the new value of the 'C2' container reference.
See Also:
getC2()

getC

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

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

setC

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

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

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