net.opengis.wcs11.util
Class Wcs111AdapterFactory

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

public class Wcs111AdapterFactory
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:
Wcs111Package

Field Summary
protected static Wcs111Package modelPackage
          The cached model package.
protected  Wcs111Switch modelSwitch
          The switch the delegates to the createXXX methods.
 
Constructor Summary
Wcs111AdapterFactory()
          Creates an instance of the adapter factory.
 
Method Summary
 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 createAvailableKeysTypeAdapter()
          Creates a new adapter for an object of class 'Available Keys Type'.
 org.eclipse.emf.common.notify.Adapter createAxisSubsetTypeAdapter()
          Creates a new adapter for an object of class 'Axis Subset Type'.
 org.eclipse.emf.common.notify.Adapter createAxisTypeAdapter()
          Creates a new adapter for an object of class 'Axis Type'.
 org.eclipse.emf.common.notify.Adapter createCapabilitiesBaseTypeAdapter()
          Creates a new adapter for an object of class 'Capabilities Base Type'.
 org.eclipse.emf.common.notify.Adapter createCapabilitiesTypeAdapter()
          Creates a new adapter for an object of class 'Capabilities Type'.
 org.eclipse.emf.common.notify.Adapter createCodeTypeAdapter()
          Creates a new adapter for an object of class 'Code Type'.
 org.eclipse.emf.common.notify.Adapter createContentsTypeAdapter()
          Creates a new adapter for an object of class 'Contents Type'.
 org.eclipse.emf.common.notify.Adapter createCoverageDescriptionsTypeAdapter()
          Creates a new adapter for an object of class 'Coverage Descriptions Type'.
 org.eclipse.emf.common.notify.Adapter createCoverageDescriptionTypeAdapter()
          Creates a new adapter for an object of class 'Coverage Description Type'.
 org.eclipse.emf.common.notify.Adapter createCoverageDomainTypeAdapter()
          Creates a new adapter for an object of class 'Coverage Domain Type'.
 org.eclipse.emf.common.notify.Adapter createCoveragesTypeAdapter()
          Creates a new adapter for an object of class 'Coverages Type'.
 org.eclipse.emf.common.notify.Adapter createCoverageSummaryTypeAdapter()
          Creates a new adapter for an object of class 'Coverage Summary Type'.
 org.eclipse.emf.common.notify.Adapter createDescribeCoverageTypeAdapter()
          Creates a new adapter for an object of class 'Describe Coverage Type'.
 org.eclipse.emf.common.notify.Adapter createDescriptionTypeAdapter()
          Creates a new adapter for an object of class 'Description 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 createDomainSubsetTypeAdapter()
          Creates a new adapter for an object of class 'Domain Subset Type'.
 org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
          Creates a new adapter for the default case.
 org.eclipse.emf.common.notify.Adapter createFieldSubsetTypeAdapter()
          Creates a new adapter for an object of class 'Field Subset Type'.
 org.eclipse.emf.common.notify.Adapter createFieldTypeAdapter()
          Creates a new adapter for an object of class 'Field Type'.
 org.eclipse.emf.common.notify.Adapter createGetCapabilitiesType_1Adapter()
          Creates a new adapter for an object of class 'Get Capabilities Type'.
 org.eclipse.emf.common.notify.Adapter createGetCapabilitiesTypeAdapter()
          Creates a new adapter for an object of class 'Get Capabilities Type'.
 org.eclipse.emf.common.notify.Adapter createGetCoverageTypeAdapter()
          Creates a new adapter for an object of class 'Get Coverage Type'.
 org.eclipse.emf.common.notify.Adapter createGridCrsTypeAdapter()
          Creates a new adapter for an object of class 'Grid Crs Type'.
 org.eclipse.emf.common.notify.Adapter createImageCRSRefTypeAdapter()
          Creates a new adapter for an object of class 'Image CRS Ref Type'.
 org.eclipse.emf.common.notify.Adapter createInterpolationMethodBaseTypeAdapter()
          Creates a new adapter for an object of class 'Interpolation Method Base Type'.
 org.eclipse.emf.common.notify.Adapter createInterpolationMethodsTypeAdapter()
          Creates a new adapter for an object of class 'Interpolation Methods Type'.
 org.eclipse.emf.common.notify.Adapter createInterpolationMethodTypeAdapter()
          Creates a new adapter for an object of class 'Interpolation Method Type'.
 org.eclipse.emf.common.notify.Adapter createOutputTypeAdapter()
          Creates a new adapter for an object of class 'Output Type'.
 org.eclipse.emf.common.notify.Adapter createRangeSubsetTypeAdapter()
          Creates a new adapter for an object of class 'Range Subset Type'.
 org.eclipse.emf.common.notify.Adapter createRangeTypeAdapter()
          Creates a new adapter for an object of class 'Range Type'.
 org.eclipse.emf.common.notify.Adapter createRequestBaseTypeAdapter()
          Creates a new adapter for an object of class 'Request Base Type'.
 org.eclipse.emf.common.notify.Adapter createSpatialDomainTypeAdapter()
          Creates a new adapter for an object of class 'Spatial Domain Type'.
 org.eclipse.emf.common.notify.Adapter createTimePeriodTypeAdapter()
          Creates a new adapter for an object of class 'Time Period Type'.
 org.eclipse.emf.common.notify.Adapter createTimeSequenceTypeAdapter()
          Creates a new adapter for an object of class 'Time Sequence 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 Wcs111Package modelPackage
The cached model package.


modelSwitch

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

Constructor Detail

Wcs111AdapterFactory

public Wcs111AdapterFactory()
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.

createAvailableKeysTypeAdapter

public org.eclipse.emf.common.notify.Adapter createAvailableKeysTypeAdapter()
Creates a new adapter for an object of class 'Available Keys 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:
AvailableKeysType

createAxisSubsetTypeAdapter

public org.eclipse.emf.common.notify.Adapter createAxisSubsetTypeAdapter()
Creates a new adapter for an object of class 'Axis Subset 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:
AxisSubsetType

createAxisTypeAdapter

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

createCapabilitiesTypeAdapter

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

createContentsTypeAdapter

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

createCoverageDescriptionsTypeAdapter

public org.eclipse.emf.common.notify.Adapter createCoverageDescriptionsTypeAdapter()
Creates a new adapter for an object of class 'Coverage Descriptions 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:
CoverageDescriptionsType

createCoverageDescriptionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createCoverageDescriptionTypeAdapter()
Creates a new adapter for an object of class 'Coverage Description 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:
CoverageDescriptionType

createCoverageDomainTypeAdapter

public org.eclipse.emf.common.notify.Adapter createCoverageDomainTypeAdapter()
Creates a new adapter for an object of class 'Coverage Domain 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:
CoverageDomainType

createCoveragesTypeAdapter

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

createCoverageSummaryTypeAdapter

public org.eclipse.emf.common.notify.Adapter createCoverageSummaryTypeAdapter()
Creates a new adapter for an object of class 'Coverage Summary 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:
CoverageSummaryType

createDescribeCoverageTypeAdapter

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

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

createDomainSubsetTypeAdapter

public org.eclipse.emf.common.notify.Adapter createDomainSubsetTypeAdapter()
Creates a new adapter for an object of class 'Domain Subset 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:
DomainSubsetType

createFieldSubsetTypeAdapter

public org.eclipse.emf.common.notify.Adapter createFieldSubsetTypeAdapter()
Creates a new adapter for an object of class 'Field Subset 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:
FieldSubsetType

createFieldTypeAdapter

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

createGetCapabilitiesTypeAdapter

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

createGetCoverageTypeAdapter

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

createGridCrsTypeAdapter

public org.eclipse.emf.common.notify.Adapter createGridCrsTypeAdapter()
Creates a new adapter for an object of class 'Grid Crs 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:
GridCrsType

createImageCRSRefTypeAdapter

public org.eclipse.emf.common.notify.Adapter createImageCRSRefTypeAdapter()
Creates a new adapter for an object of class 'Image CRS Ref 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:
ImageCRSRefType

createInterpolationMethodBaseTypeAdapter

public org.eclipse.emf.common.notify.Adapter createInterpolationMethodBaseTypeAdapter()
Creates a new adapter for an object of class 'Interpolation Method Base 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:
InterpolationMethodBaseType

createInterpolationMethodsTypeAdapter

public org.eclipse.emf.common.notify.Adapter createInterpolationMethodsTypeAdapter()
Creates a new adapter for an object of class 'Interpolation Methods 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:
InterpolationMethodsType

createInterpolationMethodTypeAdapter

public org.eclipse.emf.common.notify.Adapter createInterpolationMethodTypeAdapter()
Creates a new adapter for an object of class 'Interpolation Method 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:
InterpolationMethodType

createOutputTypeAdapter

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

createRangeSubsetTypeAdapter

public org.eclipse.emf.common.notify.Adapter createRangeSubsetTypeAdapter()
Creates a new adapter for an object of class 'Range Subset 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:
RangeSubsetType

createRangeTypeAdapter

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

createRequestBaseTypeAdapter

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

createSpatialDomainTypeAdapter

public org.eclipse.emf.common.notify.Adapter createSpatialDomainTypeAdapter()
Creates a new adapter for an object of class 'Spatial Domain 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:
SpatialDomainType

createTimePeriodTypeAdapter

public org.eclipse.emf.common.notify.Adapter createTimePeriodTypeAdapter()
Creates a new adapter for an object of class 'Time Period 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:
TimePeriodType

createTimeSequenceTypeAdapter

public org.eclipse.emf.common.notify.Adapter createTimeSequenceTypeAdapter()
Creates a new adapter for an object of class 'Time Sequence 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:
TimeSequenceType

createDescriptionTypeAdapter

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

createCapabilitiesBaseTypeAdapter

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

createGetCapabilitiesType_1Adapter

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

createCodeTypeAdapter

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

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.