Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFFillLayoutDescription.java')
-rw-r--r--plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFFillLayoutDescription.java13
1 files changed, 8 insertions, 5 deletions
diff --git a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFFillLayoutDescription.java b/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFFillLayoutDescription.java
index 7beb607e9..e25f4f5a6 100644
--- a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFFillLayoutDescription.java
+++ b/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFFillLayoutDescription.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;
@@ -28,7 +31,7 @@ public interface EEFFillLayoutDescription extends EEFLayoutDescription {
* Returns the value of the '<em><b>Orientation</b></em>' attribute. The default value is <code>"VERTICAL"</code>.
* The literals are from the enumeration {@link org.eclipse.eef.EEF_FILL_LAYOUT_ORIENTATION}. <!-- begin-user-doc
* --> <!-- end-user-doc --> <!-- begin-model-doc --> The orientation of the fill layout. <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Orientation</em>' attribute.
* @see org.eclipse.eef.EEF_FILL_LAYOUT_ORIENTATION
* @see #setOrientation(EEF_FILL_LAYOUT_ORIENTATION)
@@ -41,7 +44,7 @@ public interface EEFFillLayoutDescription extends EEFLayoutDescription {
/**
* Sets the value of the '{@link org.eclipse.eef.EEFFillLayoutDescription#getOrientation <em>Orientation</em>}'
* attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Orientation</em>' attribute.
* @see org.eclipse.eef.EEF_FILL_LAYOUT_ORIENTATION

Back to the top