org.eclipse.emf.ecp.view.edapt.util.test.model.z
Interface EdaptTestZ

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

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

A representation of the model object 'Z'.

The following features are supported:

See Also:
EdaptTestZPackage.getZ()

Method Summary
 EdaptTestY getY()
          Returns the value of the 'Y' reference.
 void setY(EdaptTestY value)
          Sets the value of the 'Y' 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

getY

EdaptTestY getY()
Returns the value of the 'Y' reference.

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

Returns:
the value of the 'Y' reference.
See Also:
setY(EdaptTestY), EdaptTestZPackage.getZ_Y()

setY

void setY(EdaptTestY value)
Sets the value of the 'Y' reference.

Parameters:
value - the new value of the 'Y' reference.
See Also:
getY()


Copyright © 2015. All Rights Reserved.