org.eclipse.emf.henshin.wrap
Interface WSynchronizer

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
WLink, WMember, WObject, WValue
All Known Implementing Classes:
WLinkImpl, WMemberImpl, WObjectImpl, WSynchronizerImpl, WValueImpl

public interface WSynchronizer
extends EObject

A representation of the model object 'WSynchronizer'.

The following features are supported:

See Also:
WrapPackage.getWSynchronizer()

Method Summary
 boolean isSynchronize()
          Returns the value of the 'Synchronize' attribute.
 void setSynchronize(boolean value)
          Sets the value of the 'Synchronize' attribute.
 
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

isSynchronize

boolean isSynchronize()
Returns the value of the 'Synchronize' attribute. The default value is "true".

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

Returns:
the value of the 'Synchronize' attribute.
See Also:
setSynchronize(boolean), WrapPackage.getWSynchronizer_Synchronize()

setSynchronize

void setSynchronize(boolean value)
Sets the value of the 'Synchronize' attribute.

Parameters:
value - the new value of the 'Synchronize' attribute.
See Also:
isSynchronize()