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 |
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 |
createCredentialsAdapter()
Creates a new adapter for an object of class '
Credentials '. |
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 |
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 |
createServiceAdapter()
Creates a new adapter for an object of class '
Service '. |
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.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 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.
World
public 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.
Node
public 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.
ApplicationNode
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 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.
Application
public 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.
Driver
public 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.
Endpoint
public 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.
ExecDriver
public 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.
CommonDriver
public 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.
HandlerPriorityRule
public 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.
MasterHandlerPriorities
public 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.
Options
public 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.
UsernamePasswordCredentials
public 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.
PasswordCredentials
public 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.
Credentials
public 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.
ExternalNode
public 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.
Service
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()