/** */ package org.erlide.erlang; /** * <!-- begin-user-doc --> A representation of the model object ' * <em><b>Attribute</b></em>'. <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.erlide.erlang.Attribute#getTag <em>Tag</em>}</li> * </ul> * * @see org.erlide.erlang.ErlangPackage#getAttribute() * @model * @generated */ public interface Attribute extends Form { /** * 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#getAttribute_Tag() * @model * @generated */ String getTag(); /** * Sets the value of the '{@link org.erlide.erlang.Attribute#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); } // Attribute