
public interface CDOAdapterPolicy
Adapter / EObject combinations.| Modifier and Type | Field and Description |
|---|---|
static CDOAdapterPolicy |
ALL
A default adapter policy that always triggers special behaviour.
|
static CDOAdapterPolicy |
CDO
A default adapter policy that only triggers special behaviour if the adapter under test implements
CDOAdapter. |
static CDOAdapterPolicy |
NONE
A default adapter policy that never triggers any special behaviour.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.common.notify.Adapter adapter)
Returns
true if the given adapter on the given object should trigger a certain operation or behaviour,
false otherwise. |
static final CDOAdapterPolicy NONE
static final CDOAdapterPolicy CDO
CDOAdapter.static final CDOAdapterPolicy ALL
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.