org.eclipse.emf.henshin.wrap
Interface WObject

All Superinterfaces:
EObject, Notifier, WSynchronizer
All Known Implementing Classes:
WObjectImpl

public interface WObject
extends WSynchronizer

A representation of the model object 'WObject'.

The following features are supported:

See Also:
WrapPackage.getWObject()

Method Summary
 EClass getEClass()
          Returns the value of the 'EClass' reference.
 EObject getEObject()
          Returns the value of the 'EObject' reference.
 EList<WMember> getWMembers()
          Returns the value of the 'WMembers' containment reference list.
 void setEClass(EClass value)
          Sets the value of the 'EClass' reference.
 void setEObject(EObject value)
          Sets the value of the 'EObject' 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

getEObject

EObject getEObject()
Returns the value of the 'EObject' reference.

Returns:
the value of the 'EObject' reference.
See Also:
setEObject(EObject), WrapPackage.getWObject_EObject()

setEObject

void setEObject(EObject value)
Sets the value of the 'EObject' reference.

Parameters:
value - the new value of the 'EObject' reference.
See Also:
getEObject()

getEClass

EClass getEClass()
Returns the value of the 'EClass' reference.

Returns:
the value of the 'EClass' reference.
See Also:
setEClass(EClass), WrapPackage.getWObject_EClass()

setEClass

void setEClass(EClass value)
Sets the value of the 'EClass' reference.

Parameters:
value - the new value of the 'EClass' reference.
See Also:
getEClass()

getWMembers

EList<WMember> getWMembers()
Returns the value of the 'WMembers' containment reference list. The list contents are of type WMember.

Returns:
the value of the 'WMembers' containment reference list.
See Also:
WrapPackage.getWObject_WMembers()