org.eclipse.emf.henshin.wrap
Interface WValue

All Superinterfaces:
EObject, Notifier, WMember, WSynchronizer
All Known Implementing Classes:
WValueImpl

public interface WValue
extends WMember

A representation of the model object 'WValue'.

The following features are supported:

See Also:
WrapPackage.getWValue()

Method Summary
 Object getEValue()
          Returns the value of the 'EValue' attribute.
 void setEValue(Object value)
          Sets the value of the 'EValue' attribute.
 
Methods inherited from interface org.eclipse.emf.henshin.wrap.WMember
getEStructuralFeature, setEStructuralFeature
 
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

getEValue

Object getEValue()
Returns the value of the 'EValue' attribute.

Specified by:
getEValue in interface WMember
Returns:
the value of the 'EValue' attribute.
See Also:
setEValue(Object), WrapPackage.getWValue_EValue()

setEValue

void setEValue(Object value)
Sets the value of the 'EValue' attribute.

Parameters:
value - the new value of the 'EValue' attribute.
See Also:
getEValue()