/** */ package org.xtest.xTest; import org.eclipse.emf.ecore.EObject; import org.eclipse.xtext.common.types.JvmEnumerationLiteral; import org.eclipse.xtext.xbase.XExpression; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>File Param</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.xtest.xTest.FileParam#getFeature <em>Feature</em>}</li> * <li>{@link org.xtest.xTest.FileParam#getValue <em>Value</em>}</li> * </ul> * </p> * * @see org.xtest.xTest.XTestPackage#getFileParam() * @model * @generated */ public interface FileParam extends EObject { /** * Returns the value of the '<em><b>Feature</b></em>' reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Feature</em>' reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Feature</em>' reference. * @see #setFeature(JvmEnumerationLiteral) * @see org.xtest.xTest.XTestPackage#getFileParam_Feature() * @model * @generated */ JvmEnumerationLiteral getFeature(); /** * Sets the value of the '{@link org.xtest.xTest.FileParam#getFeature <em>Feature</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Feature</em>' reference. * @see #getFeature() * @generated */ void setFeature(JvmEnumerationLiteral value); /** * Returns the value of the '<em><b>Value</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Value</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Value</em>' containment reference. * @see #setValue(XExpression) * @see org.xtest.xTest.XTestPackage#getFileParam_Value() * @model containment="true" * @generated */ XExpression getValue(); /** * Sets the value of the '{@link org.xtest.xTest.FileParam#getValue <em>Value</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Value</em>' containment reference. * @see #getValue() * @generated */ void setValue(XExpression value); } // FileParam