org.eclipse.emf.henshin.wrap
Interface WMember

All Superinterfaces:
EObject, Notifier, WSynchronizer
All Known Subinterfaces:
WLink, WValue
All Known Implementing Classes:
WLinkImpl, WMemberImpl, WValueImpl

public interface WMember
extends WSynchronizer

A representation of the model object 'WMember'.

The following features are supported:

See Also:
WrapPackage.getWMember()

Method Summary
 EStructuralFeature getEStructuralFeature()
          Returns the value of the 'EStructural Feature' reference.
 Object getEValue()
           
 void setEStructuralFeature(EStructuralFeature value)
          Sets the value of the 'EStructural Feature' reference.
 
Methods inherited from interface org.eclipse.emf.henshin.wrap.WSynchronizer
isSynchronize, setSynchronize
 
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

getEStructuralFeature

EStructuralFeature getEStructuralFeature()
Returns the value of the 'EStructural Feature' reference.

Returns:
the value of the 'EStructural Feature' reference.
See Also:
setEStructuralFeature(EStructuralFeature), WrapPackage.getWMember_EStructuralFeature()

setEStructuralFeature

void setEStructuralFeature(EStructuralFeature value)
Sets the value of the 'EStructural Feature' reference.

Parameters:
value - the new value of the 'EStructural Feature' reference.
See Also:
getEStructuralFeature()

getEValue

Object getEValue()