Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTextDescription.java')
-rw-r--r--plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTextDescription.java27
1 files changed, 15 insertions, 12 deletions
diff --git a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTextDescription.java b/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTextDescription.java
index a4ab805e4..efb3636d0 100644
--- a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTextDescription.java
+++ b/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTextDescription.java
@@ -1,9 +1,12 @@
/**
- * Copyright (c) 2015 Obeo.
+ * Copyright (c) 2015, 2018 Obeo.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.htm
+ * https://www.eclipse.org/legal/epl-2.0
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
* Contributors: Obeo - initial API and implementation
*/
package org.eclipse.eef;
@@ -35,7 +38,7 @@ public interface EEFTextDescription extends EEFWidgetDescription {
/**
* Returns the value of the '<em><b>Value Expression</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc
* --> <!-- begin-model-doc --> Indicates how to display the input value. <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Value Expression</em>' attribute.
* @see #setValueExpression(String)
* @see org.eclipse.eef.EefPackage#getEEFTextDescription_ValueExpression()
@@ -47,7 +50,7 @@ public interface EEFTextDescription extends EEFWidgetDescription {
/**
* Sets the value of the '{@link org.eclipse.eef.EEFTextDescription#getValueExpression <em>Value Expression</em>}'
* attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Value Expression</em>' attribute.
* @see #getValueExpression()
@@ -59,7 +62,7 @@ public interface EEFTextDescription extends EEFWidgetDescription {
* Returns the value of the '<em><b>Edit Expression</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc
* --> <!-- begin-model-doc --> Defines the behavior executed when the end-user updates the value of the text field.
* <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Edit Expression</em>' attribute.
* @see #setEditExpression(String)
* @see org.eclipse.eef.EefPackage#getEEFTextDescription_EditExpression()
@@ -71,7 +74,7 @@ public interface EEFTextDescription extends EEFWidgetDescription {
/**
* Sets the value of the '{@link org.eclipse.eef.EEFTextDescription#getEditExpression <em>Edit Expression</em>}'
* attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Edit Expression</em>' attribute.
* @see #getEditExpression()
@@ -83,7 +86,7 @@ public interface EEFTextDescription extends EEFWidgetDescription {
* Returns the value of the '<em><b>Line Count</b></em>' attribute. The default value is <code>"1"</code>. <!--
* begin-user-doc --> <!-- end-user-doc --> <!-- begin-model-doc --> Must be upper or equal to 1. If lineCount > 1,
* the text field is represented thanks to a text area. <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Line Count</em>' attribute.
* @see #setLineCount(int)
* @see org.eclipse.eef.EefPackage#getEEFTextDescription_LineCount()
@@ -95,7 +98,7 @@ public interface EEFTextDescription extends EEFWidgetDescription {
/**
* Sets the value of the '{@link org.eclipse.eef.EEFTextDescription#getLineCount <em>Line Count</em>}' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Line Count</em>' attribute.
* @see #getLineCount()
@@ -106,7 +109,7 @@ public interface EEFTextDescription extends EEFWidgetDescription {
/**
* Returns the value of the '<em><b>Style</b></em>' containment reference. <!-- begin-user-doc --> <!-- end-user-doc
* --> <!-- begin-model-doc --> Defines the text style <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Style</em>' containment reference.
* @see #setStyle(EEFTextStyle)
* @see org.eclipse.eef.EefPackage#getEEFTextDescription_Style()
@@ -118,7 +121,7 @@ public interface EEFTextDescription extends EEFWidgetDescription {
/**
* Sets the value of the '{@link org.eclipse.eef.EEFTextDescription#getStyle <em>Style</em>}' containment reference.
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Style</em>' containment reference.
* @see #getStyle()
@@ -130,7 +133,7 @@ public interface EEFTextDescription extends EEFWidgetDescription {
* Returns the value of the '<em><b>Conditional Styles</b></em>' containment reference list. The list contents are
* of type {@link org.eclipse.eef.EEFTextConditionalStyle}. <!-- begin-user-doc --> <!-- end-user-doc --> <!--
* begin-model-doc --> Defines the text style associated to a precondition <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Conditional Styles</em>' containment reference list.
* @see org.eclipse.eef.EefPackage#getEEFTextDescription_ConditionalStyles()
* @model containment="true" resolveProxies="true"

Back to the top