public class GlobalizeAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the
model.
GlobalizePackage| Modifier and Type | Field and Description |
|---|---|
protected static GlobalizePackage |
modelPackage
The cached model package.
|
protected GlobalizeSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
GlobalizeAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target. |
org.eclipse.emf.common.notify.Adapter |
createAuthorativeAdapter()
Creates a new adapter for an object of class '
Authorative'. |
org.eclipse.emf.common.notify.Adapter |
createDocumentableAdapter()
Creates a new adapter for an object of class '
Documentable'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createEventPoolImportAdapter()
Creates a new adapter for an object of class '
Event Pool Import'. |
org.eclipse.emf.common.notify.Adapter |
createExcludeAdapter()
Creates a new adapter for an object of class '
Exclude'. |
org.eclipse.emf.common.notify.Adapter |
createFilterAdapter()
Creates a new adapter for an object of class '
Filter'. |
org.eclipse.emf.common.notify.Adapter |
createGlobalAdapter()
Creates a new adapter for an object of class '
Global'. |
org.eclipse.emf.common.notify.Adapter |
createGlobalizationAdapter()
Creates a new adapter for an object of class '
Globalization'. |
org.eclipse.emf.common.notify.Adapter |
createIncludeAdapter()
Creates a new adapter for an object of class '
Include'. |
org.eclipse.emf.common.notify.Adapter |
createItemNameFilterAdapter()
Creates a new adapter for an object of class '
Item Name Filter'. |
org.eclipse.emf.common.notify.Adapter |
createLocalAdapter()
Creates a new adapter for an object of class '
Local'. |
org.eclipse.emf.common.notify.Adapter |
createMonitorPoolImportAdapter()
Creates a new adapter for an object of class '
Monitor Pool Import'. |
org.eclipse.emf.common.notify.Adapter |
createNamedDocumentableAdapter()
Creates a new adapter for an object of class '
Named Documentable'. |
org.eclipse.emf.common.notify.Adapter |
createPatternFilterAdapter()
Creates a new adapter for an object of class '
Pattern Filter'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static GlobalizePackage modelPackage
protected GlobalizeSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public GlobalizeAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the
model's package or is an instance object of the model.
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createGlobalizationAdapter()
Globalization'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
Globalizationpublic org.eclipse.emf.common.notify.Adapter createLocalAdapter()
Local'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
Localpublic org.eclipse.emf.common.notify.Adapter createIncludeAdapter()
Include'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
Includepublic org.eclipse.emf.common.notify.Adapter createExcludeAdapter()
Exclude'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
Excludepublic org.eclipse.emf.common.notify.Adapter createFilterAdapter()
Filter'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
Filterpublic org.eclipse.emf.common.notify.Adapter createPatternFilterAdapter()
Pattern Filter'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
PatternFilterpublic org.eclipse.emf.common.notify.Adapter createGlobalAdapter()
Global'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
Globalpublic org.eclipse.emf.common.notify.Adapter createEventPoolImportAdapter()
Event Pool Import'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
EventPoolImportpublic org.eclipse.emf.common.notify.Adapter createMonitorPoolImportAdapter()
Monitor Pool Import'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
MonitorPoolImportpublic org.eclipse.emf.common.notify.Adapter createAuthorativeAdapter()
Authorative'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
Authorativepublic org.eclipse.emf.common.notify.Adapter createItemNameFilterAdapter()
Item Name Filter'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
ItemNameFilterpublic org.eclipse.emf.common.notify.Adapter createDocumentableAdapter()
Documentable'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
Documentablepublic org.eclipse.emf.common.notify.Adapter createNamedDocumentableAdapter()
Named Documentable'.
This default implementation returns null so that we can easily ignore
cases;
it's useful to ignore a case when inheritance will catch all the cases
anyway.
NamedDocumentablepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()