blob: 647c25797ef81f6a62e23038bb0f90655054a5a0 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: AcceleoPomDependency.java,v 1.1 2011/04/19 13:28:36 sbegaudeau Exp $
*/
package org.eclipse.acceleo.internal.ide.ui.acceleowizardmodel;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Acceleo Pom Dependency</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.acceleo.internal.ide.ui.acceleowizardmodel.AcceleoPomDependency#getGroupId <em>Group Id</em>}</li>
* <li>{@link org.eclipse.acceleo.internal.ide.ui.acceleowizardmodel.AcceleoPomDependency#getArtifactId <em>Artifact Id</em>}</li>
* <li>{@link org.eclipse.acceleo.internal.ide.ui.acceleowizardmodel.AcceleoPomDependency#getVersion <em>Version</em>}</li>
* <li>{@link org.eclipse.acceleo.internal.ide.ui.acceleowizardmodel.AcceleoPomDependency#getSystemPath <em>System Path</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.acceleo.internal.ide.ui.acceleowizardmodel.AcceleowizardmodelPackage#getAcceleoPomDependency()
* @model
* @generated
*/
public interface AcceleoPomDependency extends EObject {
/**
* Returns the value of the '<em><b>Group Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Group Id</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Group Id</em>' attribute.
* @see #setGroupId(String)
* @see org.eclipse.acceleo.internal.ide.ui.acceleowizardmodel.AcceleowizardmodelPackage#getAcceleoPomDependency_GroupId()
* @model required="true"
* @generated
*/
String getGroupId();
/**
* Sets the value of the '{@link org.eclipse.acceleo.internal.ide.ui.acceleowizardmodel.AcceleoPomDependency#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);
/**
* Returns the value of the '<em><b>Artifact Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Artifact Id</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Artifact Id</em>' attribute.
* @see #setArtifactId(String)
* @see org.eclipse.acceleo.internal.ide.ui.acceleowizardmodel.AcceleowizardmodelPackage#getAcceleoPomDependency_ArtifactId()
* @model required="true"
* @generated
*/
String getArtifactId();
/**
* Sets the value of the '{@link org.eclipse.acceleo.internal.ide.ui.acceleowizardmodel.AcceleoPomDependency#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>Version</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Version</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Version</em>' attribute.
* @see #setVersion(String)
* @see org.eclipse.acceleo.internal.ide.ui.acceleowizardmodel.AcceleowizardmodelPackage#getAcceleoPomDependency_Version()
* @model required="true"
* @generated
*/
String getVersion();
/**
* Sets the value of the '{@link org.eclipse.acceleo.internal.ide.ui.acceleowizardmodel.AcceleoPomDependency#getVersion <em>Version</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Version</em>' attribute.
* @see #getVersion()
* @generated
*/
void setVersion(String value);
/**
* Returns the value of the '<em><b>System Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>System Path</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>System Path</em>' attribute.
* @see #setSystemPath(String)
* @see org.eclipse.acceleo.internal.ide.ui.acceleowizardmodel.AcceleowizardmodelPackage#getAcceleoPomDependency_SystemPath()
* @model required="true"
* @generated
*/
String getSystemPath();
/**
* Sets the value of the '{@link org.eclipse.acceleo.internal.ide.ui.acceleowizardmodel.AcceleoPomDependency#getSystemPath <em>System Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>System Path</em>' attribute.
* @see #getSystemPath()
* @generated
*/
void setSystemPath(String value);
} // AcceleoPomDependency