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/nattableaxis/IAxis.java')
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src-gen/org/eclipse/papyrus/infra/nattable/model/nattable/nattableaxis/IAxis.java18
1 files changed, 5 insertions, 13 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src-gen/org/eclipse/papyrus/infra/nattable/model/nattable/nattableaxis/IAxis.java b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src-gen/org/eclipse/papyrus/infra/nattable/model/nattable/nattableaxis/IAxis.java
index 425b60fab55..ae7af93ef9b 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src-gen/org/eclipse/papyrus/infra/nattable/model/nattable/nattableaxis/IAxis.java
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src-gen/org/eclipse/papyrus/infra/nattable/model/nattable/nattableaxis/IAxis.java
@@ -27,11 +27,11 @@ import org.eclipse.papyrus.infra.nattable.model.nattable.nattablestyle.StyledEle
*
* <p>
* The following features are supported:
+ * </p>
* <ul>
- * <li>{@link org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.IAxis#getManager <em>Manager</em>}</li>
- * <li>{@link org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.IAxis#getAlias <em>Alias</em>}</li>
+ * <li>{@link org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.IAxis#getManager <em>Manager</em>}</li>
+ * <li>{@link org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.IAxis#getAlias <em>Alias</em>}</li>
* </ul>
- * </p>
*
* @see org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.NattableaxisPackage#getIAxis()
* @model interface="true" abstract="true"
@@ -46,7 +46,6 @@ public interface IAxis extends StyledElement {
* <!-- begin-model-doc -->
* This field can't be null. Reference the axis manager providing this IAxis.
* <!-- end-model-doc -->
- *
* @return the value of the '<em>Manager</em>' reference.
* @see #setManager(AxisManagerRepresentation)
* @see org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.NattableaxisPackage#getIAxis_Manager()
@@ -59,9 +58,7 @@ public interface IAxis extends StyledElement {
* Sets the value of the '{@link org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.IAxis#getManager <em>Manager</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Manager</em>' reference.
+ * @param value the new value of the '<em>Manager</em>' reference.
* @see #getManager()
* @generated
*/
@@ -74,7 +71,6 @@ public interface IAxis extends StyledElement {
* <!-- begin-model-doc -->
* An element can be displayed using an alias instead of its real name.
* <!-- end-model-doc -->
- *
* @return the value of the '<em>Alias</em>' attribute.
* @see #setAlias(String)
* @see org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.NattableaxisPackage#getIAxis_Alias()
@@ -87,9 +83,7 @@ public interface IAxis extends StyledElement {
* Sets the value of the '{@link org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.IAxis#getAlias <em>Alias</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Alias</em>' attribute.
+ * @param value the new value of the '<em>Alias</em>' attribute.
* @see #getAlias()
* @generated
*/
@@ -101,7 +95,6 @@ public interface IAxis extends StyledElement {
* <!-- begin-model-doc -->
* Returns the elements represented by the IAxis
* <!-- end-model-doc -->
- *
* @model kind="operation"
* @generated
*/
@@ -114,7 +107,6 @@ public interface IAxis extends StyledElement {
* Returns the local label configuration to use for this IAxis. This configuration
* will override the label configuration defined in the AxisManagerConfiguration.
* <!-- end-model-doc -->
- *
* @model kind="operation"
* @generated
*/

Back to the top