Package net.opengis.wcs10.util
Class Wcs10Switch
Object
Wcs10Switch
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 Description Base Type'.Returns the result of interpreting the object as an instance of 'Abstract Description Type'.Returns the result of interpreting the object as an instance of 'Abstract Geometry Base Type'.Returns the result of interpreting the object as an instance of 'Abstract Geometry Type'.caseAbstractGMLType
(AbstractGMLType object) Returns the result of interpreting the object as an instance of 'Abstract GML Type'.caseAddressType
(AddressType object) Returns the result of interpreting the object as an instance of 'Address Type'.Returns the result of interpreting the object as an instance of 'Axis Description Type'.Returns the result of interpreting the object as an instance of 'Axis Description Type1'.caseAxisSubsetType
(AxisSubsetType object) Returns the result of interpreting the object as an instance of 'Axis Subset Type'.caseContactType
(ContactType object) Returns the result of interpreting the object as an instance of 'Contact Type'.Returns the result of interpreting the object as an instance of 'Content Metadata Type'.Returns the result of interpreting the object as an instance of 'Coverage Description Type'.Returns the result of interpreting the object as an instance of 'Coverage Offering Brief Type'.Returns the result of interpreting the object as an instance of 'Coverage Offering Type'.caseDCPTypeType
(DCPTypeType object) Returns the result of interpreting the object as an instance of 'DCP Type Type'.Returns the result of interpreting the object as an instance of 'Describe Coverage Type'.Returns the result of interpreting the object as an instance of 'Describe Coverage Type1'.caseDocumentRoot
(DocumentRoot object) Returns the result of interpreting the object as an instance of 'Document Root'.caseDomainSetType
(DomainSetType object) Returns the result of interpreting the object as an instance of 'Domain Set Type'.caseDomainSubsetType
(DomainSubsetType object) Returns the result of interpreting the object as an instance of 'Domain Subset Type'.caseEnvelopeType
(EnvelopeType object) Returns the result of interpreting the object as an instance of 'Envelope Type'.caseExceptionType
(ExceptionType object) Returns the result of interpreting the object as an instance of 'Exception 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 'Get Capabilities Type1'.caseGetCoverageType
(GetCoverageType object) Returns the result of interpreting the object as an instance of 'Get Coverage Type'.caseGetCoverageType1
(GetCoverageType1 object) Returns the result of interpreting the object as an instance of 'Get Coverage Type1'.caseGetType
(GetType object) Returns the result of interpreting the object as an instance of 'Get Type'.caseHTTPType
(HTTPType object) Returns the result of interpreting the object as an instance of 'HTTP Type'.caseIntervalType
(IntervalType object) Returns the result of interpreting the object as an instance of 'Interval Type'.caseKeywordsType
(KeywordsType object) Returns the result of interpreting the object as an instance of 'Keywords Type'.Returns the result of interpreting the object as an instance of 'Lon Lat Envelope Base Type'.Returns the result of interpreting the object as an instance of 'Lon Lat Envelope Type'.Returns the result of interpreting the object as an instance of 'Metadata Association Type'.caseMetadataLinkType
(MetadataLinkType object) Returns the result of interpreting the object as an instance of 'Metadata Link Type'.Returns the result of interpreting the object as an instance of 'Meta Data Property Type'.Returns the result of interpreting the object as an instance of 'Online Resource Type'.caseOutputType
(OutputType object) Returns the result of interpreting the object as an instance of 'Output Type'.casePostType
(PostType object) Returns the result of interpreting the object as an instance of 'Post Type'.caseRangeSetType
(RangeSetType object) Returns the result of interpreting the object as an instance of 'Range Set Type'.caseRangeSetType1
(RangeSetType1 object) Returns the result of interpreting the object as an instance of 'Range Set Type1'.caseRangeSubsetType
(RangeSubsetType object) Returns the result of interpreting the object as an instance of 'Range Subset Type'.caseRequestType
(RequestType object) Returns the result of interpreting the object as an instance of 'Request Type'.Returns the result of interpreting the object as an instance of 'Responsible Party Type'.caseServiceType
(ServiceType object) Returns the result of interpreting the object as an instance of 'Service Type'.Returns the result of interpreting the object as an instance of 'Spatial Domain Type'.Returns the result of interpreting the object as an instance of 'Spatial Subset Type'.Returns the result of interpreting the object as an instance of 'Supported CR Ss Type'.Returns the result of interpreting the object as an instance of 'Supported Formats Type'.Returns the result of interpreting the object as an instance of 'Supported Interpolations Type'.caseTelephoneType
(TelephoneType object) Returns the result of interpreting the object as an instance of 'Telephone Type'.caseTimePeriodType
(TimePeriodType object) Returns the result of interpreting the object as an instance of 'Time Period Type'.caseTimeSequenceType
(TimeSequenceType object) Returns the result of interpreting the object as an instance of 'Time Sequence Type'.caseTypedLiteralType
(TypedLiteralType object) Returns the result of interpreting the object as an instance of 'Typed Literal Type'.Returns the result of interpreting the object as an instance of 'Value Enum Base Type'.caseValueEnumType
(ValueEnumType object) Returns the result of interpreting the object as an instance of 'Value Enum Type'.caseValueRangeType
(ValueRangeType object) Returns the result of interpreting the object as an instance of 'Value Range Type'.caseValuesType
(ValuesType object) Returns the result of interpreting the object as an instance of 'Values Type'.Returns the result of interpreting the object as an instance of 'Vendor Specific Capabilities Type'.Returns the result of interpreting the object as an instance of 'WCS Capabilities Type'.Returns the result of interpreting the object as an instance of 'WCS Capability Type'.defaultCase
(EObject object) Returns the result of interpreting the object as an instance of 'EObject'.protected Object
doSwitch
(int classifierID, EObject theEObject) CallscaseXXX
for each class of the model until one returns a non null result; it yields that result.protected Object
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
-
Wcs10Switch
public Wcs10Switch()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.
-
caseAbstractDescriptionBaseType
Returns the result of interpreting the object as an instance of 'Abstract Description 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 Description Base Type'.
- See Also:
-
caseAbstractDescriptionType
Returns the result of interpreting the object as an instance of 'Abstract 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 'Abstract Description Type'.
- See Also:
-
caseAddressType
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:
-
caseAxisDescriptionType
Returns the result of interpreting the object as an instance of 'Axis 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 'Axis Description Type'.
- See Also:
-
caseAxisDescriptionType1
Returns the result of interpreting the object as an instance of 'Axis Description Type1'. 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 'Axis Description Type1'.
- See Also:
-
caseAxisSubsetType
Returns the result of interpreting the object as an instance of 'Axis 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 'Axis Subset Type'.
- See Also:
-
caseContactType
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:
-
caseContentMetadataType
Returns the result of interpreting the object as an instance of 'Content 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 'Content Metadata Type'.
- See Also:
-
caseCoverageDescriptionType
Returns the result of interpreting the object as an instance of 'Coverage 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 'Coverage Description Type'.
- See Also:
-
caseCoverageOfferingBriefType
Returns the result of interpreting the object as an instance of 'Coverage Offering Brief 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 'Coverage Offering Brief Type'.
- See Also:
-
caseCoverageOfferingType
Returns the result of interpreting the object as an instance of 'Coverage Offering 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 'Coverage Offering Type'.
- See Also:
-
caseDCPTypeType
Returns the result of interpreting the object as an instance of 'DCP 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 'DCP Type Type'.
- See Also:
-
caseDescribeCoverageType
Returns the result of interpreting the object as an instance of 'Describe Coverage 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 Coverage Type'.
- See Also:
-
caseDescribeCoverageType1
Returns the result of interpreting the object as an instance of 'Describe Coverage Type1'. 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 Coverage Type1'.
- 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:
-
caseDomainSetType
Returns the result of interpreting the object as an instance of 'Domain Set 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 Set Type'.
- See Also:
-
caseDomainSubsetType
Returns the result of interpreting the object as an instance of 'Domain 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 'Domain Subset Type'.
- See Also:
-
caseExceptionType
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:
-
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:
-
caseGetCapabilitiesType1
Returns the result of interpreting the object as an instance of 'Get Capabilities Type1'. 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 Type1'.
- See Also:
-
caseGetCoverageType
Returns the result of interpreting the object as an instance of 'Get Coverage 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 Coverage Type'.
- See Also:
-
caseGetCoverageType1
Returns the result of interpreting the object as an instance of 'Get Coverage Type1'. 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 Coverage Type1'.
- See Also:
-
caseGetType
Returns the result of interpreting the object as an instance of 'Get 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 Type'.
- See Also:
-
caseHTTPType
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:
-
caseIntervalType
Returns the result of interpreting the object as an instance of 'Interval 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 'Interval Type'.
- See Also:
-
caseKeywordsType
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:
-
caseLonLatEnvelopeBaseType
Returns the result of interpreting the object as an instance of 'Lon Lat Envelope 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 'Lon Lat Envelope Base Type'.
- See Also:
-
caseLonLatEnvelopeType
Returns the result of interpreting the object as an instance of 'Lon Lat Envelope 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 'Lon Lat Envelope Type'.
- See Also:
-
caseMetadataAssociationType
Returns the result of interpreting the object as an instance of 'Metadata Association 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 Association Type'.
- See Also:
-
caseMetadataLinkType
Returns the result of interpreting the object as an instance of 'Metadata Link 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 Link Type'.
- See Also:
-
caseOnlineResourceType
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:
-
caseOutputType
Returns the result of interpreting the object as an instance of 'Output 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 Type'.
- See Also:
-
casePostType
Returns the result of interpreting the object as an instance of 'Post 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 'Post Type'.
- See Also:
-
caseRangeSetType
Returns the result of interpreting the object as an instance of 'Range Set 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 Set Type'.
- See Also:
-
caseRangeSetType1
Returns the result of interpreting the object as an instance of 'Range Set Type1'. 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 Set Type1'.
- See Also:
-
caseRangeSubsetType
Returns the result of interpreting the object as an instance of 'Range 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 'Range Subset Type'.
- See Also:
-
caseRequestType
Returns the result of interpreting the object as an instance of '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 'Request Type'.
- See Also:
-
caseResponsiblePartyType
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:
-
caseServiceType
Returns the result of interpreting the object as an instance of 'Service 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 Type'.
- See Also:
-
caseSpatialDomainType
Returns the result of interpreting the object as an instance of 'Spatial 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 'Spatial Domain Type'.
- See Also:
-
caseSpatialSubsetType
Returns the result of interpreting the object as an instance of 'Spatial 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 'Spatial Subset Type'.
- See Also:
-
caseSupportedCRSsType
Returns the result of interpreting the object as an instance of 'Supported CR Ss 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 'Supported CR Ss Type'.
- See Also:
-
caseSupportedFormatsType
Returns the result of interpreting the object as an instance of 'Supported 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 'Supported Formats Type'.
- See Also:
-
caseSupportedInterpolationsType
Returns the result of interpreting the object as an instance of 'Supported Interpolations 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 'Supported Interpolations Type'.
- See Also:
-
caseTelephoneType
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:
-
caseTimePeriodType
Returns the result of interpreting the object as an instance of 'Time Period 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 'Time Period Type'.
- See Also:
-
caseTimeSequenceType
Returns the result of interpreting the object as an instance of 'Time Sequence 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 'Time Sequence Type'.
- See Also:
-
caseTypedLiteralType
Returns the result of interpreting the object as an instance of 'Typed Literal 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 'Typed Literal Type'.
- See Also:
-
caseValueEnumBaseType
Returns the result of interpreting the object as an instance of 'Value Enum 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 'Value Enum Base Type'.
- See Also:
-
caseValueEnumType
Returns the result of interpreting the object as an instance of 'Value Enum 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 Enum Type'.
- See Also:
-
caseValueRangeType
Returns the result of interpreting the object as an instance of 'Value 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 'Value Range Type'.
- See Also:
-
caseValuesType
Returns the result of interpreting the object as an instance of '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 'Values Type'.
- See Also:
-
caseVendorSpecificCapabilitiesType
Returns the result of interpreting the object as an instance of 'Vendor Specific 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 'Vendor Specific Capabilities Type'.
- See Also:
-
caseWCSCapabilitiesType
Returns the result of interpreting the object as an instance of 'WCS 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 'WCS Capabilities Type'.
- See Also:
-
caseWCSCapabilityType
Returns the result of interpreting the object as an instance of 'WCS Capability 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 'WCS Capability Type'.
- See Also:
-
caseAbstractGMLType
Returns the result of interpreting the object as an instance of 'Abstract GML 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 GML Type'.
- See Also:
-
caseAbstractGeometryBaseType
Returns the result of interpreting the object as an instance of 'Abstract Geometry 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 Geometry Base Type'.
- See Also:
-
caseAbstractGeometryType
Returns the result of interpreting the object as an instance of 'Abstract Geometry 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 Geometry Type'.
- See Also:
-
caseEnvelopeType
Returns the result of interpreting the object as an instance of 'Envelope 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 Type'.
- See Also:
-
caseMetaDataPropertyType
Returns the result of interpreting the object as an instance of 'Meta Data 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 'Meta Data Property 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:
-