org.eclipse.emf.ecp.view.edapt.util.test.model.w
Interface EdaptTestW

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

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

A representation of the model object 'W'.

The following features are supported:

See Also:
EdaptTestWPackage.getW()

Method Summary
 EdaptTestX getX()
          Returns the value of the 'X' reference.
 void setX(EdaptTestX value)
          Sets the value of the 'X' 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

getX

EdaptTestX getX()
Returns the value of the 'X' reference.

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

Returns:
the value of the 'X' reference.
See Also:
setX(EdaptTestX), EdaptTestWPackage.getW_X()

setX

void setX(EdaptTestX value)
Sets the value of the 'X' reference.

Parameters:
value - the new value of the 'X' reference.
See Also:
getX()


Copyright © 2015. All Rights Reserved.