Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglefur2012-02-08 10:46:43 +0000
committerglefur2012-02-08 10:46:43 +0000
commit38b02de888c51e9bf09c2db74764aaf48614f9ab (patch)
tree44fee2462ad211a7dc75aa4f828cd0ecb2d79aab
parentada3a746edcb4b151af92017d50c6cb9b1408120 (diff)
downloadorg.eclipse.eef-38b02de888c51e9bf09c2db74764aaf48614f9ab.tar.gz
org.eclipse.eef-38b02de888c51e9bf09c2db74764aaf48614f9ab.tar.xz
org.eclipse.eef-38b02de888c51e9bf09c2db74764aaf48614f9ab.zip
UPDATED: synchronized generation
-rw-r--r--plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/DynamicEEFEditorContributionBasePropertiesEditionComponent.java2
-rw-r--r--plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFEditorContributionsBasePropertiesEditionComponent.java2
-rw-r--r--plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFEditorPagesBasePropertiesEditionComponent.java2
-rw-r--r--plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFMasterPageBasePropertiesEditionComponent.java8
-rw-r--r--plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/PartFilterBasePropertiesEditionComponent.java4
-rw-r--r--plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/StandardFormPageBasePropertiesEditionComponent.java4
-rw-r--r--plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/StaticEEFEditorContributionBasePropertiesEditionComponent.java2
-rw-r--r--plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/TreeMasterPageBasePropertiesEditionComponent.java6
-rw-r--r--plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/query/components/OCLQueryPropertiesEditionComponent.java2
9 files changed, 16 insertions, 16 deletions
diff --git a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/DynamicEEFEditorContributionBasePropertiesEditionComponent.java b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/DynamicEEFEditorContributionBasePropertiesEditionComponent.java
index a53319aa1..fef02361a 100644
--- a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/DynamicEEFEditorContributionBasePropertiesEditionComponent.java
+++ b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/DynamicEEFEditorContributionBasePropertiesEditionComponent.java
@@ -266,7 +266,7 @@ public class DynamicEEFEditorContributionBasePropertiesEditionComponent extends
if (EditorViewsRepository.DynamicEEFEditorContribution.Naming.name == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(MappingPackage.eINSTANCE.getAbstractElementBinding_Name().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(MappingPackage.eINSTANCE.getAbstractElementBinding_Name().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(MappingPackage.eINSTANCE.getAbstractElementBinding_Name().getEAttributeType(), newValue);
}
diff --git a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFEditorContributionsBasePropertiesEditionComponent.java b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFEditorContributionsBasePropertiesEditionComponent.java
index 3238d5b6f..711ec29fc 100644
--- a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFEditorContributionsBasePropertiesEditionComponent.java
+++ b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFEditorContributionsBasePropertiesEditionComponent.java
@@ -143,7 +143,7 @@ public class EEFEditorContributionsBasePropertiesEditionComponent extends Single
if (EditorViewsRepository.EEFEditorContributions.Naming.name == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(MappingPackage.eINSTANCE.getCategory_Name().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(MappingPackage.eINSTANCE.getCategory_Name().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(MappingPackage.eINSTANCE.getCategory_Name().getEAttributeType(), newValue);
}
diff --git a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFEditorPagesBasePropertiesEditionComponent.java b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFEditorPagesBasePropertiesEditionComponent.java
index febe9be7e..33edbd7bb 100644
--- a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFEditorPagesBasePropertiesEditionComponent.java
+++ b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFEditorPagesBasePropertiesEditionComponent.java
@@ -155,7 +155,7 @@ public class EEFEditorPagesBasePropertiesEditionComponent extends SinglePartProp
if (EditorViewsRepository.EEFEditorPages.Properties.name == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(ViewsPackage.eINSTANCE.getCategory_Name().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(ViewsPackage.eINSTANCE.getCategory_Name().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(ViewsPackage.eINSTANCE.getCategory_Name().getEAttributeType(), newValue);
}
diff --git a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFMasterPageBasePropertiesEditionComponent.java b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFMasterPageBasePropertiesEditionComponent.java
index c80562b32..273f95481 100644
--- a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFMasterPageBasePropertiesEditionComponent.java
+++ b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/EEFMasterPageBasePropertiesEditionComponent.java
@@ -202,28 +202,28 @@ public class EEFMasterPageBasePropertiesEditionComponent extends SinglePartPrope
if (EditorViewsRepository.EEFMasterPage.Naming.name == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(ViewsPackage.eINSTANCE.getViewElement_Name().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(ViewsPackage.eINSTANCE.getViewElement_Name().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(ViewsPackage.eINSTANCE.getViewElement_Name().getEAttributeType(), newValue);
}
if (EditorViewsRepository.EEFMasterPage.Naming.title_ == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(EditorPackage.eINSTANCE.getEEFPage_Title().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(EditorPackage.eINSTANCE.getEEFPage_Title().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(EditorPackage.eINSTANCE.getEEFPage_Title().getEAttributeType(), newValue);
}
if (EditorViewsRepository.EEFMasterPage.Settings.orientable == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(EditorPackage.eINSTANCE.getEEFMasterPage_Orientable().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(EditorPackage.eINSTANCE.getEEFMasterPage_Orientable().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(EditorPackage.eINSTANCE.getEEFMasterPage_Orientable().getEAttributeType(), newValue);
}
if (EditorViewsRepository.EEFMasterPage.Settings.showValidatePage == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(EditorPackage.eINSTANCE.getEEFMasterPage_ShowValidatePage().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(EditorPackage.eINSTANCE.getEEFMasterPage_ShowValidatePage().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(EditorPackage.eINSTANCE.getEEFMasterPage_ShowValidatePage().getEAttributeType(), newValue);
}
diff --git a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/PartFilterBasePropertiesEditionComponent.java b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/PartFilterBasePropertiesEditionComponent.java
index 71bda7c75..0a04abd09 100644
--- a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/PartFilterBasePropertiesEditionComponent.java
+++ b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/PartFilterBasePropertiesEditionComponent.java
@@ -270,14 +270,14 @@ public class PartFilterBasePropertiesEditionComponent extends SinglePartProperti
if (EditorViewsRepository.PartFilter.Naming.name == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(FiltersPackage.eINSTANCE.getBindingFilter_Name().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(FiltersPackage.eINSTANCE.getBindingFilter_Name().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(FiltersPackage.eINSTANCE.getBindingFilter_Name().getEAttributeType(), newValue);
}
if (EditorViewsRepository.PartFilter.Settings.mandatory == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(FiltersPackage.eINSTANCE.getBindingFilter_Mandatory().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(FiltersPackage.eINSTANCE.getBindingFilter_Mandatory().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(FiltersPackage.eINSTANCE.getBindingFilter_Mandatory().getEAttributeType(), newValue);
}
diff --git a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/StandardFormPageBasePropertiesEditionComponent.java b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/StandardFormPageBasePropertiesEditionComponent.java
index 142e805f4..94108437d 100644
--- a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/StandardFormPageBasePropertiesEditionComponent.java
+++ b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/StandardFormPageBasePropertiesEditionComponent.java
@@ -174,14 +174,14 @@ public class StandardFormPageBasePropertiesEditionComponent extends SinglePartPr
if (EditorViewsRepository.StandardFormPage.Naming.name == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(ViewsPackage.eINSTANCE.getViewElement_Name().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(ViewsPackage.eINSTANCE.getViewElement_Name().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(ViewsPackage.eINSTANCE.getViewElement_Name().getEAttributeType(), newValue);
}
if (EditorViewsRepository.StandardFormPage.Naming.title_ == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(EditorPackage.eINSTANCE.getEEFPage_Title().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(EditorPackage.eINSTANCE.getEEFPage_Title().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(EditorPackage.eINSTANCE.getEEFPage_Title().getEAttributeType(), newValue);
}
diff --git a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/StaticEEFEditorContributionBasePropertiesEditionComponent.java b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/StaticEEFEditorContributionBasePropertiesEditionComponent.java
index 39e019003..da828db87 100644
--- a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/StaticEEFEditorContributionBasePropertiesEditionComponent.java
+++ b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/StaticEEFEditorContributionBasePropertiesEditionComponent.java
@@ -209,7 +209,7 @@ public class StaticEEFEditorContributionBasePropertiesEditionComponent extends S
if (EditorViewsRepository.StaticEEFEditorContribution.Naming.name == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(MappingPackage.eINSTANCE.getAbstractElementBinding_Name().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(MappingPackage.eINSTANCE.getAbstractElementBinding_Name().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(MappingPackage.eINSTANCE.getAbstractElementBinding_Name().getEAttributeType(), newValue);
}
diff --git a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/TreeMasterPageBasePropertiesEditionComponent.java b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/TreeMasterPageBasePropertiesEditionComponent.java
index cbd939025..452d13c42 100644
--- a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/TreeMasterPageBasePropertiesEditionComponent.java
+++ b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/editor/components/TreeMasterPageBasePropertiesEditionComponent.java
@@ -188,21 +188,21 @@ public class TreeMasterPageBasePropertiesEditionComponent extends SinglePartProp
if (EditorViewsRepository.TreeMasterPage.Naming.name == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(ViewsPackage.eINSTANCE.getViewElement_Name().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(ViewsPackage.eINSTANCE.getViewElement_Name().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(ViewsPackage.eINSTANCE.getViewElement_Name().getEAttributeType(), newValue);
}
if (EditorViewsRepository.TreeMasterPage.Naming.title_ == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(EditorPackage.eINSTANCE.getEEFPage_Title().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(EditorPackage.eINSTANCE.getEEFPage_Title().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(EditorPackage.eINSTANCE.getEEFPage_Title().getEAttributeType(), newValue);
}
if (EditorViewsRepository.TreeMasterPage.Settings.toolbarVisible == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(EditorPackage.eINSTANCE.getTreeMasterPage_ToolbarVisible().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(EditorPackage.eINSTANCE.getTreeMasterPage_ToolbarVisible().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(EditorPackage.eINSTANCE.getTreeMasterPage_ToolbarVisible().getEAttributeType(), newValue);
}
diff --git a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/query/components/OCLQueryPropertiesEditionComponent.java b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/query/components/OCLQueryPropertiesEditionComponent.java
index c59ce42f2..aaeb34b74 100644
--- a/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/query/components/OCLQueryPropertiesEditionComponent.java
+++ b/plugins/org.eclipse.emf.eef.editor.model/src-gen/org/eclipse/emf/eef/extended/query/components/OCLQueryPropertiesEditionComponent.java
@@ -200,7 +200,7 @@ public class OCLQueryPropertiesEditionComponent extends SinglePartPropertiesEdit
if (QueryViewsRepository.OCLQuery.Properties.query_ == event.getAffectedEditor()) {
Object newValue = event.getNewValue();
if (newValue instanceof String) {
- newValue = EcoreUtil.createFromString(QueryPackage.eINSTANCE.getOCLQuery_Query().getEAttributeType(), (String)newValue);
+ newValue = EEFConverterUtil.createFromString(QueryPackage.eINSTANCE.getOCLQuery_Query().getEAttributeType(), (String)newValue);
}
ret = Diagnostician.INSTANCE.validate(QueryPackage.eINSTANCE.getOCLQuery_Query().getEAttributeType(), newValue);
}

Back to the top