org.eclipse.emfforms.core.services.databinding.testmodel.test.model
Interface B

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BImpl

public interface B
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'B'.

The following features are supported:

See Also:
TestPackage.getB()

Method Summary
 C getC()
          Returns the value of the 'C' containment reference.
 org.eclipse.emf.common.util.EList<C> getCList()
          Returns the value of the 'CList' 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

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), TestPackage.getB_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()

getCList

org.eclipse.emf.common.util.EList<C> getCList()
Returns the value of the 'CList' reference list. The list contents are of type C.

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

Returns:
the value of the 'CList' reference list.
See Also:
TestPackage.getB_CList()


Copyright © 2015. All Rights Reserved.