diff -r 5d3382869e48 -r 2d1c891725ea core/com.nokia.carbide.cpp.codescanner/src/com/nokia/carbide/cpp/internal/codescanner/gen/CSConfig/util/CSConfigSwitch.java --- a/core/com.nokia.carbide.cpp.codescanner/src/com/nokia/carbide/cpp/internal/codescanner/gen/CSConfig/util/CSConfigSwitch.java Fri Apr 03 08:04:26 2009 -0500 +++ b/core/com.nokia.carbide.cpp.codescanner/src/com/nokia/carbide/cpp/internal/codescanner/gen/CSConfig/util/CSConfigSwitch.java Fri Apr 03 09:33:43 2009 -0500 @@ -242,12 +242,24 @@ if (result == null) result = defaultCase(theEObject); return result; } + case CSConfigPackage.CREPOSITORY_TYPE: { + CrepositoryType crepositoryType = (CrepositoryType)theEObject; + T result = caseCrepositoryType(crepositoryType); + if (result == null) result = defaultCase(theEObject); + return result; + } case CSConfigPackage.CTLTARGETTYPE_TYPE: { CtltargettypeType ctltargettypeType = (CtltargettypeType)theEObject; T result = caseCtltargettypeType(ctltargettypeType); if (result == null) result = defaultCase(theEObject); return result; } + case CSConfigPackage.CUSTOMIZABLEICONS_TYPE: { + CustomizableiconsType customizableiconsType = (CustomizableiconsType)theEObject; + T result = caseCustomizableiconsType(customizableiconsType); + if (result == null) result = defaultCase(theEObject); + return result; + } case CSConfigPackage.CUSTOMRULES_TYPE: { CustomrulesType customrulesType = (CustomrulesType)theEObject; T result = caseCustomrulesType(customrulesType); @@ -350,6 +362,12 @@ if (result == null) result = defaultCase(theEObject); return result; } + case CSConfigPackage.FLAGS_TYPE: { + FlagsType flagsType = (FlagsType)theEObject; + T result = caseFlagsType(flagsType); + if (result == null) result = defaultCase(theEObject); + return result; + } case CSConfigPackage.FOFF_TYPE: { FoffType foffType = (FoffType)theEObject; T result = caseFoffType(foffType); @@ -1201,6 +1219,21 @@ } /** + * Returns the result of interpreting the object as an instance of 'Crepository Type'. + * + * This implementation returns null; + * returning a non-null result will terminate the switch. + * + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'Crepository Type'. + * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) + * @generated + */ + public T caseCrepositoryType(CrepositoryType object) { + return null; + } + + /** * Returns the result of interpreting the object as an instance of 'Ctltargettype Type'. * * This implementation returns null; @@ -1216,6 +1249,21 @@ } /** + * Returns the result of interpreting the object as an instance of 'Customizableicons Type'. + * + * This implementation returns null; + * returning a non-null result will terminate the switch. + * + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'Customizableicons Type'. + * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) + * @generated + */ + public T caseCustomizableiconsType(CustomizableiconsType object) { + return null; + } + + /** * Returns the result of interpreting the object as an instance of 'Customrules Type'. * * This implementation returns null; @@ -1471,6 +1519,21 @@ } /** + * Returns the result of interpreting the object as an instance of 'Flags Type'. + * + * This implementation returns null; + * returning a non-null result will terminate the switch. + * + * @param object the target of the switch. + * @return the result of interpreting the object as an instance of 'Flags Type'. + * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) + * @generated + */ + public T caseFlagsType(FlagsType object) { + return null; + } + + /** * Returns the result of interpreting the object as an instance of 'Foff Type'. * * This implementation returns null;