/** * Copyright (c) 2010 Object Management Group (SMM metamodel) * Copyright (c) 2010 Castor Technology (ecore from schema, Eclipse GMT MODISCO) * Kestrel Technology LLC (modified generated models) */ package net.certware.measurement.smm; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Direct Measure</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.certware.measurement.smm.DirectMeasure#getOperation <em>Operation</em>}</li> * </ul> * </p> * * @see net.certware.measurement.smm.SmmPackage#getDirectMeasure() * @model * @generated */ public interface DirectMeasure extends DimensionalMeasure { /** * Returns the value of the '<em><b>Operation</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Operation</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Operation</em>' attribute. * @see #setOperation(String) * @see net.certware.measurement.smm.SmmPackage#getDirectMeasure_Operation() * @model required="true" * @generated */ String getOperation(); /** * Sets the value of the '{@link net.certware.measurement.smm.DirectMeasure#getOperation <em>Operation</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Operation</em>' attribute. * @see #getOperation() * @generated */ void setOperation(String value); } // DirectMeasure