1 | public T caseMapping(Mapping object)↵ | | 1 | public T caseMapping(Mapping object)↵
|
2 | {↵ | | 2 | {↵
|
3 | return null;↵ | | 3 | return null;↵
|
4 | }↵ | | 4 | }↵
|
|
5 | /**↵ | | 5 | /**↵
|
6 | * Returns the result of interpreting the object as an instance of '<em>Root</em>'.↵ | | 6 | * Returns the result of interpreting the object as an instance of '<em>Type Converter</em>'.↵
|
7 | * <!-- begin-user-doc -->↵ | | 7 | * <!-- begin-user-doc -->↵
|
8 | * This implementation returns null;↵ | | 8 | * This implementation returns null;↵
|
9 | * returning a non-null result will terminate the switch.↵ | | 9 | * returning a non-null result will terminate the switch.↵
|
10 | * <!-- end-user-doc -->↵ | | 10 | * <!-- end-user-doc -->↵
|
11 | * @param object the target of the switch.↵ | | 11 | * @param object the target of the switch.↵
|
12 | * @return the result of interpreting the object as an instance of '<em>Root</em>'.↵ | | 12 | * @return the result of interpreting the object as an instance of '<em>Type Converter</em>'.↵
|
13 | * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)↵ | | 13 | * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)↵
|
14 | * @generated↵ | | 14 | * @generated↵
|
15 | */↵ | | 15 | */↵
|
16 | public T caseMappingRoot(MappingRoot object)↵ | | 16 | public T caseTypeConverter(TypeConverter object)↵
|
17 | {↵ | | 17 | {↵
|
18 | return null; | | 18 | return null;
|