/** * <copyright> * </copyright> * * $Id$ */ package eu.geclipse.jsdl.model.functions; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Values Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link eu.geclipse.jsdl.model.functions.ValuesType#getValue <em>Value</em>}</li> * </ul> * </p> * * @see eu.geclipse.jsdl.model.functions.FunctionsPackage#getValuesType() * @model extendedMetaData="name='Values_._type' kind='elementOnly'" * @generated */ public interface ValuesType extends EObject { /** * Returns the value of the '<em><b>Value</b></em>' attribute list. * The list contents are of type {@link java.lang.String}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Value</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>Value</em>' attribute list. * @see eu.geclipse.jsdl.model.functions.FunctionsPackage#getValuesType_Value() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" * extendedMetaData="kind='element' name='Value' namespace='##targetNamespace'" * @generated */ EList getValue(); } // ValuesType