Package net.opengis.ows11.util
Class Ows11Switch
- Object
- 
- Ows11Switch
 
- 
 public class Ows11Switch extends Object The Switch for the model's inheritance hierarchy. It supports the calldoSwitch(object)to invoke thecaseXXXmethod 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:
- Ows11Package
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static Ows11PackagemodelPackageThe cached model package
 - 
Constructor SummaryConstructors Constructor Description Ows11Switch()Creates an instance of the switch.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectcaseAbstractReferenceBaseType(AbstractReferenceBaseType object)Returns the result of interpreting the object as an instance of 'Abstract Reference Base Type'.ObjectcaseAcceptFormatsType(AcceptFormatsType object)Returns the result of interpreting the object as an instance of 'Accept Formats Type'.ObjectcaseAcceptVersionsType(AcceptVersionsType object)Returns the result of interpreting the object as an instance of 'Accept Versions Type'.ObjectcaseAddressType(AddressType object)Returns the result of interpreting the object as an instance of 'Address Type'.ObjectcaseAllowedValuesType(AllowedValuesType object)Returns the result of interpreting the object as an instance of 'Allowed Values Type'.ObjectcaseAnyValueType(AnyValueType object)Returns the result of interpreting the object as an instance of 'Any Value Type'.ObjectcaseBasicIdentificationType(BasicIdentificationType object)Returns the result of interpreting the object as an instance of 'Basic Identification Type'.ObjectcaseBoundingBoxType(BoundingBoxType object)Returns the result of interpreting the object as an instance of 'Bounding Box Type'.ObjectcaseCapabilitiesBaseType(CapabilitiesBaseType object)Returns the result of interpreting the object as an instance of 'Capabilities Base Type'.ObjectcaseCodeType(CodeType object)Returns the result of interpreting the object as an instance of 'Code Type'.ObjectcaseContactType(ContactType object)Returns the result of interpreting the object as an instance of 'Contact Type'.ObjectcaseContentsBaseType(ContentsBaseType object)Returns the result of interpreting the object as an instance of 'Contents Base Type'.ObjectcaseDatasetDescriptionSummaryBaseType(DatasetDescriptionSummaryBaseType object)Returns the result of interpreting the object as an instance of 'Dataset Description Summary Base Type'.ObjectcaseDCPType(DCPType object)Returns the result of interpreting the object as an instance of 'DCP Type'.ObjectcaseDescriptionType(DescriptionType object)Returns the result of interpreting the object as an instance of 'Description Type'.ObjectcaseDocumentRoot(DocumentRoot object)Returns the result of interpreting the object as an instance of 'Document Root'.ObjectcaseDomainMetadataType(DomainMetadataType object)Returns the result of interpreting the object as an instance of 'Domain Metadata Type'.ObjectcaseDomainType(DomainType object)Returns the result of interpreting the object as an instance of 'Domain Type'.ObjectcaseExceptionReportType(ExceptionReportType object)Returns the result of interpreting the object as an instance of 'Exception Report Type'.ObjectcaseExceptionType(ExceptionType object)Returns the result of interpreting the object as an instance of 'Exception Type'.ObjectcaseGetCapabilitiesType(GetCapabilitiesType object)Returns the result of interpreting the object as an instance of 'Get Capabilities Type'.ObjectcaseGetResourceByIdType(GetResourceByIdType object)Returns the result of interpreting the object as an instance of 'Get Resource By Id Type'.ObjectcaseHTTPType(HTTPType object)Returns the result of interpreting the object as an instance of 'HTTP Type'.ObjectcaseIdentificationType(IdentificationType object)Returns the result of interpreting the object as an instance of 'Identification Type'.ObjectcaseKeywordsType(KeywordsType object)Returns the result of interpreting the object as an instance of 'Keywords Type'.ObjectcaseLanguageStringType(LanguageStringType object)Returns the result of interpreting the object as an instance of 'Language String Type'.ObjectcaseManifestType(ManifestType object)Returns the result of interpreting the object as an instance of 'Manifest Type'.ObjectcaseMetadataType(MetadataType object)Returns the result of interpreting the object as an instance of 'Metadata Type'.ObjectcaseNoValuesType(NoValuesType object)Returns the result of interpreting the object as an instance of 'No Values Type'.ObjectcaseOnlineResourceType(OnlineResourceType object)Returns the result of interpreting the object as an instance of 'Online Resource Type'.ObjectcaseOperationsMetadataType(OperationsMetadataType object)Returns the result of interpreting the object as an instance of 'Operations Metadata Type'.ObjectcaseOperationType(OperationType object)Returns the result of interpreting the object as an instance of 'Operation Type'.ObjectcaseRangeType(RangeType object)Returns the result of interpreting the object as an instance of 'Range Type'.ObjectcaseReferenceGroupType(ReferenceGroupType object)Returns the result of interpreting the object as an instance of 'Reference Group Type'.ObjectcaseReferenceType(ReferenceType object)Returns the result of interpreting the object as an instance of 'Reference Type'.ObjectcaseRequestMethodType(RequestMethodType object)Returns the result of interpreting the object as an instance of 'Request Method Type'.ObjectcaseResponsiblePartySubsetType(ResponsiblePartySubsetType object)Returns the result of interpreting the object as an instance of 'Responsible Party Subset Type'.ObjectcaseResponsiblePartyType(ResponsiblePartyType object)Returns the result of interpreting the object as an instance of 'Responsible Party Type'.ObjectcaseSectionsType(SectionsType object)Returns the result of interpreting the object as an instance of 'Sections Type'.ObjectcaseServiceIdentificationType(ServiceIdentificationType object)Returns the result of interpreting the object as an instance of 'Service Identification Type'.ObjectcaseServiceProviderType(ServiceProviderType object)Returns the result of interpreting the object as an instance of 'Service Provider Type'.ObjectcaseServiceReferenceType(ServiceReferenceType object)Returns the result of interpreting the object as an instance of 'Service Reference Type'.ObjectcaseTelephoneType(TelephoneType object)Returns the result of interpreting the object as an instance of 'Telephone Type'.ObjectcaseUnNamedDomainType(UnNamedDomainType object)Returns the result of interpreting the object as an instance of 'Un Named Domain Type'.ObjectcaseValuesReferenceType(ValuesReferenceType object)Returns the result of interpreting the object as an instance of 'Values Reference Type'.ObjectcaseValueType(ValueType object)Returns the result of interpreting the object as an instance of 'Value Type'.ObjectcaseWGS84BoundingBoxType(WGS84BoundingBoxType object)Returns the result of interpreting the object as an instance of 'WGS84 Bounding Box Type'.ObjectdefaultCase(EObject object)Returns the result of interpreting the object as an instance of 'EObject'.protected ObjectdoSwitch(int classifierID, EObject theEObject)CallscaseXXXfor each class of the model until one returns a non null result; it yields that result.protected ObjectdoSwitch(EClass theEClass, EObject theEObject)CallscaseXXXfor each class of the model until one returns a non null result; it yields that result.ObjectdoSwitch(EObject theEObject)CallscaseXXXfor each class of the model until one returns a non null result; it yields that result.
 
- 
- 
- 
Field Detail- 
modelPackageprotected static Ows11Package modelPackage The cached model package
 
- 
 - 
Method Detail- 
doSwitchpublic Object doSwitch(EObject theEObject) CallscaseXXXfor 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 caseXXXcall.
 
 - 
doSwitchprotected Object doSwitch(EClass theEClass, EObject theEObject) CallscaseXXXfor 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 caseXXXcall.
 
 - 
doSwitchprotected Object doSwitch(int classifierID, EObject theEObject) CallscaseXXXfor 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 caseXXXcall.
 
 - 
caseAbstractReferenceBaseTypepublic Object caseAbstractReferenceBaseType(AbstractReferenceBaseType object) Returns the result of interpreting the object as an instance of 'Abstract Reference 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 'Abstract Reference Base Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseAcceptFormatsTypepublic Object caseAcceptFormatsType(AcceptFormatsType object) Returns the result of interpreting the object as an instance of 'Accept Formats 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 'Accept Formats Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseAcceptVersionsTypepublic Object caseAcceptVersionsType(AcceptVersionsType object) Returns the result of interpreting the object as an instance of 'Accept Versions 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 'Accept Versions Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseAddressTypepublic Object caseAddressType(AddressType object) Returns the result of interpreting the object as an instance of 'Address 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 'Address Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseAllowedValuesTypepublic Object caseAllowedValuesType(AllowedValuesType object) Returns the result of interpreting the object as an instance of 'Allowed 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 'Allowed Values Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseAnyValueTypepublic Object caseAnyValueType(AnyValueType object) Returns the result of interpreting the object as an instance of 'Any 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 'Any Value Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseBasicIdentificationTypepublic Object caseBasicIdentificationType(BasicIdentificationType object) Returns the result of interpreting the object as an instance of 'Basic Identification 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 'Basic Identification Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseBoundingBoxTypepublic Object caseBoundingBoxType(BoundingBoxType object) Returns the result of interpreting the object as an instance of 'Bounding Box 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 'Bounding Box Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseCapabilitiesBaseTypepublic Object caseCapabilitiesBaseType(CapabilitiesBaseType object) 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:
- doSwitch(EObject)
 
 - 
caseCodeTypepublic Object caseCodeType(CodeType object) Returns the result of interpreting the object as an instance of 'Code 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 'Code Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseContactTypepublic Object caseContactType(ContactType object) Returns the result of interpreting the object as an instance of 'Contact 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 'Contact Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseContentsBaseTypepublic Object caseContentsBaseType(ContentsBaseType object) Returns the result of interpreting the object as an instance of 'Contents 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 'Contents Base Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseDatasetDescriptionSummaryBaseTypepublic Object caseDatasetDescriptionSummaryBaseType(DatasetDescriptionSummaryBaseType object) Returns the result of interpreting the object as an instance of 'Dataset Description Summary 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 'Dataset Description Summary Base Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseDCPTypepublic Object caseDCPType(DCPType object) Returns the result of interpreting the object as an instance of 'DCP 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 'DCP Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseDescriptionTypepublic Object caseDescriptionType(DescriptionType object) Returns the result of interpreting the object as an instance of '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 'Description Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseDocumentRootpublic Object caseDocumentRoot(DocumentRoot object) 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:
- doSwitch(EObject)
 
 - 
caseDomainMetadataTypepublic Object caseDomainMetadataType(DomainMetadataType object) Returns the result of interpreting the object as an instance of 'Domain Metadata 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 'Domain Metadata Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseDomainTypepublic Object caseDomainType(DomainType object) Returns the result of interpreting the object as an instance of 'Domain 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 'Domain Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseExceptionReportTypepublic Object caseExceptionReportType(ExceptionReportType object) Returns the result of interpreting the object as an instance of 'Exception Report 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 'Exception Report Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseExceptionTypepublic Object caseExceptionType(ExceptionType object) Returns the result of interpreting the object as an instance of 'Exception 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 'Exception Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseGetCapabilitiesTypepublic Object caseGetCapabilitiesType(GetCapabilitiesType object) 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:
- doSwitch(EObject)
 
 - 
caseGetResourceByIdTypepublic Object caseGetResourceByIdType(GetResourceByIdType object) Returns the result of interpreting the object as an instance of 'Get Resource By Id 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 Resource By Id Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseHTTPTypepublic Object caseHTTPType(HTTPType object) Returns the result of interpreting the object as an instance of 'HTTP 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 'HTTP Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseIdentificationTypepublic Object caseIdentificationType(IdentificationType object) Returns the result of interpreting the object as an instance of 'Identification 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 'Identification Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseKeywordsTypepublic Object caseKeywordsType(KeywordsType object) Returns the result of interpreting the object as an instance of 'Keywords 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 'Keywords Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseLanguageStringTypepublic Object caseLanguageStringType(LanguageStringType object) Returns the result of interpreting the object as an instance of 'Language String 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 'Language String Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseManifestTypepublic Object caseManifestType(ManifestType object) Returns the result of interpreting the object as an instance of 'Manifest 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 'Manifest Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseMetadataTypepublic Object caseMetadataType(MetadataType object) Returns the result of interpreting the object as an instance of 'Metadata 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 Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseNoValuesTypepublic Object caseNoValuesType(NoValuesType object) Returns the result of interpreting the object as an instance of 'No 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 'No Values Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseOnlineResourceTypepublic Object caseOnlineResourceType(OnlineResourceType object) Returns the result of interpreting the object as an instance of 'Online Resource 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 'Online Resource Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseOperationsMetadataTypepublic Object caseOperationsMetadataType(OperationsMetadataType object) Returns the result of interpreting the object as an instance of 'Operations Metadata 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 'Operations Metadata Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseOperationTypepublic Object caseOperationType(OperationType object) Returns the result of interpreting the object as an instance of 'Operation 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 'Operation Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseRangeTypepublic Object caseRangeType(RangeType object) Returns the result of interpreting the object as an instance of 'Range 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 'Range Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseReferenceGroupTypepublic Object caseReferenceGroupType(ReferenceGroupType object) Returns the result of interpreting the object as an instance of 'Reference Group 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 'Reference Group Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseReferenceTypepublic Object caseReferenceType(ReferenceType object) Returns the result of interpreting the object as an instance of '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 'Reference Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseRequestMethodTypepublic Object caseRequestMethodType(RequestMethodType object) Returns the result of interpreting the object as an instance of 'Request Method 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 'Request Method Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseResponsiblePartySubsetTypepublic Object caseResponsiblePartySubsetType(ResponsiblePartySubsetType object) Returns the result of interpreting the object as an instance of 'Responsible Party Subset 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 'Responsible Party Subset Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseResponsiblePartyTypepublic Object caseResponsiblePartyType(ResponsiblePartyType object) Returns the result of interpreting the object as an instance of 'Responsible Party 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 'Responsible Party Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseSectionsTypepublic Object caseSectionsType(SectionsType object) Returns the result of interpreting the object as an instance of 'Sections 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 'Sections Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseServiceIdentificationTypepublic Object caseServiceIdentificationType(ServiceIdentificationType object) Returns the result of interpreting the object as an instance of 'Service Identification 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 'Service Identification Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseServiceProviderTypepublic Object caseServiceProviderType(ServiceProviderType object) Returns the result of interpreting the object as an instance of 'Service Provider 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 'Service Provider Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseServiceReferenceTypepublic Object caseServiceReferenceType(ServiceReferenceType object) Returns the result of interpreting the object as an instance of 'Service 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 'Service Reference Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseTelephoneTypepublic Object caseTelephoneType(TelephoneType object) Returns the result of interpreting the object as an instance of 'Telephone 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 'Telephone Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseUnNamedDomainTypepublic Object caseUnNamedDomainType(UnNamedDomainType object) Returns the result of interpreting the object as an instance of 'Un Named Domain 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 'Un Named Domain Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseValuesReferenceTypepublic Object caseValuesReferenceType(ValuesReferenceType object) Returns the result of interpreting the object as an instance of 'Values 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 'Values Reference Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseValueTypepublic Object caseValueType(ValueType object) Returns the result of interpreting the object as an instance of '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 'Value Type'.
- See Also:
- doSwitch(EObject)
 
 - 
caseWGS84BoundingBoxTypepublic Object caseWGS84BoundingBoxType(WGS84BoundingBoxType object) Returns the result of interpreting the object as an instance of 'WGS84 Bounding Box 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 'WGS84 Bounding Box Type'.
- See Also:
- doSwitch(EObject)
 
 - 
defaultCasepublic Object defaultCase(EObject object) 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:
- doSwitch(org.eclipse.emf.ecore.EObject)
 
 
- 
 
-