Switch to unified view

a/src/main/java/uuid/util/UuidSwitch.java b/src/main/java/uuid/util/UuidSwitch.java
...
...
10
import uuid.*;
10
import uuid.*;
11
11
12
/**
12
/**
13
 * <!-- begin-user-doc -->
13
 * <!-- begin-user-doc -->
14
 * The <b>Switch</b> for the model's inheritance hierarchy.
14
 * The <b>Switch</b> for the model's inheritance hierarchy.
15
 * It supports the call {@link #doSwitch(EObject) doSwitch(object)}
15
 * It supports the call {@link #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(object)}
16
 * to invoke the <code>caseXXX</code> method for each class of the model,
16
 * to invoke the <code>caseXXX</code> method for each class of the model,
17
 * starting with the actual class of the object
17
 * starting with the actual class of the object
18
 * and proceeding up the inheritance hierarchy
18
 * and proceeding up the inheritance hierarchy
19
 * until a non-null result is returned,
19
 * until a non-null result is returned,
20
 * which is the result of the switch.
20
 * which is the result of the switch.