Public Member Functions | |
| T | caseEAElement (EAElement object) |
| T | caseEAPackageableElement (EAPackageableElement object) |
| T | caseIdentifiable (Identifiable object) |
| T | caseUserAttributeableElement (UserAttributeableElement object) |
| T | caseUserAttributeDefinition (UserAttributeDefinition object) |
| T | caseUserAttributeElementType (UserAttributeElementType object) |
| T | caseUserAttributeValue (UserAttributeValue object) |
| T | defaultCase (EObject object) |
| T | doSwitch (EObject theEObject) |
| UserattributesSwitch () | |
Protected Member Functions | |
| T | doSwitch (EClass theEClass, EObject theEObject) |
| T | doSwitch (int classifierID, EObject theEObject) |
Static Protected Attributes | |
| static UserattributesPackage | modelPackage |
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.
| de.fraunhofer.isst.eastadl.userattributes.util.UserattributesSwitch< T >.UserattributesSwitch | ( | ) |
Creates an instance of the switch.
| T de.fraunhofer.isst.eastadl.userattributes.util.UserattributesSwitch< T >.caseEAElement | ( | EAElement | object | ) |
Returns the result of interpreting the object as an instance of 'EA Element'.
This implementation returns null; returning a non-null result will terminate the switch.
| object | the target of the switch. |
| T de.fraunhofer.isst.eastadl.userattributes.util.UserattributesSwitch< T >.caseEAPackageableElement | ( | EAPackageableElement | object | ) |
Returns the result of interpreting the object as an instance of 'EA Packageable Element'.
This implementation returns null; returning a non-null result will terminate the switch.
| object | the target of the switch. |
| T de.fraunhofer.isst.eastadl.userattributes.util.UserattributesSwitch< T >.caseIdentifiable | ( | Identifiable | object | ) |
Returns the result of interpreting the object as an instance of 'Identifiable'.
This implementation returns null; returning a non-null result will terminate the switch.
| object | the target of the switch. |
| T de.fraunhofer.isst.eastadl.userattributes.util.UserattributesSwitch< T >.caseUserAttributeableElement | ( | UserAttributeableElement | object | ) |
Returns the result of interpreting the object as an instance of 'User Attributeable Element'.
This implementation returns null; returning a non-null result will terminate the switch.
| object | the target of the switch. |
| T de.fraunhofer.isst.eastadl.userattributes.util.UserattributesSwitch< T >.caseUserAttributeDefinition | ( | UserAttributeDefinition | object | ) |
Returns the result of interpreting the object as an instance of 'User Attribute Definition'.
This implementation returns null; returning a non-null result will terminate the switch.
| object | the target of the switch. |
| T de.fraunhofer.isst.eastadl.userattributes.util.UserattributesSwitch< T >.caseUserAttributeElementType | ( | UserAttributeElementType | object | ) |
Returns the result of interpreting the object as an instance of 'User Attribute Element Type'.
This implementation returns null; returning a non-null result will terminate the switch.
| object | the target of the switch. |
| T de.fraunhofer.isst.eastadl.userattributes.util.UserattributesSwitch< T >.caseUserAttributeValue | ( | UserAttributeValue | object | ) |
Returns the result of interpreting the object as an instance of 'User Attribute Value'.
This implementation returns null; returning a non-null result will terminate the switch.
| object | the target of the switch. |
| T de.fraunhofer.isst.eastadl.userattributes.util.UserattributesSwitch< T >.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.
| object | the target of the switch. |
| T de.fraunhofer.isst.eastadl.userattributes.util.UserattributesSwitch< T >.doSwitch | ( | EObject | theEObject | ) |
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
caseXXX call. | T de.fraunhofer.isst.eastadl.userattributes.util.UserattributesSwitch< T >.doSwitch | ( | int | classifierID, | |
| EObject | theEObject | |||
| ) | [protected] |
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
caseXXX call. | T de.fraunhofer.isst.eastadl.userattributes.util.UserattributesSwitch< T >.doSwitch | ( | EClass | theEClass, | |
| EObject | theEObject | |||
| ) | [protected] |
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
caseXXX call. UserattributesPackage de.fraunhofer.isst.eastadl.userattributes.util.UserattributesSwitch< T >.modelPackage [static, protected] |
The cached model package
1.7.1