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.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- 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.
Globalization
public 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.
Local
public 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.
Include
public 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.
Exclude
public 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.
Filter
public 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.
PatternFilter
public 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.
Global
public 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.
EventPoolImport
public 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.
MonitorPoolImport
public 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.
Authorative
public 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.
ItemNameFilter
public 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.
Documentable
public 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.
NamedDocumentable
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()