/** * MSPDI is copyright Microsoft, Inc. * Implementation wrapper in ecore done by Kestrel Technology LLC */ package net.certware.planning.mspdi; import javax.xml.datatype.Duration; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Baseline Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.certware.planning.mspdi.BaselineType#getTimephasedData <em>Timephased Data</em>}</li> * <li>{@link net.certware.planning.mspdi.BaselineType#getNumber <em>Number</em>}</li> * <li>{@link net.certware.planning.mspdi.BaselineType#getStart <em>Start</em>}</li> * <li>{@link net.certware.planning.mspdi.BaselineType#getFinish <em>Finish</em>}</li> * <li>{@link net.certware.planning.mspdi.BaselineType#getWork <em>Work</em>}</li> * <li>{@link net.certware.planning.mspdi.BaselineType#getCost <em>Cost</em>}</li> * <li>{@link net.certware.planning.mspdi.BaselineType#getBCWS <em>BCWS</em>}</li> * <li>{@link net.certware.planning.mspdi.BaselineType#getBCWP <em>BCWP</em>}</li> * </ul> * </p> * * @see net.certware.planning.mspdi.MspdiPackage#getBaselineType() * @model extendedMetaData="name='Baseline_._type' kind='elementOnly'" * @generated */ public interface BaselineType extends EObject { /** * Returns the value of the '<em><b>Timephased Data</b></em>' containment reference list. * The list contents are of type {@link net.certware.planning.mspdi.TimephasedDataType}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * The time phased data associated with the Baseline. * <!-- end-model-doc --> * @return the value of the '<em>Timephased Data</em>' containment reference list. * @see net.certware.planning.mspdi.MspdiPackage#getBaselineType_TimephasedData() * @model containment="true" * extendedMetaData="kind='element' name='TimephasedData' namespace='##targetNamespace'" * @generated */ EList<TimephasedDataType> getTimephasedData(); /** * Returns the value of the '<em><b>Number</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * The unique number of the baseline data record. * <!-- end-model-doc --> * @return the value of the '<em>Number</em>' attribute. * @see #setNumber(String) * @see net.certware.planning.mspdi.MspdiPackage#getBaselineType_Number() * @model dataType="org.eclipse.emf.ecore.xml.type.String" required="true" * extendedMetaData="kind='element' name='Number' namespace='##targetNamespace'" * @generated */ String getNumber(); /** * Sets the value of the '{@link net.certware.planning.mspdi.BaselineType#getNumber <em>Number</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Number</em>' attribute. * @see #getNumber() * @generated */ void setNumber(String value); /** * Returns the value of the '<em><b>Start</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * The scheduled start date of the assignment when the baseline was saved. * <!-- end-model-doc --> * @return the value of the '<em>Start</em>' attribute. * @see #setStart(String) * @see net.certware.planning.mspdi.MspdiPackage#getBaselineType_Start() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='element' name='Start' namespace='##targetNamespace'" * @generated */ String getStart(); /** * Sets the value of the '{@link net.certware.planning.mspdi.BaselineType#getStart <em>Start</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Start</em>' attribute. * @see #getStart() * @generated */ void setStart(String value); /** * Returns the value of the '<em><b>Finish</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * The scheduled finish date of the assignment when the baseline was saved. * <!-- end-model-doc --> * @return the value of the '<em>Finish</em>' attribute. * @see #setFinish(String) * @see net.certware.planning.mspdi.MspdiPackage#getBaselineType_Finish() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='element' name='Finish' namespace='##targetNamespace'" * @generated */ String getFinish(); /** * Sets the value of the '{@link net.certware.planning.mspdi.BaselineType#getFinish <em>Finish</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Finish</em>' attribute. * @see #getFinish() * @generated */ void setFinish(String value); /** * Returns the value of the '<em><b>Work</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * The total amount of work scheduled on the assignment when the baseline was saved. * <!-- end-model-doc --> * @return the value of the '<em>Work</em>' attribute. * @see #setWork(Duration) * @see net.certware.planning.mspdi.MspdiPackage#getBaselineType_Work() * @model dataType="org.eclipse.emf.ecore.xml.type.Duration" * extendedMetaData="kind='element' name='Work' namespace='##targetNamespace'" * @generated */ Duration getWork(); /** * Sets the value of the '{@link net.certware.planning.mspdi.BaselineType#getWork <em>Work</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Work</em>' attribute. * @see #getWork() * @generated */ void setWork(Duration value); /** * Returns the value of the '<em><b>Cost</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * The total projected cost of the assignment when the baseline was saved. * <!-- end-model-doc --> * @return the value of the '<em>Cost</em>' attribute. * @see #setCost(String) * @see net.certware.planning.mspdi.MspdiPackage#getBaselineType_Cost() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='element' name='Cost' namespace='##targetNamespace'" * @generated */ String getCost(); /** * Sets the value of the '{@link net.certware.planning.mspdi.BaselineType#getCost <em>Cost</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Cost</em>' attribute. * @see #getCost() * @generated */ void setCost(String value); /** * Returns the value of the '<em><b>BCWS</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * The budgeted cost of work on the assignment. * <!-- end-model-doc --> * @return the value of the '<em>BCWS</em>' attribute. * @see #isSetBCWS() * @see #unsetBCWS() * @see #setBCWS(float) * @see net.certware.planning.mspdi.MspdiPackage#getBaselineType_BCWS() * @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Float" * extendedMetaData="kind='element' name='BCWS' namespace='##targetNamespace'" * @generated */ float getBCWS(); /** * Sets the value of the '{@link net.certware.planning.mspdi.BaselineType#getBCWS <em>BCWS</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>BCWS</em>' attribute. * @see #isSetBCWS() * @see #unsetBCWS() * @see #getBCWS() * @generated */ void setBCWS(float value); /** * Unsets the value of the '{@link net.certware.planning.mspdi.BaselineType#getBCWS <em>BCWS</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetBCWS() * @see #getBCWS() * @see #setBCWS(float) * @generated */ void unsetBCWS(); /** * Returns whether the value of the '{@link net.certware.planning.mspdi.BaselineType#getBCWS <em>BCWS</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>BCWS</em>' attribute is set. * @see #unsetBCWS() * @see #getBCWS() * @see #setBCWS(float) * @generated */ boolean isSetBCWS(); /** * Returns the value of the '<em><b>BCWP</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * The budgeted cost of work performed on the assignment to-date. * <!-- end-model-doc --> * @return the value of the '<em>BCWP</em>' attribute. * @see #isSetBCWP() * @see #unsetBCWP() * @see #setBCWP(float) * @see net.certware.planning.mspdi.MspdiPackage#getBaselineType_BCWP() * @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Float" * extendedMetaData="kind='element' name='BCWP' namespace='##targetNamespace'" * @generated */ float getBCWP(); /** * Sets the value of the '{@link net.certware.planning.mspdi.BaselineType#getBCWP <em>BCWP</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>BCWP</em>' attribute. * @see #isSetBCWP() * @see #unsetBCWP() * @see #getBCWP() * @generated */ void setBCWP(float value); /** * Unsets the value of the '{@link net.certware.planning.mspdi.BaselineType#getBCWP <em>BCWP</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetBCWP() * @see #getBCWP() * @see #setBCWP(float) * @generated */ void unsetBCWP(); /** * Returns whether the value of the '{@link net.certware.planning.mspdi.BaselineType#getBCWP <em>BCWP</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>BCWP</em>' attribute is set. * @see #unsetBCWP() * @see #getBCWP() * @see #setBCWP(float) * @generated */ boolean isSetBCWP(); } // BaselineType