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 Details

    • modelPackage

      protected static Wps20Package modelPackage
      The cached model package.
    • modelSwitch

      protected Wps20Switch<Adapter> modelSwitch
      The switch that delegates to the createXXX methods.
  • Constructor Details

    • Wps20AdapterFactory

      public Wps20AdapterFactory()
      Creates an instance of the adapter factory.
  • Method Details

    • isFactoryForType

      public boolean isFactoryForType(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 AdapterFactory
      Overrides:
      isFactoryForType in class AdapterFactoryImpl
      Returns:
      whether this factory is applicable for the type of the object.
    • createAdapter

      public Adapter createAdapter(Notifier target)
      Creates an adapter for the target.
      Overrides:
      createAdapter in class AdapterFactoryImpl
      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.