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

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

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

A representation of the model object 'A'.

The following features are supported:

See Also:
TestPackage.getA()

Method Summary
 B getB()
          Returns the value of the 'B' containment reference.
 void setB(B value)
          Sets the value of the 'B' 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

getB

B getB()
Returns the value of the 'B' containment reference.

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

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

setB

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

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


Copyright © 2015. All Rights Reserved.