Package net.opengis.wps20.util
Class Wps20AdapterFactory
Object
AdapterFactoryImpl
Wps20AdapterFactory
- All Implemented Interfaces:
AdapterFactory
public class Wps20AdapterFactory
extends AdapterFactoryImpl
The Adapter Factory for the model.
It provides an adapter
createXXX
method for each class of the model.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static Wps20Package
The cached model package.protected Wps20Switch<Adapter>
The switch that delegates to thecreateXXX
methods. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdapter
createAdapter
(Notifier target) Creates an adapter for thetarget
.Adapter
Creates a new adapter for an object of class 'Any Type
'.Adapter
Creates a new adapter for an object of class 'Basic Identification Type
'.Adapter
Creates a new adapter for an object of class 'Body Reference Type
'.Adapter
Creates a new adapter for an object of class 'Bounding Box Data Type
'.Adapter
Creates a new adapter for an object of class 'Capabilities Base Type
'.Adapter
Creates a new adapter for an object of class 'Complex Data Type
'.Adapter
Creates a new adapter for an object of class 'Contents Type
'.Adapter
Creates a new adapter for an object of class 'Data Description Type
'.Adapter
Creates a new adapter for an object of class 'Data Input Type
'.Adapter
Creates a new adapter for an object of class 'Data Output Type
'.Adapter
Creates a new adapter for an object of class 'Data Type
'.Adapter
Creates a new adapter for an object of class 'Describe Process Type
'.Adapter
Creates a new adapter for an object of class 'Description Type
'.Adapter
Creates a new adapter for an object of class 'Dismiss Type
'.Adapter
Creates a new adapter for an object of class 'Document Root
'.Adapter
Creates a new adapter for the default case.Adapter
Creates a new adapter for an object of class 'Execute Request Type
'.Adapter
Creates a new adapter for an object of class 'Extension Type
'.Adapter
Creates a new adapter for an object of class 'Format Type
'.Adapter
Creates a new adapter for an object of class 'Generic Input Type
'.Adapter
Creates a new adapter for an object of class 'Generic Output Type
'.Adapter
Creates a new adapter for an object of class 'Generic Process Type
'.Adapter
Creates a new adapter for an object of class 'Get Capabilities Type
'.Adapter
Creates a new adapter for an object of class 'Get Result Type
'.Adapter
Creates a new adapter for an object of class 'Get Status Type
'.Adapter
Creates a new adapter for an object of class 'Input Description Type
'.Adapter
Creates a new adapter for an object of class 'Literal Data Domain Type1
'.Adapter
Creates a new adapter for an object of class 'Literal Data Domain Type
'.Adapter
Creates a new adapter for an object of class 'Literal Data Type
'.Adapter
Creates a new adapter for an object of class 'Literal Value Type
'.Adapter
Creates a new adapter for an object of class 'Output Definition Type
'.Adapter
Creates a new adapter for an object of class 'Output Description Type
'.Adapter
Creates a new adapter for an object of class 'Description Type
'.Adapter
Creates a new adapter for an object of class 'Get Capabilities Type
'.Adapter
Creates a new adapter for an object of class 'Process Description Type
'.Adapter
Creates a new adapter for an object of class 'Process Offerings Type
'.Adapter
Creates a new adapter for an object of class 'Process Offering Type
'.Adapter
Creates a new adapter for an object of class 'Process Summary Type
'.Adapter
Creates a new adapter for an object of class 'Reference Type
'.Adapter
Creates a new adapter for an object of class 'Request Base Type
'.Adapter
Creates a new adapter for an object of class 'Result Type
'.Adapter
Creates a new adapter for an object of class 'Status Info Type
'.Adapter
Creates a new adapter for an object of class 'Supported CRS Type
'.Adapter
Creates a new adapter for an object of class 'Value Type
'.Adapter
Creates a new adapter for an object of class 'WPS Capabilities Type
'.boolean
isFactoryForType
(Object object) Returns whether this factory is applicable for the type of the object.Methods inherited from class AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve
-
Field Details
-
modelPackage
The cached model package. -
modelSwitch
The switch that delegates to thecreateXXX
methods.
-
-
Constructor Details
-
Wps20AdapterFactory
public Wps20AdapterFactory()Creates an instance of the adapter factory.
-
-
Method Details
-
isFactoryForType
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 interfaceAdapterFactory
- Overrides:
isFactoryForType
in classAdapterFactoryImpl
- Returns:
- whether this factory is applicable for the type of the object.
-
createAdapter
public Adapter createAdapter(Notifier target) Creates an adapter for thetarget
.- Overrides:
createAdapter
in classAdapterFactoryImpl
- Parameters:
target
- the object to adapt.- Returns:
- the adapter for the
target
.
-
createBodyReferenceTypeAdapter
public Adapter createBodyReferenceTypeAdapter()Creates a new adapter for an object of class 'Body Reference 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:
-
createBoundingBoxDataTypeAdapter
public Adapter createBoundingBoxDataTypeAdapter()Creates a new adapter for an object of class 'Bounding Box Data 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:
-
createComplexDataTypeAdapter
public Adapter createComplexDataTypeAdapter()Creates a new adapter for an object of class 'Complex Data 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:
-
createContentsTypeAdapter
public 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:
-
createDataDescriptionTypeAdapter
public Adapter createDataDescriptionTypeAdapter()Creates a new adapter for an object of class 'Data 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:
-
createDataInputTypeAdapter
public Adapter createDataInputTypeAdapter()Creates a new adapter for an object of class 'Data Input 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:
-
createDataOutputTypeAdapter
public Adapter createDataOutputTypeAdapter()Creates a new adapter for an object of class 'Data 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:
-
createDataTypeAdapter
public Adapter createDataTypeAdapter()Creates a new adapter for an object of class 'Data 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:
-
createDescribeProcessTypeAdapter
public Adapter createDescribeProcessTypeAdapter()Creates a new adapter for an object of class 'Describe Process 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:
-
createDescriptionTypeAdapter
public 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:
-
createDismissTypeAdapter
public Adapter createDismissTypeAdapter()Creates a new adapter for an object of class 'Dismiss 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:
-
createDocumentRootAdapter
public 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:
-
createExecuteRequestTypeAdapter
public Adapter createExecuteRequestTypeAdapter()Creates a new adapter for an object of class 'Execute 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:
-
createExtensionTypeAdapter
public Adapter createExtensionTypeAdapter()Creates a new adapter for an object of class 'Extension 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:
-
createFormatTypeAdapter
public Adapter createFormatTypeAdapter()Creates a new adapter for an object of class 'Format 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:
-
createGenericInputTypeAdapter
public Adapter createGenericInputTypeAdapter()Creates a new adapter for an object of class 'Generic Input 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:
-
createGenericOutputTypeAdapter
public Adapter createGenericOutputTypeAdapter()Creates a new adapter for an object of class 'Generic 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:
-
createGenericProcessTypeAdapter
public Adapter createGenericProcessTypeAdapter()Creates a new adapter for an object of class 'Generic Process 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:
-
createGetCapabilitiesTypeAdapter
public 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:
-
createGetResultTypeAdapter
public Adapter createGetResultTypeAdapter()Creates a new adapter for an object of class 'Get Result 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:
-
createGetStatusTypeAdapter
public Adapter createGetStatusTypeAdapter()Creates a new adapter for an object of class 'Get Status 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:
-
createInputDescriptionTypeAdapter
public Adapter createInputDescriptionTypeAdapter()Creates a new adapter for an object of class 'Input 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:
-
createLiteralDataDomainTypeAdapter
public Adapter createLiteralDataDomainTypeAdapter()Creates a new adapter for an object of class 'Literal Data 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:
-
createLiteralDataDomainType1Adapter
public Adapter createLiteralDataDomainType1Adapter()Creates a new adapter for an object of class 'Literal Data Domain Type1
'. 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:
-
createLiteralDataTypeAdapter
public Adapter createLiteralDataTypeAdapter()Creates a new adapter for an object of class 'Literal Data 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:
-
createLiteralValueTypeAdapter
public Adapter createLiteralValueTypeAdapter()Creates a new adapter for an object of class 'Literal Value 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:
-
createOutputDefinitionTypeAdapter
public Adapter createOutputDefinitionTypeAdapter()Creates a new adapter for an object of class 'Output Definition 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:
-
createOutputDescriptionTypeAdapter
public Adapter createOutputDescriptionTypeAdapter()Creates a new adapter for an object of class 'Output 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:
-
createProcessDescriptionTypeAdapter
public Adapter createProcessDescriptionTypeAdapter()Creates a new adapter for an object of class 'Process 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:
-
createProcessOfferingsTypeAdapter
public Adapter createProcessOfferingsTypeAdapter()Creates a new adapter for an object of class 'Process Offerings 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:
-
createProcessOfferingTypeAdapter
public Adapter createProcessOfferingTypeAdapter()Creates a new adapter for an object of class 'Process Offering 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:
-
createProcessSummaryTypeAdapter
public Adapter createProcessSummaryTypeAdapter()Creates a new adapter for an object of class 'Process 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:
-
createReferenceTypeAdapter
public Adapter createReferenceTypeAdapter()Creates a new adapter for an object of class 'Reference 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:
-
createRequestBaseTypeAdapter
public 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:
-
createResultTypeAdapter
public Adapter createResultTypeAdapter()Creates a new adapter for an object of class 'Result 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:
-
createStatusInfoTypeAdapter
public Adapter createStatusInfoTypeAdapter()Creates a new adapter for an object of class 'Status Info 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:
-
createSupportedCRSTypeAdapter
public Adapter createSupportedCRSTypeAdapter()Creates a new adapter for an object of class 'Supported 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:
-
createWPSCapabilitiesTypeAdapter
public Adapter createWPSCapabilitiesTypeAdapter()Creates a new adapter for an object of class 'WPS 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:
-
createAnyTypeAdapter
public Adapter createAnyTypeAdapter()Creates a new adapter for an object of class 'Any 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:
-
AnyType
-
createOws20_DescriptionTypeAdapter
public Adapter createOws20_DescriptionTypeAdapter()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:
-
createBasicIdentificationTypeAdapter
public Adapter createBasicIdentificationTypeAdapter()Creates a new adapter for an object of class 'Basic Identification 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:
-
createOws20_GetCapabilitiesTypeAdapter
public Adapter createOws20_GetCapabilitiesTypeAdapter()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:
-
createValueTypeAdapter
public Adapter createValueTypeAdapter()Creates a new adapter for an object of class 'Value 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:
-
createCapabilitiesBaseTypeAdapter
public 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:
-
createEObjectAdapter
public Adapter createEObjectAdapter()Creates a new adapter for the default case. This default implementation returns null.- Returns:
- the new adapter.
-