/** */ package net.certware.intent.state.stateSpecification; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Value List</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link net.certware.intent.state.stateSpecification.ValueList#getValues <em>Values</em>}</li> * </ul> * * @see net.certware.intent.state.stateSpecification.StateSpecificationPackage#getValueList() * @model * @generated */ public interface ValueList extends EObject { /** * Returns the value of the '<em><b>Values</b></em>' attribute list. * The list contents are of type {@link java.lang.String}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Values</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>Values</em>' attribute list. * @see net.certware.intent.state.stateSpecification.StateSpecificationPackage#getValueList_Values() * @model unique="false" * @generated */ EList<String> getValues(); } // ValueList