|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.opengis.wcs11.util.Wcs111Switch
public class Wcs111Switch
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.
Wcs111Package
Field Summary | |
---|---|
protected static Wcs111Package |
modelPackage
The cached model package |
Constructor Summary | |
---|---|
Wcs111Switch()
Creates an instance of the switch. |
Method Summary | |
---|---|
java.lang.Object |
caseAvailableKeysType(AvailableKeysType object)
Returns the result of interpreting the object as an instance of 'Available Keys Type'. |
java.lang.Object |
caseAxisSubsetType(AxisSubsetType object)
Returns the result of interpreting the object as an instance of 'Axis Subset Type'. |
java.lang.Object |
caseAxisType(AxisType object)
Returns the result of interpreting the object as an instance of 'Axis Type'. |
java.lang.Object |
caseCapabilitiesBaseType(CapabilitiesBaseType object)
Returns the result of interpreting the object as an instance of 'Capabilities Base Type'. |
java.lang.Object |
caseCapabilitiesType(CapabilitiesType object)
Returns the result of interpreting the object as an instance of 'Capabilities Type'. |
java.lang.Object |
caseCodeType(CodeType object)
Returns the result of interpreting the object as an instance of 'Code Type'. |
java.lang.Object |
caseContentsType(ContentsType object)
Returns the result of interpreting the object as an instance of 'Contents Type'. |
java.lang.Object |
caseCoverageDescriptionsType(CoverageDescriptionsType object)
Returns the result of interpreting the object as an instance of 'Coverage Descriptions Type'. |
java.lang.Object |
caseCoverageDescriptionType(CoverageDescriptionType object)
Returns the result of interpreting the object as an instance of 'Coverage Description Type'. |
java.lang.Object |
caseCoverageDomainType(CoverageDomainType object)
Returns the result of interpreting the object as an instance of 'Coverage Domain Type'. |
java.lang.Object |
caseCoveragesType(CoveragesType object)
Returns the result of interpreting the object as an instance of 'Coverages Type'. |
java.lang.Object |
caseCoverageSummaryType(CoverageSummaryType object)
Returns the result of interpreting the object as an instance of 'Coverage Summary Type'. |
java.lang.Object |
caseDescribeCoverageType(DescribeCoverageType object)
Returns the result of interpreting the object as an instance of 'Describe Coverage Type'. |
java.lang.Object |
caseDescriptionType(DescriptionType object)
Returns the result of interpreting the object as an instance of 'Description Type'. |
java.lang.Object |
caseDocumentRoot(DocumentRoot object)
Returns the result of interpreting the object as an instance of 'Document Root'. |
java.lang.Object |
caseDomainSubsetType(DomainSubsetType object)
Returns the result of interpreting the object as an instance of 'Domain Subset Type'. |
java.lang.Object |
caseFieldSubsetType(FieldSubsetType object)
Returns the result of interpreting the object as an instance of 'Field Subset Type'. |
java.lang.Object |
caseFieldType(FieldType object)
Returns the result of interpreting the object as an instance of 'Field Type'. |
java.lang.Object |
caseGetCapabilitiesType_1(GetCapabilitiesType object)
Returns the result of interpreting the object as an instance of 'Get Capabilities Type'. |
java.lang.Object |
caseGetCapabilitiesType(GetCapabilitiesType object)
Returns the result of interpreting the object as an instance of 'Get Capabilities Type'. |
java.lang.Object |
caseGetCoverageType(GetCoverageType object)
Returns the result of interpreting the object as an instance of 'Get Coverage Type'. |
java.lang.Object |
caseGridCrsType(GridCrsType object)
Returns the result of interpreting the object as an instance of 'Grid Crs Type'. |
java.lang.Object |
caseImageCRSRefType(ImageCRSRefType object)
Returns the result of interpreting the object as an instance of 'Image CRS Ref Type'. |
java.lang.Object |
caseInterpolationMethodBaseType(InterpolationMethodBaseType object)
Returns the result of interpreting the object as an instance of 'Interpolation Method Base Type'. |
java.lang.Object |
caseInterpolationMethodsType(InterpolationMethodsType object)
Returns the result of interpreting the object as an instance of 'Interpolation Methods Type'. |
java.lang.Object |
caseInterpolationMethodType(InterpolationMethodType object)
Returns the result of interpreting the object as an instance of 'Interpolation Method Type'. |
java.lang.Object |
caseOutputType(OutputType object)
Returns the result of interpreting the object as an instance of 'Output Type'. |
java.lang.Object |
caseRangeSubsetType(RangeSubsetType object)
Returns the result of interpreting the object as an instance of 'Range Subset Type'. |
java.lang.Object |
caseRangeType(RangeType object)
Returns the result of interpreting the object as an instance of 'Range Type'. |
java.lang.Object |
caseRequestBaseType(RequestBaseType object)
Returns the result of interpreting the object as an instance of 'Request Base Type'. |
java.lang.Object |
caseSpatialDomainType(SpatialDomainType object)
Returns the result of interpreting the object as an instance of 'Spatial Domain Type'. |
java.lang.Object |
caseTimePeriodType(TimePeriodType object)
Returns the result of interpreting the object as an instance of 'Time Period Type'. |
java.lang.Object |
caseTimeSequenceType(TimeSequenceType object)
Returns the result of interpreting the object as an instance of 'Time Sequence Type'. |
java.lang.Object |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'. |
protected java.lang.Object |
doSwitch(org.eclipse.emf.ecore.EClass theEClass,
org.eclipse.emf.ecore.EObject theEObject)
Calls caseXXX for each class of the model until one returns a non null result; it yields that result. |
java.lang.Object |
doSwitch(org.eclipse.emf.ecore.EObject theEObject)
Calls caseXXX for each class of the model until one returns a non null result; it yields that result. |
protected java.lang.Object |
doSwitch(int classifierID,
org.eclipse.emf.ecore.EObject theEObject)
Calls caseXXX for each class of the model until one returns a non null result; it yields that result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static Wcs111Package modelPackage
Constructor Detail |
---|
public Wcs111Switch()
Method Detail |
---|
public java.lang.Object doSwitch(org.eclipse.emf.ecore.EObject theEObject)
caseXXX
for each class of the model until one returns a non null result; it yields that result.
caseXXX
call.protected java.lang.Object doSwitch(org.eclipse.emf.ecore.EClass theEClass, org.eclipse.emf.ecore.EObject theEObject)
caseXXX
for each class of the model until one returns a non null result; it yields that result.
caseXXX
call.protected java.lang.Object doSwitch(int classifierID, org.eclipse.emf.ecore.EObject theEObject)
caseXXX
for each class of the model until one returns a non null result; it yields that result.
caseXXX
call.public java.lang.Object caseAvailableKeysType(AvailableKeysType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseAxisSubsetType(AxisSubsetType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseAxisType(AxisType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseCapabilitiesType(CapabilitiesType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseContentsType(ContentsType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseCoverageDescriptionsType(CoverageDescriptionsType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseCoverageDescriptionType(CoverageDescriptionType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseCoverageDomainType(CoverageDomainType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseCoveragesType(CoveragesType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseCoverageSummaryType(CoverageSummaryType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseDescribeCoverageType(DescribeCoverageType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseDocumentRoot(DocumentRoot object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseDomainSubsetType(DomainSubsetType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseFieldSubsetType(FieldSubsetType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseFieldType(FieldType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseGetCapabilitiesType(GetCapabilitiesType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseGetCoverageType(GetCoverageType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseGridCrsType(GridCrsType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseImageCRSRefType(ImageCRSRefType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseInterpolationMethodBaseType(InterpolationMethodBaseType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseInterpolationMethodsType(InterpolationMethodsType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseInterpolationMethodType(InterpolationMethodType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseOutputType(OutputType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseRangeSubsetType(RangeSubsetType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseRangeType(RangeType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseRequestBaseType(RequestBaseType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseSpatialDomainType(SpatialDomainType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseTimePeriodType(TimePeriodType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseTimeSequenceType(TimeSequenceType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseDescriptionType(DescriptionType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseCapabilitiesBaseType(CapabilitiesBaseType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseGetCapabilitiesType_1(GetCapabilitiesType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseCodeType(CodeType object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object defaultCase(org.eclipse.emf.ecore.EObject object)
object
- the target of the switch.
doSwitch(org.eclipse.emf.ecore.EObject)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |