/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.buckminster.cspecxml; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.util.FeatureMap; /** * <!-- begin-user-doc --> A representation of the model object ' * <em><b>Alter Artifact</b></em>'. <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.buckminster.cspecxml.IAlterArtifact#getGroup1 <em> * Group1</em>}</li> * <li>{@link org.eclipse.buckminster.cspecxml.IAlterArtifact#getRemovePath <em> * Remove Path</em>}</li> * </ul> * </p> * * @see org.eclipse.buckminster.cspecxml.ICSpecXMLPackage#getAlterArtifact() * @model extendedMetaData="name='AlterArtifact' kind='elementOnly'" * @generated */ public interface IAlterArtifact extends IArtifact { /** * Returns the value of the '<em><b>Group1</b></em>' attribute list. The * list contents are of type * {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. <!-- begin-user-doc * --> * <p> * If the meaning of the '<em>Group1</em>' attribute list isn't clear, there * really should be more of a description here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Group1</em>' attribute list. * @see org.eclipse.buckminster.cspecxml.ICSpecXMLPackage#getAlterArtifact_Group1() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" * many="true" extendedMetaData="kind='group' name='group:12'" * @generated */ FeatureMap getGroup1(); /** * Returns the value of the '<em><b>Remove Path</b></em>' containment * reference list. The list contents are of type * {@link org.eclipse.buckminster.cspecxml.IRemovePath}. <!-- begin-user-doc * --> * <p> * If the meaning of the '<em>Remove Path</em>' containment reference list * isn't clear, there really should be more of a description here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Remove Path</em>' containment reference * list. * @see org.eclipse.buckminster.cspecxml.ICSpecXMLPackage#getAlterArtifact_RemovePath() * @model containment="true" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='removePath' namespace='##targetNamespace' group='#group:12'" * @generated */ EList<IRemovePath> getRemovePath(); } // IAlterArtifact