org.eclipse.emf.ecp.view.edapt.util.test.model.x
Interface EdaptTestX

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

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

A representation of the model object 'X'.

The following features are supported:

See Also:
EdaptTestXPackage.getX()

Method Summary
 EdaptTestW getW()
          Returns the value of the 'W' reference.
 void setW(EdaptTestW value)
          Sets the value of the 'W' 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

getW

EdaptTestW getW()
Returns the value of the 'W' reference.

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

Returns:
the value of the 'W' reference.
See Also:
setW(EdaptTestW), EdaptTestXPackage.getX_W()

setW

void setW(EdaptTestW value)
Sets the value of the 'W' reference.

Parameters:
value - the new value of the 'W' reference.
See Also:
getW()


Copyright © 2015. All Rights Reserved.