Package net.opengis.wfs20.util
Class Wfs20Switch<T>
Object
Wfs20Switch<T>
The Switch for the model's inheritance hierarchy. It supports the call
doSwitch(object)
to invoke the caseXXX
method for each class of the model, starting with the actual class of the object and proceeding up the
inheritance hierarchy until a non-null result is returned, which is the result of the switch. - See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'Abstract Adhoc Query Expression Type'.Returns the result of interpreting the object as an instance of 'Abstract Query Expression Type'.Returns the result of interpreting the object as an instance of 'Abstract Transaction Action Type'.caseAbstractType
(AbstractType object) Returns the result of interpreting the object as an instance of 'Abstract Type'.Returns the result of interpreting the object as an instance of 'Action Results Type'.Returns the result of interpreting the object as an instance of 'Additional Objects Type'.Returns the result of interpreting the object as an instance of 'Additional Values Type'.caseBaseRequestType
(BaseRequestType object) Returns the result of interpreting the object as an instance of 'Base Request Type'.Returns the result of interpreting the object as an instance of 'Capabilities Base Type'.Returns the result of interpreting the object as an instance of 'Created Or Modified Feature Type'.Returns the result of interpreting the object as an instance of 'Create Stored Query Response Type'.Returns the result of interpreting the object as an instance of 'Create Stored Query Type'.caseDeleteType
(DeleteType object) Returns the result of interpreting the object as an instance of 'Delete Type'.Returns the result of interpreting the object as an instance of 'Describe Feature Type Type'.Returns the result of interpreting the object as an instance of 'Describe Stored Queries Response Type'.Returns the result of interpreting the object as an instance of 'Describe Stored Queries Type'.caseDocumentRoot
(DocumentRoot object) Returns the result of interpreting the object as an instance of 'Document Root'.Returns the result of interpreting the object as an instance of 'Drop Stored Query Type'.caseElementType
(ElementType object) Returns the result of interpreting the object as an instance of 'Element Type'.caseEmptyType
(EmptyType object) Returns the result of interpreting the object as an instance of 'Empty Type'.Returns the result of interpreting the object as an instance of 'Envelope Property Type'.Returns the result of interpreting the object as an instance of 'Execution Status Type'.Returns the result of interpreting the object as an instance of 'Extended Description Type'.Returns the result of interpreting the object as an instance of 'Feature Collection Type'.Returns the result of interpreting the object as an instance of 'Features Locked Type'.Returns the result of interpreting the object as an instance of 'Features Not Locked Type'.Returns the result of interpreting the object as an instance of 'Feature Type List Type'.caseFeatureTypeType
(FeatureTypeType object) Returns the result of interpreting the object as an instance of 'Feature Type Type'.Returns the result of interpreting the object as an instance of 'Get Capabilities Type'.caseGetFeatureType
(GetFeatureType object) Returns the result of interpreting the object as an instance of 'Get Feature Type'.Returns the result of interpreting the object as an instance of 'Get Feature With Lock Type'.Returns the result of interpreting the object as an instance of 'Get Property Value Type'.caseInsertType
(InsertType object) Returns the result of interpreting the object as an instance of 'Insert Type'.Returns the result of interpreting the object as an instance of 'List Stored Queries Response Type'.Returns the result of interpreting the object as an instance of 'List Stored Queries Type'.Returns the result of interpreting the object as an instance of 'Lock Feature Response Type'.caseLockFeatureType
(LockFeatureType object) Returns the result of interpreting the object as an instance of 'Lock Feature Type'.Returns the result of interpreting the object as an instance of 'Member Property Type'.caseMetadataURLType
(MetadataURLType object) Returns the result of interpreting the object as an instance of 'Metadata URL Type'.caseNativeType
(NativeType object) Returns the result of interpreting the object as an instance of 'Native Type'.caseNoCRSType
(NoCRSType object) Returns the result of interpreting the object as an instance of 'No CRS Type'.Returns the result of interpreting the object as an instance of 'Output Format List Type'.Returns the result of interpreting the object as an instance of 'Get Capabilities Type'.Returns the result of interpreting the object as an instance of 'Parameter Expression Type'.caseParameterType
(ParameterType object) Returns the result of interpreting the object as an instance of 'Parameter Type'.casePropertyNameType
(PropertyNameType object) Returns the result of interpreting the object as an instance of 'Property Name Type'.casePropertyType
(PropertyType object) Returns the result of interpreting the object as an instance of 'Property Type'.Returns the result of interpreting the object as an instance of 'Query Expression Text Type'.caseQueryType
(QueryType object) Returns the result of interpreting the object as an instance of 'Query Type'.caseReplaceType
(ReplaceType object) Returns the result of interpreting the object as an instance of 'Replace Type'.Returns the result of interpreting the object as an instance of 'Simple Feature Collection Type'.Returns the result of interpreting the object as an instance of 'Stored Query Description Type'.Returns the result of interpreting the object as an instance of 'Stored Query List Item Type'.caseStoredQueryType
(StoredQueryType object) Returns the result of interpreting the object as an instance of 'Stored Query Type'.caseTitleType
(TitleType object) Returns the result of interpreting the object as an instance of 'Title Type'.Returns the result of interpreting the object as an instance of 'Transaction Response Type'.Returns the result of interpreting the object as an instance of 'Transaction Summary Type'.caseTransactionType
(TransactionType object) Returns the result of interpreting the object as an instance of 'Transaction Type'.Returns the result of interpreting the object as an instance of 'Truncated Response Type'.caseTupleType
(TupleType object) Returns the result of interpreting the object as an instance of 'Tuple Type'.caseUpdateType
(UpdateType object) Returns the result of interpreting the object as an instance of 'Update Type'.Returns the result of interpreting the object as an instance of 'Value Collection Type'.caseValueListType
(ValueListType object) Returns the result of interpreting the object as an instance of 'Value List Type'.Returns the result of interpreting the object as an instance of 'Value Reference Type'.Returns the result of interpreting the object as an instance of 'WFS Capabilities Type'.caseWSDLType
(WSDLType object) Returns the result of interpreting the object as an instance of 'WSDL Type'.defaultCase
(EObject object) Returns the result of interpreting the object as an instance of 'EObject'.protected T
doSwitch
(int classifierID, EObject theEObject) CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.protected T
doSwitch
(EClass theEClass, EObject theEObject) CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.doSwitch
(EObject theEObject) CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.
-
Field Details
-
modelPackage
The cached model package
-
-
Constructor Details
-
Wfs20Switch
public Wfs20Switch()Creates an instance of the switch.
-
-
Method Details
-
doSwitch
CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.- Returns:
- the first non-null result returned by a
caseXXX
call.
-
doSwitch
CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.- Returns:
- the first non-null result returned by a
caseXXX
call.
-
doSwitch
CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.- Returns:
- the first non-null result returned by a
caseXXX
call.
-
caseAbstractTransactionActionType
Returns the result of interpreting the object as an instance of 'Abstract Transaction Action Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Abstract Transaction Action Type'.
- See Also:
-
caseAbstractType
Returns the result of interpreting the object as an instance of 'Abstract Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Abstract Type'.
- See Also:
-
caseActionResultsType
Returns the result of interpreting the object as an instance of 'Action Results Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Action Results Type'.
- See Also:
-
caseAdditionalObjectsType
Returns the result of interpreting the object as an instance of 'Additional Objects Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Additional Objects Type'.
- See Also:
-
caseAdditionalValuesType
Returns the result of interpreting the object as an instance of 'Additional Values Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Additional Values Type'.
- See Also:
-
caseBaseRequestType
Returns the result of interpreting the object as an instance of 'Base Request Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Base Request Type'.
- See Also:
-
caseCreatedOrModifiedFeatureType
Returns the result of interpreting the object as an instance of 'Created Or Modified Feature Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Created Or Modified Feature Type'.
- See Also:
-
caseCreateStoredQueryResponseType
Returns the result of interpreting the object as an instance of 'Create Stored Query Response Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Create Stored Query Response Type'.
- See Also:
-
caseCreateStoredQueryType
Returns the result of interpreting the object as an instance of 'Create Stored Query Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Create Stored Query Type'.
- See Also:
-
caseDeleteType
Returns the result of interpreting the object as an instance of 'Delete Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Delete Type'.
- See Also:
-
caseDescribeFeatureTypeType
Returns the result of interpreting the object as an instance of 'Describe Feature Type Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Describe Feature Type Type'.
- See Also:
-
caseDescribeStoredQueriesResponseType
Returns the result of interpreting the object as an instance of 'Describe Stored Queries Response Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Describe Stored Queries Response Type'.
- See Also:
-
caseDescribeStoredQueriesType
Returns the result of interpreting the object as an instance of 'Describe Stored Queries Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Describe Stored Queries Type'.
- See Also:
-
caseDocumentRoot
Returns the result of interpreting the object as an instance of 'Document Root'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Document Root'.
- See Also:
-
caseDropStoredQueryType
Returns the result of interpreting the object as an instance of 'Drop Stored Query Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Drop Stored Query Type'.
- See Also:
-
caseElementType
Returns the result of interpreting the object as an instance of 'Element Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Element Type'.
- See Also:
-
caseEmptyType
Returns the result of interpreting the object as an instance of 'Empty Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Empty Type'.
- See Also:
-
caseEnvelopePropertyType
Returns the result of interpreting the object as an instance of 'Envelope Property Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Envelope Property Type'.
- See Also:
-
caseExecutionStatusType
Returns the result of interpreting the object as an instance of 'Execution Status Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Execution Status Type'.
- See Also:
-
caseExtendedDescriptionType
Returns the result of interpreting the object as an instance of 'Extended Description Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Extended Description Type'.
- See Also:
-
caseFeatureCollectionType
Returns the result of interpreting the object as an instance of 'Feature Collection Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Feature Collection Type'.
- See Also:
-
caseFeaturesLockedType
Returns the result of interpreting the object as an instance of 'Features Locked Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Features Locked Type'.
- See Also:
-
caseFeaturesNotLockedType
Returns the result of interpreting the object as an instance of 'Features Not Locked Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Features Not Locked Type'.
- See Also:
-
caseFeatureTypeListType
Returns the result of interpreting the object as an instance of 'Feature Type List Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Feature Type List Type'.
- See Also:
-
caseFeatureTypeType
Returns the result of interpreting the object as an instance of 'Feature Type Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Feature Type Type'.
- See Also:
-
caseGetCapabilitiesType
Returns the result of interpreting the object as an instance of 'Get Capabilities Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Get Capabilities Type'.
- See Also:
-
caseGetFeatureType
Returns the result of interpreting the object as an instance of 'Get Feature Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Get Feature Type'.
- See Also:
-
caseGetFeatureWithLockType
Returns the result of interpreting the object as an instance of 'Get Feature With Lock Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Get Feature With Lock Type'.
- See Also:
-
caseGetPropertyValueType
Returns the result of interpreting the object as an instance of 'Get Property Value Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Get Property Value Type'.
- See Also:
-
caseInsertType
Returns the result of interpreting the object as an instance of 'Insert Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Insert Type'.
- See Also:
-
caseListStoredQueriesResponseType
Returns the result of interpreting the object as an instance of 'List Stored Queries Response Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'List Stored Queries Response Type'.
- See Also:
-
caseListStoredQueriesType
Returns the result of interpreting the object as an instance of 'List Stored Queries Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'List Stored Queries Type'.
- See Also:
-
caseLockFeatureResponseType
Returns the result of interpreting the object as an instance of 'Lock Feature Response Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Lock Feature Response Type'.
- See Also:
-
caseLockFeatureType
Returns the result of interpreting the object as an instance of 'Lock Feature Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Lock Feature Type'.
- See Also:
-
caseMemberPropertyType
Returns the result of interpreting the object as an instance of 'Member Property Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Member Property Type'.
- See Also:
-
caseMetadataURLType
Returns the result of interpreting the object as an instance of 'Metadata URL Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Metadata URL Type'.
- See Also:
-
caseNativeType
Returns the result of interpreting the object as an instance of 'Native Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Native Type'.
- See Also:
-
caseNoCRSType
Returns the result of interpreting the object as an instance of 'No CRS Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'No CRS Type'.
- See Also:
-
caseOutputFormatListType
Returns the result of interpreting the object as an instance of 'Output Format List Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Output Format List Type'.
- See Also:
-
caseParameterExpressionType
Returns the result of interpreting the object as an instance of 'Parameter Expression Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Parameter Expression Type'.
- See Also:
-
caseParameterType
Returns the result of interpreting the object as an instance of 'Parameter Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Parameter Type'.
- See Also:
-
casePropertyNameType
Returns the result of interpreting the object as an instance of 'Property Name Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Property Name Type'.
- See Also:
-
casePropertyType
Returns the result of interpreting the object as an instance of 'Property Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Property Type'.
- See Also:
-
caseQueryExpressionTextType
Returns the result of interpreting the object as an instance of 'Query Expression Text Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Query Expression Text Type'.
- See Also:
-
caseQueryType
Returns the result of interpreting the object as an instance of 'Query Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Query Type'.
- See Also:
-
caseReplaceType
Returns the result of interpreting the object as an instance of 'Replace Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Replace Type'.
- See Also:
-
caseSimpleFeatureCollectionType
Returns the result of interpreting the object as an instance of 'Simple Feature Collection Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Simple Feature Collection Type'.
- See Also:
-
caseStoredQueryDescriptionType
Returns the result of interpreting the object as an instance of 'Stored Query Description Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Stored Query Description Type'.
- See Also:
-
caseStoredQueryListItemType
Returns the result of interpreting the object as an instance of 'Stored Query List Item Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Stored Query List Item Type'.
- See Also:
-
caseStoredQueryType
Returns the result of interpreting the object as an instance of 'Stored Query Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Stored Query Type'.
- See Also:
-
caseTitleType
Returns the result of interpreting the object as an instance of 'Title Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Title Type'.
- See Also:
-
caseTransactionResponseType
Returns the result of interpreting the object as an instance of 'Transaction Response Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Transaction Response Type'.
- See Also:
-
caseTransactionSummaryType
Returns the result of interpreting the object as an instance of 'Transaction Summary Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Transaction Summary Type'.
- See Also:
-
caseTransactionType
Returns the result of interpreting the object as an instance of 'Transaction Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Transaction Type'.
- See Also:
-
caseTruncatedResponseType
Returns the result of interpreting the object as an instance of 'Truncated Response Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Truncated Response Type'.
- See Also:
-
caseTupleType
Returns the result of interpreting the object as an instance of 'Tuple Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Tuple Type'.
- See Also:
-
caseUpdateType
Returns the result of interpreting the object as an instance of 'Update Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Update Type'.
- See Also:
-
caseValueCollectionType
Returns the result of interpreting the object as an instance of 'Value Collection Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Value Collection Type'.
- See Also:
-
caseValueListType
Returns the result of interpreting the object as an instance of 'Value List Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Value List Type'.
- See Also:
-
caseValueReferenceType
Returns the result of interpreting the object as an instance of 'Value Reference Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Value Reference Type'.
- See Also:
-
caseWFSCapabilitiesType
Returns the result of interpreting the object as an instance of 'WFS Capabilities Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'WFS Capabilities Type'.
- See Also:
-
caseWSDLType
Returns the result of interpreting the object as an instance of 'WSDL Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'WSDL Type'.
- See Also:
-
caseOws11_GetCapabilitiesType
Returns the result of interpreting the object as an instance of 'Get Capabilities Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Get Capabilities Type'.
- See Also:
-
caseAbstractQueryExpressionType
Returns the result of interpreting the object as an instance of 'Abstract Query Expression Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Abstract Query Expression Type'.
- See Also:
-
caseAbstractAdhocQueryExpressionType
Returns the result of interpreting the object as an instance of 'Abstract Adhoc Query Expression Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Abstract Adhoc Query Expression Type'.
- See Also:
-
caseCapabilitiesBaseType
Returns the result of interpreting the object as an instance of 'Capabilities Base Type'. This implementation returns null; returning a non-null result will terminate the switch.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Capabilities Base Type'.
- See Also:
-
defaultCase
Returns the result of interpreting the object as an instance of 'EObject'. This implementation returns null; returning a non-null result will terminate the switch, but this is the last case anyway.- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'EObject'.
- See Also:
-