/**
  * The framework calls this to create the contents of the wizard.
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated
  */
 public void addPages() {
   initialObjectCreationPage = new WorkaroundModelWizardInitialObjectCreationPage("Whatever2");
   initialObjectCreationPage.setTitle(
       WorkaroundEditorPlugin.INSTANCE.getString("_UI_WorkaroundModelWizard_label"));
   initialObjectCreationPage.setDescription(
       WorkaroundEditorPlugin.INSTANCE.getString("_UI_Wizard_initial_object_description"));
   addPage(initialObjectCreationPage);
 }