Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangeFormat.java')
-rw-r--r--org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangeFormat.java27
1 files changed, 0 insertions, 27 deletions
diff --git a/org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangeFormat.java b/org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangeFormat.java
index c005ccc..2ab034a 100644
--- a/org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangeFormat.java
+++ b/org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangeFormat.java
@@ -25,7 +25,6 @@ import org.eclipse.osbp.dsl.semantic.entity.LEntityAttribute;
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFormat#getTargetProperty <em>Target Property</em>}</li>
- * <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFormat#getLocale <em>Locale</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFormat#getFormat <em>Format</em>}</li>
* </ul>
*
@@ -61,32 +60,6 @@ public interface DataInterchangeFormat extends DataInterchangeLazyResolver {
void setTargetProperty(LEntityAttribute value);
/**
- * Returns the value of the '<em><b>Locale</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Locale</em>' attribute isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Locale</em>' attribute.
- * @see #setLocale(String)
- * @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeFormat_Locale()
- * @model unique="false"
- * @generated
- */
- String getLocale();
-
- /**
- * Sets the value of the '{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeFormat#getLocale <em>Locale</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Locale</em>' attribute.
- * @see #getLocale()
- * @generated
- */
- void setLocale(String value);
-
- /**
* Returns the value of the '<em><b>Format</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>

Back to the top