org.eclipse.emf.ecp.view.edapt.util.test.model.e
Interface EdaptTestE

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

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

A representation of the model object 'E'.

The following features are supported:

See Also:
EdaptTestEPackage.getE()

Method Summary
 EdaptTestD getD()
          Returns the value of the 'D' reference.
 EdaptTestF getF()
          Returns the value of the 'F' reference.
 void setD(EdaptTestD value)
          Sets the value of the 'D' reference.
 void setF(EdaptTestF value)
          Sets the value of the 'F' 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

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

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

Returns:
the value of the 'D' reference.
See Also:
setD(EdaptTestD), EdaptTestEPackage.getE_D()

setD

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

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

getF

EdaptTestF getF()
Returns the value of the 'F' reference.

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

Returns:
the value of the 'F' reference.
See Also:
setF(EdaptTestF), EdaptTestEPackage.getE_F()

setF

void setF(EdaptTestF value)
Sets the value of the 'F' reference.

Parameters:
value - the new value of the 'F' reference.
See Also:
getF()


Copyright © 2015. All Rights Reserved.