Class ClassMakerAdapterFactory
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
-
- org.enterprisedomain.classmaker.util.ClassMakerAdapterFactory
-
- All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory
- Direct Known Subclasses:
ClassMakerItemProviderAdapterFactory
public class ClassMakerAdapterFactory extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
The Adapter Factory for the model. It provides an adaptercreateXXX
method for each class of the model.- See Also:
ClassMakerPackage
-
-
Constructor Summary
Constructors Constructor Description ClassMakerAdapterFactory()
Creates an instance of the adapter factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.common.notify.Adapter
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for thetarget
.org.eclipse.emf.common.notify.Adapter
createAdapterAdapter()
Creates a new adapter for an object of class 'Adapter
'.org.eclipse.emf.common.notify.Adapter
createBlueprintAdapter()
Creates a new adapter for an object of class 'Blueprint
'.org.eclipse.emf.common.notify.Adapter
createClassMakerServiceAdapter()
Creates a new adapter for an object of class 'Service
'.org.eclipse.emf.common.notify.Adapter
createCompletionListenerAdapter()
Creates a new adapter for an object of class 'Completion Listener
'.org.eclipse.emf.common.notify.Adapter
createCompletionNotificationAdapterAdapter()
Creates a new adapter for an object of class 'Completion Notification Adapter
'.org.eclipse.emf.common.notify.Adapter
createContributionAdapter()
Creates a new adapter for an object of class 'Contribution
'.org.eclipse.emf.common.notify.Adapter
createCustomizerAdapter()
Creates a new adapter for an object of class 'Customizer
'.org.eclipse.emf.common.notify.Adapter
createEObjectAdapter()
Creates a new adapter for the default case.org.eclipse.emf.common.notify.Adapter
createExecutorAdapter()
Creates a new adapter for an object of class 'Executor
'.org.eclipse.emf.common.notify.Adapter
createFutureAdapter()
Creates a new adapter for an object of class 'Future
'.org.eclipse.emf.common.notify.Adapter
createIAdapterFactoryAdapter()
Creates a new adapter for an object of class 'IAdapter Factory
'.org.eclipse.emf.common.notify.Adapter
createISchedulingRuleAdapter()
Creates a new adapter for an object of class 'IScheduling Rule
'.org.eclipse.emf.common.notify.Adapter
createItemAdapter()
Creates a new adapter for an object of class 'Item
'.org.eclipse.emf.common.notify.Adapter
createLongToStateMapEntryAdapter()
Creates a new adapter for an object of class 'Long To State Map Entry
'.org.eclipse.emf.common.notify.Adapter
createModelPairAdapter()
Creates a new adapter for an object of class 'Model Pair
'.org.eclipse.emf.common.notify.Adapter
createNotificationAdapter()
Creates a new adapter for an object of class 'Notification
'.org.eclipse.emf.common.notify.Adapter
createProjectAdapter()
Creates a new adapter for an object of class 'Project
'.org.eclipse.emf.common.notify.Adapter
createResourceAdapter()
Creates a new adapter for an object of class 'Resource
'.org.eclipse.emf.common.notify.Adapter
createResourceAdapterAdapter()
Creates a new adapter for an object of class 'Resource Adapter
'.org.eclipse.emf.common.notify.Adapter
createResourceChangeListenerAdapter()
Creates a new adapter for an object of class 'Resource Change Listener
'.org.eclipse.emf.common.notify.Adapter
createRevisionAdapter()
Creates a new adapter for an object of class 'Revision
'.org.eclipse.emf.common.notify.Adapter
createSCMOperatorAdapter()
Creates a new adapter for an object of class 'SCM Operator
'.org.eclipse.emf.common.notify.Adapter
createSCMRegistryAdapter()
Creates a new adapter for an object of class 'SCM Registry
'.org.eclipse.emf.common.notify.Adapter
createSelectRevealHandlerAdapter()
Creates a new adapter for an object of class 'Select Reveal Handler
'.org.eclipse.emf.common.notify.Adapter
createStageQualifierAdapter()
Creates a new adapter for an object of class 'Stage Qualifier
'.org.eclipse.emf.common.notify.Adapter
createStageQualifierToCustomizerMapEntryAdapter()
Creates a new adapter for an object of class 'Stage Qualifier To Customizer Map Entry
'.org.eclipse.emf.common.notify.Adapter
createStateAdapter()
Creates a new adapter for an object of class 'State
'.org.eclipse.emf.common.notify.Adapter
createStrategyAdapter()
Creates a new adapter for an object of class 'Strategy
'.org.eclipse.emf.common.notify.Adapter
createVersionToRevisionMapEntryAdapter()
Creates a new adapter for an object of class 'Version To Revision Map Entry
'.org.eclipse.emf.common.notify.Adapter
createWorkerAdapter()
Creates a new adapter for an object of class 'Worker
'.org.eclipse.emf.common.notify.Adapter
createWorkspaceAdapter()
Creates a new adapter for an object of class 'Workspace
'.boolean
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
-
-
-
Method Detail
-
isFactoryForType
public boolean isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. This implementation returnstrue
if the object is either the model's package or is an instance object of the model.- Specified by:
isFactoryForType
in interfaceorg.eclipse.emf.common.notify.AdapterFactory
- Overrides:
isFactoryForType
in classorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl
- Returns:
- whether this factory is applicable for the type of the object.
-
createAdapter
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for thetarget
.- Parameters:
target
- the object to adapt.- Returns:
- the adapter for the
target
.
-
createContributionAdapter
public org.eclipse.emf.common.notify.Adapter createContributionAdapter()
Creates a new adapter for an object of class 'Contribution
'. 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.- Returns:
- the new adapter.
- See Also:
Contribution
-
createRevisionAdapter
public org.eclipse.emf.common.notify.Adapter createRevisionAdapter()
Creates a new adapter for an object of class 'Revision
'. 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.- Returns:
- the new adapter.
- See Also:
Revision
-
createStateAdapter
public org.eclipse.emf.common.notify.Adapter createStateAdapter()
Creates a new adapter for an object of class 'State
'. 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.- Returns:
- the new adapter.
- See Also:
State
-
createStrategyAdapter
public org.eclipse.emf.common.notify.Adapter createStrategyAdapter()
Creates a new adapter for an object of class 'Strategy
'. 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.- Returns:
- the new adapter.
- See Also:
Strategy
-
createItemAdapter
public org.eclipse.emf.common.notify.Adapter createItemAdapter()
Creates a new adapter for an object of class 'Item
'. 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.- Returns:
- the new adapter.
- See Also:
Item
-
createAdapterAdapter
public org.eclipse.emf.common.notify.Adapter createAdapterAdapter()
Creates a new adapter for an object of class 'Adapter
'. 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.- Returns:
- the new adapter.
- See Also:
Adapter
-
createWorkspaceAdapter
public org.eclipse.emf.common.notify.Adapter createWorkspaceAdapter()
Creates a new adapter for an object of class 'Workspace
'. 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.- Returns:
- the new adapter.
- See Also:
Workspace
-
createLongToStateMapEntryAdapter
public org.eclipse.emf.common.notify.Adapter createLongToStateMapEntryAdapter()
Creates a new adapter for an object of class 'Long To State Map Entry
'. 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.- Returns:
- the new adapter.
- See Also:
Map.Entry
-
createVersionToRevisionMapEntryAdapter
public org.eclipse.emf.common.notify.Adapter createVersionToRevisionMapEntryAdapter()
Creates a new adapter for an object of class 'Version To Revision Map Entry
'. 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.- Returns:
- the new adapter.
- See Also:
Map.Entry
-
createISchedulingRuleAdapter
public org.eclipse.emf.common.notify.Adapter createISchedulingRuleAdapter()
Creates a new adapter for an object of class 'IScheduling Rule
'. 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.- Returns:
- the new adapter.
- See Also:
ISchedulingRule
-
createExecutorAdapter
public org.eclipse.emf.common.notify.Adapter createExecutorAdapter()
Creates a new adapter for an object of class 'Executor
'. 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.- Returns:
- the new adapter.
- See Also:
Executor
-
createFutureAdapter
public org.eclipse.emf.common.notify.Adapter createFutureAdapter()
Creates a new adapter for an object of class 'Future
'. 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.- Returns:
- the new adapter.
- See Also:
Future
-
createIAdapterFactoryAdapter
public org.eclipse.emf.common.notify.Adapter createIAdapterFactoryAdapter()
Creates a new adapter for an object of class 'IAdapter Factory
'. 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.- Returns:
- the new adapter.
- See Also:
IAdapterFactory
-
createCustomizerAdapter
public org.eclipse.emf.common.notify.Adapter createCustomizerAdapter()
Creates a new adapter for an object of class 'Customizer
'. 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.- Returns:
- the new adapter.
- See Also:
Customizer
-
createStageQualifierAdapter
public org.eclipse.emf.common.notify.Adapter createStageQualifierAdapter()
Creates a new adapter for an object of class 'Stage Qualifier
'. 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.- Returns:
- the new adapter.
- See Also:
StageQualifier
-
createStageQualifierToCustomizerMapEntryAdapter
public org.eclipse.emf.common.notify.Adapter createStageQualifierToCustomizerMapEntryAdapter()
Creates a new adapter for an object of class 'Stage Qualifier To Customizer Map Entry
'. 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.- Returns:
- the new adapter.
- See Also:
Map.Entry
-
createProjectAdapter
public org.eclipse.emf.common.notify.Adapter createProjectAdapter()
Creates a new adapter for an object of class 'Project
'. 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.- Returns:
- the new adapter.
- See Also:
Project
-
createModelPairAdapter
public org.eclipse.emf.common.notify.Adapter createModelPairAdapter()
Creates a new adapter for an object of class 'Model Pair
'. 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.- Returns:
- the new adapter.
- See Also:
ModelPair
-
createSCMOperatorAdapter
public org.eclipse.emf.common.notify.Adapter createSCMOperatorAdapter()
Creates a new adapter for an object of class 'SCM Operator
'. 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.- Returns:
- the new adapter.
- See Also:
SCMOperator
-
createSCMRegistryAdapter
public org.eclipse.emf.common.notify.Adapter createSCMRegistryAdapter()
Creates a new adapter for an object of class 'SCM Registry
'. 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.- Returns:
- the new adapter.
- See Also:
SCMRegistry
-
createResourceAdapter
public org.eclipse.emf.common.notify.Adapter createResourceAdapter()
Creates a new adapter for an object of class 'Resource
'. 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.- Returns:
- the new adapter.
- See Also:
Resource
-
createResourceChangeListenerAdapter
public org.eclipse.emf.common.notify.Adapter createResourceChangeListenerAdapter()
Creates a new adapter for an object of class 'Resource Change Listener
'. 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.- Returns:
- the new adapter.
- See Also:
ResourceChangeListener
-
createNotificationAdapter
public org.eclipse.emf.common.notify.Adapter createNotificationAdapter()
Creates a new adapter for an object of class 'Notification
'. 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.- Returns:
- the new adapter.
- See Also:
Notification
-
createCompletionListenerAdapter
public org.eclipse.emf.common.notify.Adapter createCompletionListenerAdapter()
Creates a new adapter for an object of class 'Completion Listener
'. 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.- Returns:
- the new adapter.
- See Also:
CompletionListener
-
createWorkerAdapter
public org.eclipse.emf.common.notify.Adapter createWorkerAdapter()
Creates a new adapter for an object of class 'Worker
'. 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.- Returns:
- the new adapter.
- See Also:
Worker
-
createSelectRevealHandlerAdapter
public org.eclipse.emf.common.notify.Adapter createSelectRevealHandlerAdapter()
Creates a new adapter for an object of class 'Select Reveal Handler
'. 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.- Returns:
- the new adapter.
- See Also:
SelectRevealHandler
-
createResourceAdapterAdapter
public org.eclipse.emf.common.notify.Adapter createResourceAdapterAdapter()
Creates a new adapter for an object of class 'Resource Adapter
'. 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.- Returns:
- the new adapter.
- See Also:
ResourceAdapter
-
createClassMakerServiceAdapter
public org.eclipse.emf.common.notify.Adapter createClassMakerServiceAdapter()
Creates a new adapter for an object of class 'Service
'. 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.- Returns:
- the new adapter.
- See Also:
ClassMakerService
-
createBlueprintAdapter
public org.eclipse.emf.common.notify.Adapter createBlueprintAdapter()
Creates a new adapter for an object of class 'Blueprint
'. 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.- Returns:
- the new adapter.
- See Also:
Blueprint
-
createCompletionNotificationAdapterAdapter
public org.eclipse.emf.common.notify.Adapter createCompletionNotificationAdapterAdapter()
Creates a new adapter for an object of class 'Completion Notification Adapter
'. 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.- Returns:
- the new adapter.
- See Also:
CompletionNotificationAdapter
-
createEObjectAdapter
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Creates a new adapter for the default case. This default implementation returns null.- Returns:
- the new adapter.
-
-