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

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

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

A representation of the model object 'C'.

The following features are supported:

See Also:
TestPackage.getC()

Method Summary
 D getD()
          Returns the value of the 'D' containment reference.
 org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EClass,A> getEClassToA()
          Returns the value of the 'EClass To A' map.
 org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EClass,String> getEClassToString()
          Returns the value of the 'EClass To String' map.
 void setD(D value)
          Sets the value of the 'D' 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

getD

D getD()
Returns the value of the 'D' containment reference.

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

Returns:
the value of the 'D' containment reference.
See Also:
setD(D), TestPackage.getC_D()

setD

void setD(D value)
Sets the value of the 'D' containment reference.

Parameters:
value - the new value of the 'D' containment reference.
See Also:
getD()

getEClassToString

org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EClass,String> getEClassToString()
Returns the value of the 'EClass To String' map. The key is of type EClass, and the value is of type String,

If the meaning of the 'EClass To String' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'EClass To String' map.
See Also:
TestPackage.getC_EClassToString()

getEClassToA

org.eclipse.emf.common.util.EMap<org.eclipse.emf.ecore.EClass,A> getEClassToA()
Returns the value of the 'EClass To A' map. The key is of type EClass, and the value is of type A,

If the meaning of the 'EClass To A' map isn't clear, there really should be more of a description here...

Returns:
the value of the 'EClass To A' map.
See Also:
TestPackage.getC_EClassToA()


Copyright © 2015. All Rights Reserved.