/** */ package org.erlide.erlang; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> A representation of the model object ' * <em><b>Conditional Attribute</b></em>'. <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.erlide.erlang.ConditionalAttribute#getTag <em>Tag</em>}</li> * </ul> * * @see org.erlide.erlang.ErlangPackage#getConditionalAttribute() * @model * @generated */ public interface ConditionalAttribute extends EObject { /** * Returns the value of the '<em><b>Tag</b></em>' attribute. <!-- * begin-user-doc --> * <p> * If the meaning of the '<em>Tag</em>' attribute isn't clear, there really * should be more of a description here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Tag</em>' attribute. * @see #setTag(String) * @see org.erlide.erlang.ErlangPackage#getConditionalAttribute_Tag() * @model * @generated */ String getTag(); /** * Sets the value of the ' * {@link org.erlide.erlang.ConditionalAttribute#getTag <em>Tag</em>}' * attribute. <!-- begin-user-doc --> <!-- end-user-doc --> * * @param value * the new value of the '<em>Tag</em>' attribute. * @see #getTag() * @generated */ void setTag(String value); } // ConditionalAttribute