net.opengis.wfsv.util
Class WfsvAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by net.opengis.wfsv.util.WfsvAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class WfsvAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl

The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.

See Also:
WfsvPackage

Field Summary
protected static WfsvPackage modelPackage
          The cached model package.
protected  WfsvSwitch modelSwitch
          The switch the delegates to the createXXX methods.
 
Constructor Summary
WfsvAdapterFactory()
          Creates an instance of the adapter factory.
 
Method Summary
 org.eclipse.emf.common.notify.Adapter createAbstractVersionedFeatureTypeAdapter()
          Creates a new adapter for an object of class 'Abstract Versioned Feature Type'.
 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 createBaseRequestTypeAdapter()
          Creates a new adapter for an object of class 'Base Request Type'.
 org.eclipse.emf.common.notify.Adapter createDeleteElementTypeAdapter()
          Creates a new adapter for an object of class 'Delete Element Type'.
 org.eclipse.emf.common.notify.Adapter createDescribeFeatureTypeTypeAdapter()
          Creates a new adapter for an object of class 'Describe Feature Type Type'.
 org.eclipse.emf.common.notify.Adapter createDescribeVersionedFeatureTypeTypeAdapter()
          Creates a new adapter for an object of class 'Describe Versioned Feature Type Type'.
 org.eclipse.emf.common.notify.Adapter createDifferenceQueryTypeAdapter()
          Creates a new adapter for an object of class 'Difference Query Type'.
 org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
          Creates a new adapter for an object of class 'Document Root'.
 org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
          Creates a new adapter for the default case.
 org.eclipse.emf.common.notify.Adapter createFeatureCollectionTypeAdapter()
          Creates a new adapter for an object of class 'Feature Collection Type'.
 org.eclipse.emf.common.notify.Adapter createGetDiffTypeAdapter()
          Creates a new adapter for an object of class 'Get Diff Type'.
 org.eclipse.emf.common.notify.Adapter createGetFeatureTypeAdapter()
          Creates a new adapter for an object of class 'Get Feature Type'.
 org.eclipse.emf.common.notify.Adapter createGetLogTypeAdapter()
          Creates a new adapter for an object of class 'Get Log Type'.
 org.eclipse.emf.common.notify.Adapter createGetVersionedFeatureTypeAdapter()
          Creates a new adapter for an object of class 'Get Versioned Feature Type'.
 org.eclipse.emf.common.notify.Adapter createNativeTypeAdapter()
          Creates a new adapter for an object of class 'Native Type'.
 org.eclipse.emf.common.notify.Adapter createRollbackTypeAdapter()
          Creates a new adapter for an object of class 'Rollback Type'.
 org.eclipse.emf.common.notify.Adapter createUpdateElementTypeAdapter()
          Creates a new adapter for an object of class 'Update Element Type'.
 org.eclipse.emf.common.notify.Adapter createVersionedDeleteElementTypeAdapter()
          Creates a new adapter for an object of class 'Versioned Delete Element Type'.
 org.eclipse.emf.common.notify.Adapter createVersionedFeatureCollectionTypeAdapter()
          Creates a new adapter for an object of class 'Versioned Feature Collection Type'.
 org.eclipse.emf.common.notify.Adapter createVersionedUpdateElementTypeAdapter()
          Creates a new adapter for an object of class 'Versioned Update Element Type'.
 boolean isFactoryForType(java.lang.Object object)
          Returns whether this factory is applicable for the type of the object.
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modelPackage

protected static WfsvPackage modelPackage
The cached model package.


modelSwitch

protected WfsvSwitch modelSwitch
The switch the delegates to the createXXX methods.

Constructor Detail

WfsvAdapterFactory

public WfsvAdapterFactory()
Creates an instance of the adapter factory.

Method Detail

isFactoryForType

public boolean isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.

Specified by:
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
Overrides:
isFactoryForType in class org.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 the target.

Overrides:
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Parameters:
target - the object to adapt.
Returns:
the adapter for the target.

createAbstractVersionedFeatureTypeAdapter

public org.eclipse.emf.common.notify.Adapter createAbstractVersionedFeatureTypeAdapter()
Creates a new adapter for an object of class 'Abstract Versioned Feature Type'. 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:
AbstractVersionedFeatureType

createDescribeVersionedFeatureTypeTypeAdapter

public org.eclipse.emf.common.notify.Adapter createDescribeVersionedFeatureTypeTypeAdapter()
Creates a new adapter for an object of class 'Describe Versioned Feature Type Type'. 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:
DescribeVersionedFeatureTypeType

createDifferenceQueryTypeAdapter

public org.eclipse.emf.common.notify.Adapter createDifferenceQueryTypeAdapter()
Creates a new adapter for an object of class 'Difference Query Type'. 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:
DifferenceQueryType

createDocumentRootAdapter

public org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
Creates a new adapter for an object of class 'Document Root'. 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:
DocumentRoot

createGetDiffTypeAdapter

public org.eclipse.emf.common.notify.Adapter createGetDiffTypeAdapter()
Creates a new adapter for an object of class 'Get Diff Type'. 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:
GetDiffType

createGetLogTypeAdapter

public org.eclipse.emf.common.notify.Adapter createGetLogTypeAdapter()
Creates a new adapter for an object of class 'Get Log Type'. 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:
GetLogType

createGetVersionedFeatureTypeAdapter

public org.eclipse.emf.common.notify.Adapter createGetVersionedFeatureTypeAdapter()
Creates a new adapter for an object of class 'Get Versioned Feature Type'. 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:
GetVersionedFeatureType

createRollbackTypeAdapter

public org.eclipse.emf.common.notify.Adapter createRollbackTypeAdapter()
Creates a new adapter for an object of class 'Rollback Type'. 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:
RollbackType

createVersionedDeleteElementTypeAdapter

public org.eclipse.emf.common.notify.Adapter createVersionedDeleteElementTypeAdapter()
Creates a new adapter for an object of class 'Versioned Delete Element Type'. 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:
VersionedDeleteElementType

createVersionedFeatureCollectionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createVersionedFeatureCollectionTypeAdapter()
Creates a new adapter for an object of class 'Versioned Feature Collection Type'. 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:
VersionedFeatureCollectionType

createVersionedUpdateElementTypeAdapter

public org.eclipse.emf.common.notify.Adapter createVersionedUpdateElementTypeAdapter()
Creates a new adapter for an object of class 'Versioned Update Element Type'. 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:
VersionedUpdateElementType

createBaseRequestTypeAdapter

public org.eclipse.emf.common.notify.Adapter createBaseRequestTypeAdapter()
Creates a new adapter for an object of class 'Base Request Type'. 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:
BaseRequestType

createDescribeFeatureTypeTypeAdapter

public org.eclipse.emf.common.notify.Adapter createDescribeFeatureTypeTypeAdapter()
Creates a new adapter for an object of class 'Describe Feature Type Type'. 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:
DescribeFeatureTypeType

createGetFeatureTypeAdapter

public org.eclipse.emf.common.notify.Adapter createGetFeatureTypeAdapter()
Creates a new adapter for an object of class 'Get Feature Type'. 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:
GetFeatureType

createNativeTypeAdapter

public org.eclipse.emf.common.notify.Adapter createNativeTypeAdapter()
Creates a new adapter for an object of class 'Native Type'. 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:
NativeType

createDeleteElementTypeAdapter

public org.eclipse.emf.common.notify.Adapter createDeleteElementTypeAdapter()
Creates a new adapter for an object of class 'Delete Element Type'. 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:
DeleteElementType

createFeatureCollectionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createFeatureCollectionTypeAdapter()
Creates a new adapter for an object of class 'Feature Collection Type'. 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:
FeatureCollectionType

createUpdateElementTypeAdapter

public org.eclipse.emf.common.notify.Adapter createUpdateElementTypeAdapter()
Creates a new adapter for an object of class 'Update Element Type'. 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:
UpdateElementType

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.


Copyright © 1996-2010 Geotools. All Rights Reserved.