Package net.opengis.wps10.util
Class Wps10AdapterFactory
- Object
-
- AdapterFactoryImpl
-
- Wps10AdapterFactory
-
- All Implemented Interfaces:
AdapterFactory
public class Wps10AdapterFactory extends AdapterFactoryImpl
The Adapter Factory for the model. It provides an adaptercreateXXX
method for each class of the model.- See Also:
Wps10Package
-
-
Field Summary
Fields Modifier and Type Field Description protected static Wps10Package
modelPackage
The cached model package.protected Wps10Switch
modelSwitch
The switch that delegates to thecreateXXX
methods.
-
Constructor Summary
Constructors Constructor Description Wps10AdapterFactory()
Creates an instance of the adapter factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Adapter
createAdapter(Notifier target)
Creates an adapter for thetarget
.Adapter
createAnyTypeAdapter()
Creates a new adapter for an object of class 'Any Type
'.Adapter
createBodyReferenceTypeAdapter()
Creates a new adapter for an object of class 'Body Reference Type
'.Adapter
createCapabilitiesBaseTypeAdapter()
Creates a new adapter for an object of class 'Capabilities Base Type
'.Adapter
createComplexDataCombinationsTypeAdapter()
Creates a new adapter for an object of class 'Complex Data Combinations Type
'.Adapter
createComplexDataCombinationTypeAdapter()
Creates a new adapter for an object of class 'Complex Data Combination Type
'.Adapter
createComplexDataDescriptionTypeAdapter()
Creates a new adapter for an object of class 'Complex Data Description Type
'.Adapter
createComplexDataTypeAdapter()
Creates a new adapter for an object of class 'Complex Data Type
'.Adapter
createCRSsTypeAdapter()
Creates a new adapter for an object of class 'CR Ss Type
'.Adapter
createDataInputsType1Adapter()
Creates a new adapter for an object of class 'Data Inputs Type1
'.Adapter
createDataInputsTypeAdapter()
Creates a new adapter for an object of class 'Data Inputs Type
'.Adapter
createDataTypeAdapter()
Creates a new adapter for an object of class 'Data Type
'.Adapter
createDefaultType1Adapter()
Creates a new adapter for an object of class 'Default Type1
'.Adapter
createDefaultType2Adapter()
Creates a new adapter for an object of class 'Default Type2
'.Adapter
createDefaultTypeAdapter()
Creates a new adapter for an object of class 'Default Type
'.Adapter
createDescribeProcessTypeAdapter()
Creates a new adapter for an object of class 'Describe Process Type
'.Adapter
createDescriptionTypeAdapter()
Creates a new adapter for an object of class 'Description Type
'.Adapter
createDocumentOutputDefinitionTypeAdapter()
Creates a new adapter for an object of class 'Document Output Definition Type
'.Adapter
createDocumentRootAdapter()
Creates a new adapter for an object of class 'Document Root
'.Adapter
createEObjectAdapter()
Creates a new adapter for the default case.Adapter
createExecuteResponseTypeAdapter()
Creates a new adapter for an object of class 'Execute Response Type
'.Adapter
createExecuteTypeAdapter()
Creates a new adapter for an object of class 'Execute Type
'.Adapter
createGetCapabilitiesTypeAdapter()
Creates a new adapter for an object of class 'Get Capabilities Type
'.Adapter
createHeaderTypeAdapter()
Creates a new adapter for an object of class 'Header Type
'.Adapter
createInputDescriptionTypeAdapter()
Creates a new adapter for an object of class 'Input Description Type
'.Adapter
createInputReferenceTypeAdapter()
Creates a new adapter for an object of class 'Input Reference Type
'.Adapter
createInputTypeAdapter()
Creates a new adapter for an object of class 'Input Type
'.Adapter
createLanguagesType1Adapter()
Creates a new adapter for an object of class 'Languages Type1
'.Adapter
createLanguagesTypeAdapter()
Creates a new adapter for an object of class 'Languages Type
'.Adapter
createLiteralDataTypeAdapter()
Creates a new adapter for an object of class 'Literal Data Type
'.Adapter
createLiteralInputTypeAdapter()
Creates a new adapter for an object of class 'Literal Input Type
'.Adapter
createLiteralOutputTypeAdapter()
Creates a new adapter for an object of class 'Literal Output Type
'.Adapter
createOutputDataTypeAdapter()
Creates a new adapter for an object of class 'Output Data Type
'.Adapter
createOutputDefinitionsTypeAdapter()
Creates a new adapter for an object of class 'Output Definitions Type
'.Adapter
createOutputDefinitionTypeAdapter()
Creates a new adapter for an object of class 'Output Definition Type
'.Adapter
createOutputDescriptionTypeAdapter()
Creates a new adapter for an object of class 'Output Description Type
'.Adapter
createOutputReferenceTypeAdapter()
Creates a new adapter for an object of class 'Output Reference Type
'.Adapter
createProcessBriefTypeAdapter()
Creates a new adapter for an object of class 'Process Brief Type
'.Adapter
createProcessDescriptionsTypeAdapter()
Creates a new adapter for an object of class 'Process Descriptions Type
'.Adapter
createProcessDescriptionTypeAdapter()
Creates a new adapter for an object of class 'Process Description Type
'.Adapter
createProcessFailedTypeAdapter()
Creates a new adapter for an object of class 'Process Failed Type
'.Adapter
createProcessOfferingsTypeAdapter()
Creates a new adapter for an object of class 'Process Offerings Type
'.Adapter
createProcessOutputsType1Adapter()
Creates a new adapter for an object of class 'Process Outputs Type1
'.Adapter
createProcessOutputsTypeAdapter()
Creates a new adapter for an object of class 'Process Outputs Type
'.Adapter
createProcessStartedTypeAdapter()
Creates a new adapter for an object of class 'Process Started Type
'.Adapter
createRequestBaseTypeAdapter()
Creates a new adapter for an object of class 'Request Base Type
'.Adapter
createResponseBaseTypeAdapter()
Creates a new adapter for an object of class 'Response Base Type
'.Adapter
createResponseDocumentTypeAdapter()
Creates a new adapter for an object of class 'Response Document Type
'.Adapter
createResponseFormTypeAdapter()
Creates a new adapter for an object of class 'Response Form Type
'.Adapter
createStatusTypeAdapter()
Creates a new adapter for an object of class 'Status Type
'.Adapter
createSupportedComplexDataInputTypeAdapter()
Creates a new adapter for an object of class 'Supported Complex Data Input Type
'.Adapter
createSupportedComplexDataTypeAdapter()
Creates a new adapter for an object of class 'Supported Complex Data Type
'.Adapter
createSupportedCRSsTypeAdapter()
Creates a new adapter for an object of class 'Supported CR Ss Type
'.Adapter
createSupportedUOMsTypeAdapter()
Creates a new adapter for an object of class 'Supported UO Ms Type
'.Adapter
createUnitAdapter()
Creates a new adapter for an object of class 'Unit
'.Adapter
createUOMsTypeAdapter()
Creates a new adapter for an object of class 'UO Ms Type
'.Adapter
createValuesReferenceTypeAdapter()
Creates a new adapter for an object of class 'Values Reference Type
'.Adapter
createWPSCapabilitiesTypeAdapter()
Creates a new adapter for an object of class 'WPS Capabilities Type
'.Adapter
createWSDLTypeAdapter()
Creates a new adapter for an object of class 'WSDL Type
'.boolean
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
-
-
-
Field Detail
-
modelPackage
protected static Wps10Package modelPackage
The cached model package.
-
modelSwitch
protected Wps10Switch modelSwitch
The switch that delegates to thecreateXXX
methods.
-
-
Method Detail
-
isFactoryForType
public boolean isFactoryForType(Object object)
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:
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.
-
-