/** */ package net.certware.evidence.hugin.netDSL; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>States Attribute</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.certware.evidence.hugin.netDSL.StatesAttribute#getStates <em>States</em>}</li> * </ul> * </p> * * @see net.certware.evidence.hugin.netDSL.NetDSLPackage#getStatesAttribute() * @model * @generated */ public interface StatesAttribute extends Attribute { /** * Returns the value of the '<em><b>States</b></em>' attribute list. * The list contents are of type {@link java.lang.String}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>States</em>' attribute list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>States</em>' attribute list. * @see net.certware.evidence.hugin.netDSL.NetDSLPackage#getStatesAttribute_States() * @model unique="false" * @generated */ EList<String> getStates(); } // StatesAttribute