Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src-gen/org/eclipse/papyrus/infra/nattable/model/nattable/nattablelabelprovider/ObjectLabelProviderConfiguration.java')
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src-gen/org/eclipse/papyrus/infra/nattable/model/nattable/nattablelabelprovider/ObjectLabelProviderConfiguration.java38
1 files changed, 12 insertions, 26 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src-gen/org/eclipse/papyrus/infra/nattable/model/nattable/nattablelabelprovider/ObjectLabelProviderConfiguration.java b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src-gen/org/eclipse/papyrus/infra/nattable/model/nattable/nattablelabelprovider/ObjectLabelProviderConfiguration.java
index cb8e3b7d96d..5136ede9ea3 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src-gen/org/eclipse/papyrus/infra/nattable/model/nattable/nattablelabelprovider/ObjectLabelProviderConfiguration.java
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src-gen/org/eclipse/papyrus/infra/nattable/model/nattable/nattablelabelprovider/ObjectLabelProviderConfiguration.java
@@ -17,25 +17,21 @@ package org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider;
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Object Label Provider Configuration</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* <!-- begin-model-doc -->
- * LabelProviderConfiguration for Object. In case of Object we have two display options :
- * <ul>
- * <li>display the icon of the object</li>
- * <li>display the label of the object</li>
- * </ul>
+ * LabelProviderConfiguration for Object. In case of Object we have two display options :
+ * <ul><li>display the icon of the object</li>
+ * <li>display the label of the object</li> </ul>
* <!-- end-model-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider.ObjectLabelProviderConfiguration#isDisplayIcon <em>Display Icon
- * </em>}</li>
- * <li>{@link org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider.ObjectLabelProviderConfiguration#isDisplayLabel <em>Display
- * Label</em>}</li>
+ * <li>{@link org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider.ObjectLabelProviderConfiguration#isDisplayIcon <em>Display Icon</em>}</li>
+ * <li>{@link org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider.ObjectLabelProviderConfiguration#isDisplayLabel <em>Display Label</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider.NattablelabelproviderPackage#getObjectLabelProviderConfiguration()
* @model
* @generated
@@ -50,7 +46,6 @@ public interface ObjectLabelProviderConfiguration extends ILabelProviderConfigur
* <!-- begin-model-doc -->
* If true, we will display the icon of the object
* <!-- end-model-doc -->
- *
* @return the value of the '<em>Display Icon</em>' attribute.
* @see #setDisplayIcon(boolean)
* @see org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider.NattablelabelproviderPackage#getObjectLabelProviderConfiguration_DisplayIcon()
@@ -60,14 +55,10 @@ public interface ObjectLabelProviderConfiguration extends ILabelProviderConfigur
boolean isDisplayIcon();
/**
- * Sets the value of the '
- * {@link org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider.ObjectLabelProviderConfiguration#isDisplayIcon
- * <em>Display Icon</em>}' attribute.
+ * Sets the value of the '{@link org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider.ObjectLabelProviderConfiguration#isDisplayIcon <em>Display Icon</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Display Icon</em>' attribute.
+ * @param value the new value of the '<em>Display Icon</em>' attribute.
* @see #isDisplayIcon()
* @generated
*/
@@ -81,7 +72,6 @@ public interface ObjectLabelProviderConfiguration extends ILabelProviderConfigur
* <!-- begin-model-doc -->
* If true, we will display the label of the object
* <!-- end-model-doc -->
- *
* @return the value of the '<em>Display Label</em>' attribute.
* @see #setDisplayLabel(boolean)
* @see org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider.NattablelabelproviderPackage#getObjectLabelProviderConfiguration_DisplayLabel()
@@ -91,14 +81,10 @@ public interface ObjectLabelProviderConfiguration extends ILabelProviderConfigur
boolean isDisplayLabel();
/**
- * Sets the value of the '
- * {@link org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider.ObjectLabelProviderConfiguration#isDisplayLabel
- * <em>Display Label</em>}' attribute.
+ * Sets the value of the '{@link org.eclipse.papyrus.infra.nattable.model.nattable.nattablelabelprovider.ObjectLabelProviderConfiguration#isDisplayLabel <em>Display Label</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Display Label</em>' attribute.
+ * @param value the new value of the '<em>Display Label</em>' attribute.
* @see #isDisplayLabel()
* @generated
*/

Back to the top