Method Summary |
|
public Object | caseAbstractVersionedFeatureType(AbstractVersionedFeatureType object) Returns the result of interpreting the object as an instance of 'Abstract Versioned Feature Type'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public Object | caseBaseRequestType(BaseRequestType object) 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. |
public Object | caseDeleteElementType(DeleteElementType object) Returns the result of interpreting the object as an instance of 'Delete Element Type'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public Object | caseDescribeFeatureTypeType(DescribeFeatureTypeType object) 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. |
public Object | caseDescribeVersionedFeatureTypeType(DescribeVersionedFeatureTypeType object) Returns the result of interpreting the object as an instance of 'Describe Versioned Feature Type Type'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public Object | caseDifferenceQueryType(DifferenceQueryType object) Returns the result of interpreting the object as an instance of 'Difference Query Type'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public 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. |
public Object | caseFeatureCollectionType(FeatureCollectionType object) 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. |
public Object | caseGetDiffType(GetDiffType object) Returns the result of interpreting the object as an instance of 'Get Diff Type'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public Object | caseGetFeatureType(GetFeatureType object) 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. |
public Object | caseGetLogType(GetLogType object) Returns the result of interpreting the object as an instance of 'Get Log Type'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public Object | caseGetVersionedFeatureType(GetVersionedFeatureType object) Returns the result of interpreting the object as an instance of 'Get Versioned Feature Type'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public Object | caseNativeType(NativeType object) 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. |
public Object | caseRollbackType(RollbackType object) Returns the result of interpreting the object as an instance of 'Rollback Type'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public Object | caseUpdateElementType(UpdateElementType object) Returns the result of interpreting the object as an instance of 'Update Element Type'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public Object | caseVersionedDeleteElementType(VersionedDeleteElementType object) Returns the result of interpreting the object as an instance of 'Versioned Delete Element Type'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public Object | caseVersionedFeatureCollectionType(VersionedFeatureCollectionType object) Returns the result of interpreting the object as an instance of 'Versioned Feature Collection Type'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public Object | caseVersionedUpdateElementType(VersionedUpdateElementType object) Returns the result of interpreting the object as an instance of 'Versioned Update Element Type'.
This implementation returns null;
returning a non-null result will terminate the switch.
Parameters: object - the target of the switch. |
public 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. |
public Object | doSwitch(EObject theEObject) Calls caseXXX for each class of the model until one returns a non null result; it yields that result. |
protected Object | doSwitch(EClass theEClass, EObject theEObject) Calls caseXXX for each class of the model until one returns a non null result; it yields that result. |
protected Object | doSwitch(int classifierID, EObject theEObject) Calls caseXXX for each class of the model until one returns a non null result; it yields that result. |