/** * <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 Property</b></em>'. <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.buckminster.cspecxml.IRemoveProperty#getKey <em>Key * </em>}</li> * </ul> * </p> * * @see org.eclipse.buckminster.cspecxml.ICSpecXMLPackage#getRemoveProperty() * @model extendedMetaData="name='RemoveProperty' kind='empty'" * @generated */ public interface IRemoveProperty extends EObject { /** * Returns the value of the '<em><b>Key</b></em>' attribute. <!-- * begin-user-doc --> * <p> * If the meaning of the '<em>Key</em>' attribute isn't clear, there really * should be more of a description here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Key</em>' attribute. * @see #setKey(String) * @see org.eclipse.buckminster.cspecxml.ICSpecXMLPackage#getRemoveProperty_Key() * @model dataType="org.eclipse.emf.ecore.xml.type.String" required="true" * extendedMetaData="kind='attribute' name='key'" * @generated */ String getKey(); /** * Sets the value of the ' * {@link org.eclipse.buckminster.cspecxml.IRemoveProperty#getKey * <em>Key</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> * * @param value * the new value of the '<em>Key</em>' attribute. * @see #getKey() * @generated */ void setKey(String value); } // IRemoveProperty