Class Wps10AdapterFactory

Object
AdapterFactoryImpl
Wps10AdapterFactory
All Implemented Interfaces:
AdapterFactory

public class Wps10AdapterFactory 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 Wps10Package modelPackage
      The cached model package.
    • modelSwitch

      protected Wps10Switch modelSwitch
      The switch that delegates to the createXXX methods.
  • Constructor Details

    • Wps10AdapterFactory

      public Wps10AdapterFactory()
      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:
    • createComplexDataCombinationsTypeAdapter

      public Adapter createComplexDataCombinationsTypeAdapter()
      Creates a new adapter for an object of class 'Complex Data Combinations 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:
    • createComplexDataCombinationTypeAdapter

      public Adapter createComplexDataCombinationTypeAdapter()
      Creates a new adapter for an object of class 'Complex Data Combination 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:
    • createComplexDataDescriptionTypeAdapter

      public Adapter createComplexDataDescriptionTypeAdapter()
      Creates a new adapter for an object of class 'Complex 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:
    • 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:
    • createCRSsTypeAdapter

      public Adapter createCRSsTypeAdapter()
      Creates a new adapter for an object of class 'CR Ss 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:
    • createDataInputsTypeAdapter

      public Adapter createDataInputsTypeAdapter()
      Creates a new adapter for an object of class 'Data Inputs 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:
    • createDataInputsType1Adapter

      public Adapter createDataInputsType1Adapter()
      Creates a new adapter for an object of class 'Data Inputs 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:
    • 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:
    • createDefaultTypeAdapter

      public Adapter createDefaultTypeAdapter()
      Creates a new adapter for an object of class 'Default 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:
    • createDefaultType1Adapter

      public Adapter createDefaultType1Adapter()
      Creates a new adapter for an object of class 'Default 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:
    • createDefaultType2Adapter

      public Adapter createDefaultType2Adapter()
      Creates a new adapter for an object of class 'Default Type2'. 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:
    • createDocumentOutputDefinitionTypeAdapter

      public Adapter createDocumentOutputDefinitionTypeAdapter()
      Creates a new adapter for an object of class 'Document 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:
    • 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:
    • createExecuteResponseTypeAdapter

      public Adapter createExecuteResponseTypeAdapter()
      Creates a new adapter for an object of class 'Execute Response 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:
    • createExecuteTypeAdapter

      public Adapter createExecuteTypeAdapter()
      Creates a new adapter for an object of class 'Execute 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:
    • createHeaderTypeAdapter

      public Adapter createHeaderTypeAdapter()
      Creates a new adapter for an object of class 'Header 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:
    • createInputReferenceTypeAdapter

      public Adapter createInputReferenceTypeAdapter()
      Creates a new adapter for an object of class 'Input 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:
    • createInputTypeAdapter

      public Adapter createInputTypeAdapter()
      Creates a new adapter for an object of class '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:
    • createLanguagesTypeAdapter

      public Adapter createLanguagesTypeAdapter()
      Creates a new adapter for an object of class 'Languages 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:
    • createLanguagesType1Adapter

      public Adapter createLanguagesType1Adapter()
      Creates a new adapter for an object of class 'Languages 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:
    • createLiteralInputTypeAdapter

      public Adapter createLiteralInputTypeAdapter()
      Creates a new adapter for an object of class 'Literal 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:
    • createLiteralOutputTypeAdapter

      public Adapter createLiteralOutputTypeAdapter()
      Creates a new adapter for an object of class 'Literal 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:
    • createOutputDataTypeAdapter

      public Adapter createOutputDataTypeAdapter()
      Creates a new adapter for an object of class 'Output 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:
    • createOutputDefinitionsTypeAdapter

      public Adapter createOutputDefinitionsTypeAdapter()
      Creates a new adapter for an object of class 'Output Definitions 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:
    • createOutputReferenceTypeAdapter

      public Adapter createOutputReferenceTypeAdapter()
      Creates a new adapter for an object of class 'Output 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:
    • createProcessBriefTypeAdapter

      public Adapter createProcessBriefTypeAdapter()
      Creates a new adapter for an object of class 'Process Brief 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:
    • createProcessDescriptionsTypeAdapter

      public Adapter createProcessDescriptionsTypeAdapter()
      Creates a new adapter for an object of class 'Process 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:
    • 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:
    • createProcessFailedTypeAdapter

      public Adapter createProcessFailedTypeAdapter()
      Creates a new adapter for an object of class 'Process Failed 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:
    • createProcessOutputsTypeAdapter

      public Adapter createProcessOutputsTypeAdapter()
      Creates a new adapter for an object of class 'Process Outputs 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:
    • createProcessOutputsType1Adapter

      public Adapter createProcessOutputsType1Adapter()
      Creates a new adapter for an object of class 'Process Outputs 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:
    • createProcessStartedTypeAdapter

      public Adapter createProcessStartedTypeAdapter()
      Creates a new adapter for an object of class 'Process Started 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:
    • createResponseBaseTypeAdapter

      public Adapter createResponseBaseTypeAdapter()
      Creates a new adapter for an object of class 'Response 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:
    • createResponseDocumentTypeAdapter

      public Adapter createResponseDocumentTypeAdapter()
      Creates a new adapter for an object of class 'Response Document 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:
    • createResponseFormTypeAdapter

      public Adapter createResponseFormTypeAdapter()
      Creates a new adapter for an object of class 'Response Form 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:
    • createStatusTypeAdapter

      public Adapter createStatusTypeAdapter()
      Creates a new adapter for an object of class '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:
    • createSupportedComplexDataInputTypeAdapter

      public Adapter createSupportedComplexDataInputTypeAdapter()
      Creates a new adapter for an object of class 'Supported Complex 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:
    • createSupportedComplexDataTypeAdapter

      public Adapter createSupportedComplexDataTypeAdapter()
      Creates a new adapter for an object of class 'Supported 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:
    • createSupportedCRSsTypeAdapter

      public Adapter createSupportedCRSsTypeAdapter()
      Creates a new adapter for an object of class 'Supported CR Ss 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:
    • createSupportedUOMsTypeAdapter

      public Adapter createSupportedUOMsTypeAdapter()
      Creates a new adapter for an object of class 'Supported UO Ms 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:
    • createUOMsTypeAdapter

      public Adapter createUOMsTypeAdapter()
      Creates a new adapter for an object of class 'UO Ms 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:
    • createValuesReferenceTypeAdapter

      public Adapter createValuesReferenceTypeAdapter()
      Creates a new adapter for an object of class 'Values 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:
    • 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:
    • createWSDLTypeAdapter

      public Adapter createWSDLTypeAdapter()
      Creates a new adapter for an object of class 'WSDL 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:
    • createUnitAdapter

      public Adapter createUnitAdapter()
      Creates a new adapter for an object of class 'Unit'. 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:
      • Unit
    • 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
    • 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.