/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.buckminster.cspecxml; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> A representation of the model object ' * <em><b>Remove Path</b></em>'. <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.buckminster.cspecxml.IRemovePath#getPath <em>Path * </em>}</li> * </ul> * </p> * * @see org.eclipse.buckminster.cspecxml.ICSpecXMLPackage#getRemovePath() * @model extendedMetaData="name='RemovePath' kind='empty'" * @generated */ public interface IRemovePath extends EObject { /** * Returns the value of the '<em><b>Path</b></em>' attribute. <!-- * begin-user-doc --> * <p> * If the meaning of the '<em>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>Path</em>' attribute. * @see #setPath(String) * @see org.eclipse.buckminster.cspecxml.ICSpecXMLPackage#getRemovePath_Path() * @model dataType="org.eclipse.emf.ecore.xml.type.String" required="true" * extendedMetaData="kind='attribute' name='path'" * @generated */ String getPath(); /** * Sets the value of the ' * {@link org.eclipse.buckminster.cspecxml.IRemovePath#getPath * <em>Path</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> * * @param value * the new value of the '<em>Path</em>' attribute. * @see #getPath() * @generated */ void setPath(String value); } // IRemovePath