Class 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:
    Wps10Package
    • Field Detail

      • modelPackage

        protected static Wps10Package modelPackage
        The cached model package.
      • modelSwitch

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

      • Wps10AdapterFactory

        public Wps10AdapterFactory()
        Creates an instance of the adapter factory.
    • Method Detail

      • 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:
        BodyReferenceType
      • 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:
        ComplexDataCombinationsType
      • 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:
        ComplexDataCombinationType
      • 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:
        ComplexDataDescriptionType
      • 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:
        ComplexDataType
      • 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:
        CRSsType
      • 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:
        DataInputsType
      • 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:
        DataInputsType1
      • 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:
        DataType
      • 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:
        DefaultType
      • 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:
        DefaultType1
      • 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:
        DefaultType2
      • 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:
        DescribeProcessType
      • 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:
        DescriptionType
      • 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:
        DocumentOutputDefinitionType
      • 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:
        DocumentRoot
      • 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:
        ExecuteResponseType
      • 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:
        ExecuteType
      • 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:
        GetCapabilitiesType
      • 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:
        HeaderType
      • 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:
        InputDescriptionType
      • 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:
        InputReferenceType
      • 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:
        InputType
      • 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:
        LanguagesType
      • 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:
        LanguagesType1
      • 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:
        LiteralDataType
      • 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:
        LiteralInputType
      • 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:
        LiteralOutputType
      • 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:
        OutputDataType
      • 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:
        OutputDefinitionsType
      • 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:
        OutputDefinitionType
      • 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:
        OutputDescriptionType
      • 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:
        OutputReferenceType
      • 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:
        ProcessBriefType
      • 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:
        ProcessDescriptionsType
      • 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:
        ProcessDescriptionType
      • 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:
        ProcessFailedType
      • 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:
        ProcessOfferingsType
      • 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:
        ProcessOutputsType
      • 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:
        ProcessOutputsType1
      • 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:
        ProcessStartedType
      • 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:
        RequestBaseType
      • 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:
        ResponseBaseType
      • 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:
        ResponseDocumentType
      • 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:
        ResponseFormType
      • 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:
        StatusType
      • 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:
        SupportedComplexDataInputType
      • 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:
        SupportedComplexDataType
      • 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:
        SupportedCRSsType
      • 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:
        SupportedUOMsType
      • 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:
        UOMsType
      • 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:
        ValuesReferenceType
      • 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:
        WPSCapabilitiesType
      • 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:
        WSDLType
      • 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:
        CapabilitiesBaseType
      • createEObjectAdapter

        public Adapter createEObjectAdapter()
        Creates a new adapter for the default case. This default implementation returns null.
        Returns:
        the new adapter.