public class WorldAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the
model.
WorldPackage| Modifier and Type | Field and Description |
|---|---|
protected static WorldPackage |
modelPackage
The cached model package.
|
protected WorldSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
WorldAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbstractGenericDatabaseSettingsAdapter()
Creates a new adapter for an object of class '
Abstract Generic Database Settings'. |
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 |
createApplicationAdapter()
Creates a new adapter for an object of class '
Application'. |
org.eclipse.emf.common.notify.Adapter |
createApplicationNodeAdapter()
Creates a new adapter for an object of class '
Application Node'. |
org.eclipse.emf.common.notify.Adapter |
createCommonDriverAdapter()
Creates a new adapter for an object of class '
Common Driver'. |
org.eclipse.emf.common.notify.Adapter |
createContainedServiceBindingAdapter()
Creates a new adapter for an object of class '
Contained Service Binding'. |
org.eclipse.emf.common.notify.Adapter |
createCredentialsAdapter()
Creates a new adapter for an object of class '
Credentials'. |
org.eclipse.emf.common.notify.Adapter |
createDatabaseSettingsAdapter()
Creates a new adapter for an object of class '
Database Settings'. |
org.eclipse.emf.common.notify.Adapter |
createDocumentableAdapter()
Creates a new adapter for an object of class '
Documentable'. |
org.eclipse.emf.common.notify.Adapter |
createDriverAdapter()
Creates a new adapter for an object of class '
Driver'. |
org.eclipse.emf.common.notify.Adapter |
createEndpointAdapter()
Creates a new adapter for an object of class '
Endpoint'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExecDriverAdapter()
Creates a new adapter for an object of class '
Exec Driver'. |
org.eclipse.emf.common.notify.Adapter |
createExternalNodeAdapter()
Creates a new adapter for an object of class '
External Node'. |
org.eclipse.emf.common.notify.Adapter |
createGenericDatabaseSettingsAdapter()
Creates a new adapter for an object of class '
Generic Database Settings'. |
org.eclipse.emf.common.notify.Adapter |
createGenericSettingsContainerAdapter()
Creates a new adapter for an object of class '
Generic Settings Container'. |
org.eclipse.emf.common.notify.Adapter |
createHandlerPriorityRuleAdapter()
Creates a new adapter for an object of class '
Handler Priority Rule'. |
org.eclipse.emf.common.notify.Adapter |
createMasterHandlerPrioritiesAdapter()
Creates a new adapter for an object of class '
Master Handler Priorities'. |
org.eclipse.emf.common.notify.Adapter |
createNamedDocumentableAdapter()
Creates a new adapter for an object of class '
Named Documentable'. |
org.eclipse.emf.common.notify.Adapter |
createNodeAdapter()
Creates a new adapter for an object of class '
Node'. |
org.eclipse.emf.common.notify.Adapter |
createOptionsAdapter()
Creates a new adapter for an object of class '
Options'. |
org.eclipse.emf.common.notify.Adapter |
createPasswordCredentialsAdapter()
Creates a new adapter for an object of class '
Password Credentials'. |
org.eclipse.emf.common.notify.Adapter |
createPostgresDatabaseSettingsAdapter()
Creates a new adapter for an object of class '
Postgres Database Settings'. |
org.eclipse.emf.common.notify.Adapter |
createPropertyEntryAdapter()
Creates a new adapter for an object of class '
Property Entry'. |
org.eclipse.emf.common.notify.Adapter |
createReferencedServiceBindingAdapter()
Creates a new adapter for an object of class '
Referenced Service Binding'. |
org.eclipse.emf.common.notify.Adapter |
createServiceAdapter()
Creates a new adapter for an object of class '
Service'. |
org.eclipse.emf.common.notify.Adapter |
createServiceBindingAdapter()
Creates a new adapter for an object of class '
Service Binding'. |
org.eclipse.emf.common.notify.Adapter |
createSettingsAdapter()
Creates a new adapter for an object of class '
Settings'. |
org.eclipse.emf.common.notify.Adapter |
createUsernamePasswordCredentialsAdapter()
Creates a new adapter for an object of class '
Username Password Credentials'. |
org.eclipse.emf.common.notify.Adapter |
createWorldAdapter()
Creates a new adapter for an object of class '
World'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static WorldPackage modelPackage
protected WorldSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public WorldAdapterFactory()
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 createWorldAdapter()
World'.
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.
Worldpublic org.eclipse.emf.common.notify.Adapter createNodeAdapter()
Node'.
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.
Nodepublic org.eclipse.emf.common.notify.Adapter createApplicationNodeAdapter()
Application Node'.
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.
ApplicationNodepublic 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 createApplicationAdapter()
Application'.
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.
Applicationpublic org.eclipse.emf.common.notify.Adapter createDriverAdapter()
Driver'.
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.
Driverpublic org.eclipse.emf.common.notify.Adapter createEndpointAdapter()
Endpoint'.
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.
Endpointpublic org.eclipse.emf.common.notify.Adapter createExecDriverAdapter()
Exec Driver'.
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.
ExecDriverpublic org.eclipse.emf.common.notify.Adapter createCommonDriverAdapter()
Common Driver'.
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.
CommonDriverpublic org.eclipse.emf.common.notify.Adapter createHandlerPriorityRuleAdapter()
Handler Priority 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.
HandlerPriorityRulepublic org.eclipse.emf.common.notify.Adapter createMasterHandlerPrioritiesAdapter()
Master Handler Priorities'.
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.
MasterHandlerPrioritiespublic org.eclipse.emf.common.notify.Adapter createOptionsAdapter()
Options'.
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.
Optionspublic org.eclipse.emf.common.notify.Adapter createUsernamePasswordCredentialsAdapter()
Username Password Credentials'.
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.
UsernamePasswordCredentialspublic org.eclipse.emf.common.notify.Adapter createPasswordCredentialsAdapter()
Password Credentials'.
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.
PasswordCredentialspublic org.eclipse.emf.common.notify.Adapter createCredentialsAdapter()
Credentials'.
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.
Credentialspublic org.eclipse.emf.common.notify.Adapter createExternalNodeAdapter()
External Node'.
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.
ExternalNodepublic org.eclipse.emf.common.notify.Adapter createServiceAdapter()
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.
Servicepublic 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 createPropertyEntryAdapter()
Property 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.
PropertyEntrypublic org.eclipse.emf.common.notify.Adapter createServiceBindingAdapter()
Service Binding'.
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.
ServiceBindingpublic org.eclipse.emf.common.notify.Adapter createContainedServiceBindingAdapter()
Contained Service Binding'.
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.
ContainedServiceBindingpublic org.eclipse.emf.common.notify.Adapter createReferencedServiceBindingAdapter()
Referenced Service Binding'.
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.
ReferencedServiceBindingpublic org.eclipse.emf.common.notify.Adapter createSettingsAdapter()
Settings'.
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.
Settingspublic org.eclipse.emf.common.notify.Adapter createDatabaseSettingsAdapter()
Database Settings'.
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.
DatabaseSettingspublic org.eclipse.emf.common.notify.Adapter createGenericSettingsContainerAdapter()
Generic Settings Container'.
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.
GenericSettingsContainerpublic org.eclipse.emf.common.notify.Adapter createGenericDatabaseSettingsAdapter()
Generic Database Settings'.
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.
GenericDatabaseSettingspublic org.eclipse.emf.common.notify.Adapter createAbstractGenericDatabaseSettingsAdapter()
Abstract Generic Database Settings'.
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.
AbstractGenericDatabaseSettingspublic org.eclipse.emf.common.notify.Adapter createPostgresDatabaseSettingsAdapter()
Postgres Database Settings'.
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.
PostgresDatabaseSettingspublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()