Package net.opengis.wfs20.util
Class Wfs20AdapterFactory
Object
AdapterFactoryImpl
Wfs20AdapterFactory
- All Implemented Interfaces:
- AdapterFactory
public class Wfs20AdapterFactory
extends AdapterFactoryImpl
 The Adapter Factory for the model. It provides an adapter 
createXXX method for each class of the model.
 - See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static Wfs20PackageThe cached model package.protected Wfs20Switch<Adapter>The switch that delegates to thecreateXXXmethods.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionAdapterCreates a new adapter for an object of class 'Abstract Adhoc Query Expression Type'.AdapterCreates a new adapter for an object of class 'Abstract Query Expression Type'.AdapterCreates a new adapter for an object of class 'Abstract Transaction Action Type'.AdapterCreates a new adapter for an object of class 'Abstract Type'.AdapterCreates a new adapter for an object of class 'Action Results Type'.AdaptercreateAdapter(Notifier target) Creates an adapter for thetarget.AdapterCreates a new adapter for an object of class 'Additional Objects Type'.AdapterCreates a new adapter for an object of class 'Additional Values Type'.AdapterCreates a new adapter for an object of class 'Base Request Type'.AdapterCreates a new adapter for an object of class 'Capabilities Base Type'.AdapterCreates a new adapter for an object of class 'Created Or Modified Feature Type'.AdapterCreates a new adapter for an object of class 'Create Stored Query Response Type'.AdapterCreates a new adapter for an object of class 'Create Stored Query Type'.AdapterCreates a new adapter for an object of class 'Delete Type'.AdapterCreates a new adapter for an object of class 'Describe Feature Type Type'.AdapterCreates a new adapter for an object of class 'Describe Stored Queries Response Type'.AdapterCreates a new adapter for an object of class 'Describe Stored Queries Type'.AdapterCreates a new adapter for an object of class 'Document Root'.AdapterCreates a new adapter for an object of class 'Drop Stored Query Type'.AdapterCreates a new adapter for an object of class 'Element Type'.AdapterCreates a new adapter for an object of class 'Empty Type'.AdapterCreates a new adapter for an object of class 'Envelope Property Type'.AdapterCreates a new adapter for the default case.AdapterCreates a new adapter for an object of class 'Execution Status Type'.AdapterCreates a new adapter for an object of class 'Extended Description Type'.AdapterCreates a new adapter for an object of class 'Feature Collection Type'.AdapterCreates a new adapter for an object of class 'Features Locked Type'.AdapterCreates a new adapter for an object of class 'Features Not Locked Type'.AdapterCreates a new adapter for an object of class 'Feature Type List Type'.AdapterCreates a new adapter for an object of class 'Feature Type Type'.AdapterCreates a new adapter for an object of class 'Get Capabilities Type'.AdapterCreates a new adapter for an object of class 'Get Feature Type'.AdapterCreates a new adapter for an object of class 'Get Feature With Lock Type'.AdapterCreates a new adapter for an object of class 'Get Property Value Type'.AdapterCreates a new adapter for an object of class 'Insert Type'.AdapterCreates a new adapter for an object of class 'List Stored Queries Response Type'.AdapterCreates a new adapter for an object of class 'List Stored Queries Type'.AdapterCreates a new adapter for an object of class 'Lock Feature Response Type'.AdapterCreates a new adapter for an object of class 'Lock Feature Type'.AdapterCreates a new adapter for an object of class 'Member Property Type'.AdapterCreates a new adapter for an object of class 'Metadata URL Type'.AdapterCreates a new adapter for an object of class 'Native Type'.AdapterCreates a new adapter for an object of class 'No CRS Type'.AdapterCreates a new adapter for an object of class 'Output Format List Type'.AdapterCreates a new adapter for an object of class 'Get Capabilities Type'.AdapterCreates a new adapter for an object of class 'Parameter Expression Type'.AdapterCreates a new adapter for an object of class 'Parameter Type'.AdapterCreates a new adapter for an object of class 'Property Name Type'.AdapterCreates a new adapter for an object of class 'Property Type'.AdapterCreates a new adapter for an object of class 'Query Expression Text Type'.AdapterCreates a new adapter for an object of class 'Query Type'.AdapterCreates a new adapter for an object of class 'Replace Type'.AdapterCreates a new adapter for an object of class 'Simple Feature Collection Type'.AdapterCreates a new adapter for an object of class 'Stored Query Description Type'.AdapterCreates a new adapter for an object of class 'Stored Query List Item Type'.AdapterCreates a new adapter for an object of class 'Stored Query Type'.AdapterCreates a new adapter for an object of class 'Title Type'.AdapterCreates a new adapter for an object of class 'Transaction Response Type'.AdapterCreates a new adapter for an object of class 'Transaction Summary Type'.AdapterCreates a new adapter for an object of class 'Transaction Type'.AdapterCreates a new adapter for an object of class 'Truncated Response Type'.AdapterCreates a new adapter for an object of class 'Tuple Type'.AdapterCreates a new adapter for an object of class 'Update Type'.AdapterCreates a new adapter for an object of class 'Value Collection Type'.AdapterCreates a new adapter for an object of class 'Value List Type'.AdapterCreates a new adapter for an object of class 'Value Reference Type'.AdapterCreates a new adapter for an object of class 'WFS Capabilities Type'.AdapterCreates a new adapter for an object of class 'WSDL Type'.booleanisFactoryForType(Object object) Returns whether this factory is applicable for the type of the object.Methods inherited from class AdapterFactoryImpladapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve
- 
Field Details- 
modelPackageThe cached model package.
- 
modelSwitchThe switch that delegates to thecreateXXXmethods.
 
- 
- 
Constructor Details- 
Wfs20AdapterFactorypublic Wfs20AdapterFactory()Creates an instance of the adapter factory.
 
- 
- 
Method Details- 
isFactoryForTypeReturns whether this factory is applicable for the type of the object. This implementation returnstrueif the object is either the model's package or is an instance object of the model.- Specified by:
- isFactoryForTypein interface- AdapterFactory
- Overrides:
- isFactoryForTypein class- AdapterFactoryImpl
- Returns:
- whether this factory is applicable for the type of the object.
 
- 
createAdapterpublic Adapter createAdapter(Notifier target) Creates an adapter for thetarget.- Overrides:
- createAdapterin class- AdapterFactoryImpl
- Parameters:
- target- the object to adapt.
- Returns:
- the adapter for the target.
 
- 
createAbstractTransactionActionTypeAdapterpublic Adapter createAbstractTransactionActionTypeAdapter()Creates a new adapter for an object of class 'Abstract Transaction Action 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:
 
- 
createAbstractTypeAdapterpublic Adapter createAbstractTypeAdapter()Creates a new adapter for an object of class 'Abstract 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:
 
- 
createActionResultsTypeAdapterpublic Adapter createActionResultsTypeAdapter()Creates a new adapter for an object of class 'Action Results 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:
 
- 
createAdditionalObjectsTypeAdapterpublic Adapter createAdditionalObjectsTypeAdapter()Creates a new adapter for an object of class 'Additional Objects 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:
 
- 
createAdditionalValuesTypeAdapterpublic Adapter createAdditionalValuesTypeAdapter()Creates a new adapter for an object of class 'Additional Values 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:
 
- 
createBaseRequestTypeAdapterpublic Adapter createBaseRequestTypeAdapter()Creates a new adapter for an object of class 'Base 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:
 
- 
createCreatedOrModifiedFeatureTypeAdapterpublic Adapter createCreatedOrModifiedFeatureTypeAdapter()Creates a new adapter for an object of class 'Created Or Modified Feature 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:
 
- 
createCreateStoredQueryResponseTypeAdapterpublic Adapter createCreateStoredQueryResponseTypeAdapter()Creates a new adapter for an object of class 'Create Stored Query 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:
 
- 
createCreateStoredQueryTypeAdapterpublic Adapter createCreateStoredQueryTypeAdapter()Creates a new adapter for an object of class 'Create Stored Query 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:
 
- 
createDeleteTypeAdapterpublic Adapter createDeleteTypeAdapter()Creates a new adapter for an object of class 'Delete 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:
 
- 
createDescribeFeatureTypeTypeAdapterpublic Adapter createDescribeFeatureTypeTypeAdapter()Creates a new adapter for an object of class 'Describe Feature Type 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:
 
- 
createDescribeStoredQueriesResponseTypeAdapterpublic Adapter createDescribeStoredQueriesResponseTypeAdapter()Creates a new adapter for an object of class 'Describe Stored Queries 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:
 
- 
createDescribeStoredQueriesTypeAdapterpublic Adapter createDescribeStoredQueriesTypeAdapter()Creates a new adapter for an object of class 'Describe Stored Queries 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:
 
- 
createDocumentRootAdapterpublic 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:
 
- 
createDropStoredQueryTypeAdapterpublic Adapter createDropStoredQueryTypeAdapter()Creates a new adapter for an object of class 'Drop Stored Query 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:
 
- 
createElementTypeAdapterpublic Adapter createElementTypeAdapter()Creates a new adapter for an object of class 'Element 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:
 
- 
createEmptyTypeAdapterpublic Adapter createEmptyTypeAdapter()Creates a new adapter for an object of class 'Empty 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:
 
- 
createEnvelopePropertyTypeAdapterpublic Adapter createEnvelopePropertyTypeAdapter()Creates a new adapter for an object of class 'Envelope Property 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:
 
- 
createExecutionStatusTypeAdapterpublic Adapter createExecutionStatusTypeAdapter()Creates a new adapter for an object of class 'Execution 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:
 
- 
createExtendedDescriptionTypeAdapterpublic Adapter createExtendedDescriptionTypeAdapter()Creates a new adapter for an object of class 'Extended 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:
 
- 
createFeatureCollectionTypeAdapterpublic Adapter createFeatureCollectionTypeAdapter()Creates a new adapter for an object of class 'Feature Collection 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:
 
- 
createFeaturesLockedTypeAdapterpublic Adapter createFeaturesLockedTypeAdapter()Creates a new adapter for an object of class 'Features Locked 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:
 
- 
createFeaturesNotLockedTypeAdapterpublic Adapter createFeaturesNotLockedTypeAdapter()Creates a new adapter for an object of class 'Features Not Locked 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:
 
- 
createFeatureTypeListTypeAdapterpublic Adapter createFeatureTypeListTypeAdapter()Creates a new adapter for an object of class 'Feature Type List 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:
 
- 
createFeatureTypeTypeAdapterpublic Adapter createFeatureTypeTypeAdapter()Creates a new adapter for an object of class 'Feature Type 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:
 
- 
createGetCapabilitiesTypeAdapterpublic 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:
 
- 
createGetFeatureTypeAdapterpublic Adapter createGetFeatureTypeAdapter()Creates a new adapter for an object of class 'Get Feature 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:
 
- 
createGetFeatureWithLockTypeAdapterpublic Adapter createGetFeatureWithLockTypeAdapter()Creates a new adapter for an object of class 'Get Feature With Lock 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:
 
- 
createGetPropertyValueTypeAdapterpublic Adapter createGetPropertyValueTypeAdapter()Creates a new adapter for an object of class 'Get Property 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:
 
- 
createInsertTypeAdapterpublic Adapter createInsertTypeAdapter()Creates a new adapter for an object of class 'Insert 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:
 
- 
createListStoredQueriesResponseTypeAdapterpublic Adapter createListStoredQueriesResponseTypeAdapter()Creates a new adapter for an object of class 'List Stored Queries 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:
 
- 
createListStoredQueriesTypeAdapterpublic Adapter createListStoredQueriesTypeAdapter()Creates a new adapter for an object of class 'List Stored Queries 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:
 
- 
createLockFeatureResponseTypeAdapterpublic Adapter createLockFeatureResponseTypeAdapter()Creates a new adapter for an object of class 'Lock Feature 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:
 
- 
createLockFeatureTypeAdapterpublic Adapter createLockFeatureTypeAdapter()Creates a new adapter for an object of class 'Lock Feature 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:
 
- 
createMemberPropertyTypeAdapterpublic Adapter createMemberPropertyTypeAdapter()Creates a new adapter for an object of class 'Member Property 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:
 
- 
createMetadataURLTypeAdapterpublic Adapter createMetadataURLTypeAdapter()Creates a new adapter for an object of class 'Metadata URL 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:
 
- 
createNativeTypeAdapterpublic Adapter createNativeTypeAdapter()Creates a new adapter for an object of class 'Native 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:
 
- 
createNoCRSTypeAdapterpublic Adapter createNoCRSTypeAdapter()Creates a new adapter for an object of class 'No 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:
 
- 
createOutputFormatListTypeAdapterpublic Adapter createOutputFormatListTypeAdapter()Creates a new adapter for an object of class 'Output Format List 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:
 
- 
createParameterExpressionTypeAdapterpublic Adapter createParameterExpressionTypeAdapter()Creates a new adapter for an object of class 'Parameter Expression 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:
 
- 
createParameterTypeAdapterpublic Adapter createParameterTypeAdapter()Creates a new adapter for an object of class 'Parameter 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:
 
- 
createPropertyNameTypeAdapterpublic Adapter createPropertyNameTypeAdapter()Creates a new adapter for an object of class 'Property Name 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:
 
- 
createPropertyTypeAdapterpublic Adapter createPropertyTypeAdapter()Creates a new adapter for an object of class 'Property 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:
 
- 
createQueryExpressionTextTypeAdapterpublic Adapter createQueryExpressionTextTypeAdapter()Creates a new adapter for an object of class 'Query Expression Text 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:
 
- 
createQueryTypeAdapterpublic Adapter createQueryTypeAdapter()Creates a new adapter for an object of class 'Query 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:
 
- 
createReplaceTypeAdapterpublic Adapter createReplaceTypeAdapter()Creates a new adapter for an object of class 'Replace 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:
 
- 
createSimpleFeatureCollectionTypeAdapterpublic Adapter createSimpleFeatureCollectionTypeAdapter()Creates a new adapter for an object of class 'Simple Feature Collection 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:
 
- 
createStoredQueryDescriptionTypeAdapterpublic Adapter createStoredQueryDescriptionTypeAdapter()Creates a new adapter for an object of class 'Stored Query 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:
 
- 
createStoredQueryListItemTypeAdapterpublic Adapter createStoredQueryListItemTypeAdapter()Creates a new adapter for an object of class 'Stored Query List Item 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:
 
- 
createStoredQueryTypeAdapterpublic Adapter createStoredQueryTypeAdapter()Creates a new adapter for an object of class 'Stored Query 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:
 
- 
createTitleTypeAdapterpublic Adapter createTitleTypeAdapter()Creates a new adapter for an object of class 'Title 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:
 
- 
createTransactionResponseTypeAdapterpublic Adapter createTransactionResponseTypeAdapter()Creates a new adapter for an object of class 'Transaction 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:
 
- 
createTransactionSummaryTypeAdapterpublic Adapter createTransactionSummaryTypeAdapter()Creates a new adapter for an object of class 'Transaction 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:
 
- 
createTransactionTypeAdapterpublic Adapter createTransactionTypeAdapter()Creates a new adapter for an object of class 'Transaction 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:
 
- 
createTruncatedResponseTypeAdapterpublic Adapter createTruncatedResponseTypeAdapter()Creates a new adapter for an object of class 'Truncated 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:
 
- 
createTupleTypeAdapterpublic Adapter createTupleTypeAdapter()Creates a new adapter for an object of class 'Tuple 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:
 
- 
createUpdateTypeAdapterpublic Adapter createUpdateTypeAdapter()Creates a new adapter for an object of class 'Update 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:
 
- 
createValueCollectionTypeAdapterpublic Adapter createValueCollectionTypeAdapter()Creates a new adapter for an object of class 'Value Collection 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:
 
- 
createValueListTypeAdapterpublic Adapter createValueListTypeAdapter()Creates a new adapter for an object of class 'Value List 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:
 
- 
createValueReferenceTypeAdapterpublic Adapter createValueReferenceTypeAdapter()Creates a new adapter for an object of class 'Value 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:
 
- 
createWFSCapabilitiesTypeAdapterpublic Adapter createWFSCapabilitiesTypeAdapter()Creates a new adapter for an object of class 'WFS 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:
 
- 
createWSDLTypeAdapterpublic 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:
 
- 
createOws11_GetCapabilitiesTypeAdapterpublic Adapter createOws11_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:
 
- 
createAbstractQueryExpressionTypeAdapterpublic Adapter createAbstractQueryExpressionTypeAdapter()Creates a new adapter for an object of class 'Abstract Query Expression 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:
 
- 
createAbstractAdhocQueryExpressionTypeAdapterpublic Adapter createAbstractAdhocQueryExpressionTypeAdapter()Creates a new adapter for an object of class 'Abstract Adhoc Query Expression 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:
 
- 
createCapabilitiesBaseTypeAdapterpublic 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:
 
- 
createEObjectAdapterpublic Adapter createEObjectAdapter()Creates a new adapter for the default case. This default implementation returns null.- Returns:
- the new adapter.
 
 
-