/** */ package net.certware.evidence.hugin.netDSL; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Subtype Attribute</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.certware.evidence.hugin.netDSL.SubtypeAttribute#getSubtype <em>Subtype</em>}</li> * </ul> * </p> * * @see net.certware.evidence.hugin.netDSL.NetDSLPackage#getSubtypeAttribute() * @model * @generated */ public interface SubtypeAttribute extends Attribute { /** * Returns the value of the '<em><b>Subtype</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Subtype</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Subtype</em>' attribute. * @see #setSubtype(String) * @see net.certware.evidence.hugin.netDSL.NetDSLPackage#getSubtypeAttribute_Subtype() * @model * @generated */ String getSubtype(); /** * Sets the value of the '{@link net.certware.evidence.hugin.netDSL.SubtypeAttribute#getSubtype <em>Subtype</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Subtype</em>' attribute. * @see #getSubtype() * @generated */ void setSubtype(String value); } // SubtypeAttribute