org.eclipse.emf.ecp.view.edapt.util.test.model.f
Interface EdaptTestF

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

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

A representation of the model object 'F'.

The following features are supported:

See Also:
EdaptTestFPackage.getF()

Method Summary
 EdaptTestE getE()
          Returns the value of the 'E' reference.
 void setE(EdaptTestE value)
          Sets the value of the 'E' 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

getE

EdaptTestE getE()
Returns the value of the 'E' reference.

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

Returns:
the value of the 'E' reference.
See Also:
setE(EdaptTestE), EdaptTestFPackage.getF_E()

setE

void setE(EdaptTestE value)
Sets the value of the 'E' reference.

Parameters:
value - the new value of the 'E' reference.
See Also:
getE()


Copyright © 2015. All Rights Reserved.