org.eclipse.emf.ecp.view.edapt.util.test.model.y
Interface EdaptTestY

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

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

A representation of the model object 'Y'.

The following features are supported:

See Also:
EdaptTestYPackage.getY()

Method Summary
 EdaptTestX getX()
          Returns the value of the 'X' reference.
 EdaptTestZ getZ()
          Returns the value of the 'Z' reference.
 void setX(EdaptTestX value)
          Sets the value of the 'X' reference.
 void setZ(EdaptTestZ value)
          Sets the value of the 'Z' 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), EdaptTestYPackage.getY_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()

getZ

EdaptTestZ getZ()
Returns the value of the 'Z' reference.

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

Returns:
the value of the 'Z' reference.
See Also:
setZ(EdaptTestZ), EdaptTestYPackage.getY_Z()

setZ

void setZ(EdaptTestZ value)
Sets the value of the 'Z' reference.

Parameters:
value - the new value of the 'Z' reference.
See Also:
getZ()


Copyright © 2015. All Rights Reserved.