Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.model.edit/src/main/java/org/eclipse/m2e/model/edit/pom/Exclusion.java')
-rw-r--r--org.eclipse.m2e.model.edit/src/main/java/org/eclipse/m2e/model/edit/pom/Exclusion.java106
1 files changed, 47 insertions, 59 deletions
diff --git a/org.eclipse.m2e.model.edit/src/main/java/org/eclipse/m2e/model/edit/pom/Exclusion.java b/org.eclipse.m2e.model.edit/src/main/java/org/eclipse/m2e/model/edit/pom/Exclusion.java
index 90ee1feb..0a75830f 100644
--- a/org.eclipse.m2e.model.edit/src/main/java/org/eclipse/m2e/model/edit/pom/Exclusion.java
+++ b/org.eclipse.m2e.model.edit/src/main/java/org/eclipse/m2e/model/edit/pom/Exclusion.java
@@ -13,19 +13,15 @@ package org.eclipse.m2e.model.edit.pom;
import org.eclipse.emf.ecore.EObject;
+
/**
- * <!-- begin-user-doc --> A representation of the model object '
- * <em><b>Exclusion</b></em>'. <!-- end-user-doc -->
- *
- * <!-- begin-model-doc --> 4.0.0 <!-- end-model-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object ' <em><b>Exclusion</b></em>'. <!-- end-user-doc --> <!--
+ * begin-model-doc --> 4.0.0 <!-- end-model-doc -->
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.m2e.model.edit.pom.Exclusion#getArtifactId <em>Artifact
- * Id</em>}</li>
- * <li>{@link org.eclipse.m2e.model.edit.pom.Exclusion#getGroupId <em>Group Id
- * </em>}</li>
+ * <li>{@link org.eclipse.m2e.model.edit.pom.Exclusion#getArtifactId <em>Artifact Id</em>}</li>
+ * <li>{@link org.eclipse.m2e.model.edit.pom.Exclusion#getGroupId <em>Group Id </em>}</li>
* </ul>
* </p>
*
@@ -34,58 +30,50 @@ import org.eclipse.emf.ecore.EObject;
* @generated
*/
public interface Exclusion extends EObject {
- /**
- * Returns the value of the '<em><b>Artifact Id</b></em>' attribute. <!--
- * begin-user-doc --> <!-- end-user-doc --> <!-- begin-model-doc --> 4.0.0
- * The artifact ID of the project to exclude. <!-- end-model-doc -->
- *
- * @return the value of the '<em>Artifact Id</em>' attribute.
- * @see #setArtifactId(String)
- * @see org.eclipse.m2e.model.edit.pom.PomPackage#getExclusion_ArtifactId()
- * @model dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData=
- * "kind='element' name='artifactId' namespace='##targetNamespace'"
- * @generated
- */
- String getArtifactId();
+ /**
+ * Returns the value of the '<em><b>Artifact Id</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ * <!-- begin-model-doc --> 4.0.0 The artifact ID of the project to exclude. <!-- end-model-doc -->
+ *
+ * @return the value of the '<em>Artifact Id</em>' attribute.
+ * @see #setArtifactId(String)
+ * @see org.eclipse.m2e.model.edit.pom.PomPackage#getExclusion_ArtifactId()
+ * @model dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData=
+ * "kind='element' name='artifactId' namespace='##targetNamespace'"
+ * @generated
+ */
+ String getArtifactId();
- /**
- * Sets the value of the '
- * {@link org.eclipse.m2e.model.edit.pom.Exclusion#getArtifactId
- * <em>Artifact Id</em>}' attribute. <!-- begin-user-doc --> <!--
- * end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Artifact Id</em>' attribute.
- * @see #getArtifactId()
- * @generated
- */
- void setArtifactId(String value);
+ /**
+ * Sets the value of the ' {@link org.eclipse.m2e.model.edit.pom.Exclusion#getArtifactId <em>Artifact Id</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value the new value of the '<em>Artifact Id</em>' attribute.
+ * @see #getArtifactId()
+ * @generated
+ */
+ void setArtifactId(String value);
- /**
- * Returns the value of the '<em><b>Group Id</b></em>' attribute. <!--
- * begin-user-doc --> <!-- end-user-doc --> <!-- begin-model-doc --> 4.0.0
- * The group ID of the project to exclude. <!-- end-model-doc -->
- *
- * @return the value of the '<em>Group Id</em>' attribute.
- * @see #setGroupId(String)
- * @see org.eclipse.m2e.model.edit.pom.PomPackage#getExclusion_GroupId()
- * @model dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData=
- * "kind='element' name='groupId' namespace='##targetNamespace'"
- * @generated
- */
- String getGroupId();
+ /**
+ * Returns the value of the '<em><b>Group Id</b></em>' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> <!--
+ * begin-model-doc --> 4.0.0 The group ID of the project to exclude. <!-- end-model-doc -->
+ *
+ * @return the value of the '<em>Group Id</em>' attribute.
+ * @see #setGroupId(String)
+ * @see org.eclipse.m2e.model.edit.pom.PomPackage#getExclusion_GroupId()
+ * @model dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData=
+ * "kind='element' name='groupId' namespace='##targetNamespace'"
+ * @generated
+ */
+ String getGroupId();
- /**
- * Sets the value of the '
- * {@link org.eclipse.m2e.model.edit.pom.Exclusion#getGroupId
- * <em>Group Id</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc
- * -->
- *
- * @param value
- * the new value of the '<em>Group Id</em>' attribute.
- * @see #getGroupId()
- * @generated
- */
- void setGroupId(String value);
+ /**
+ * Sets the value of the ' {@link org.eclipse.m2e.model.edit.pom.Exclusion#getGroupId <em>Group Id</em>}' attribute.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value the new value of the '<em>Group Id</em>' attribute.
+ * @see #getGroupId()
+ * @generated
+ */
+ void setGroupId(String value);
} // Exclusion

Back to the top