/******************************************************************************* * Copyright (c) 2005, 2009 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial implementation *******************************************************************************/ package org.eclipse.epf.msproject; import java.math.BigInteger; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Baseline2</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.epf.msproject.Baseline2#getNumber <em>Number</em>}</li> * <li>{@link org.eclipse.epf.msproject.Baseline2#getWork <em>Work</em>}</li> * <li>{@link org.eclipse.epf.msproject.Baseline2#getCost <em>Cost</em>}</li> * <li>{@link org.eclipse.epf.msproject.Baseline2#getBCWS <em>BCWS</em>}</li> * <li>{@link org.eclipse.epf.msproject.Baseline2#getBCWP <em>BCWP</em>}</li> * </ul> * </p> * * @see org.eclipse.epf.msproject.MsprojectPackage#getBaseline2() * @model extendedMetaData="name='Baseline_._1_._type' kind='elementOnly'" * @generated */ public interface Baseline2 extends EObject { /** * 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(BigInteger) * @see org.eclipse.epf.msproject.MsprojectPackage#getBaseline2_Number() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.Integer" required="true" * extendedMetaData="kind='element' name='Number' namespace='##targetNamespace'" * @generated */ BigInteger getNumber(); /** * Sets the value of the '{@link org.eclipse.epf.msproject.Baseline2#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(BigInteger value); /** * Returns the value of the '<em><b>Work</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * The work assigned the resource when the baseline is saved. * * <!-- end-model-doc --> * @return the value of the '<em>Work</em>' attribute. * @see #setWork(Object) * @see org.eclipse.epf.msproject.MsprojectPackage#getBaseline2_Work() * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.Duration" * extendedMetaData="kind='element' name='Work' namespace='##targetNamespace'" * @generated */ Object getWork(); /** * Sets the value of the '{@link org.eclipse.epf.msproject.Baseline2#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(Object value); /** * Returns the value of the '<em><b>Cost</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * The projected cost for the resource when the baseline was saved. * * <!-- end-model-doc --> * @return the value of the '<em>Cost</em>' attribute. * @see #isSetCost() * @see #unsetCost() * @see #setCost(float) * @see org.eclipse.epf.msproject.MsprojectPackage#getBaseline2_Cost() * @model unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Float" * extendedMetaData="kind='element' name='Cost' namespace='##targetNamespace'" * @generated */ float getCost(); /** * Sets the value of the '{@link org.eclipse.epf.msproject.Baseline2#getCost <em>Cost</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Cost</em>' attribute. * @see #isSetCost() * @see #unsetCost() * @see #getCost() * @generated */ void setCost(float value); /** * Unsets the value of the '{@link org.eclipse.epf.msproject.Baseline2#getCost <em>Cost</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetCost() * @see #getCost() * @see #setCost(float) * @generated */ void unsetCost(); /** * Returns whether the value of the '{@link org.eclipse.epf.msproject.Baseline2#getCost <em>Cost</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Cost</em>' attribute is set. * @see #unsetCost() * @see #getCost() * @see #setCost(float) * @generated */ boolean isSetCost(); /** * Returns the value of the '<em><b>BCWS</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * The budget cost of work scheduled for the resource. * * <!-- end-model-doc --> * @return the value of the '<em>BCWS</em>' attribute. * @see #isSetBCWS() * @see #unsetBCWS() * @see #setBCWS(float) * @see org.eclipse.epf.msproject.MsprojectPackage#getBaseline2_BCWS() * @model unique="false" 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 org.eclipse.epf.msproject.Baseline2#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 org.eclipse.epf.msproject.Baseline2#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 org.eclipse.epf.msproject.Baseline2#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 of the work performed by the resource for the project to-date. * * <!-- end-model-doc --> * @return the value of the '<em>BCWP</em>' attribute. * @see #isSetBCWP() * @see #unsetBCWP() * @see #setBCWP(float) * @see org.eclipse.epf.msproject.MsprojectPackage#getBaseline2_BCWP() * @model unique="false" 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 org.eclipse.epf.msproject.Baseline2#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 org.eclipse.epf.msproject.Baseline2#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 org.eclipse.epf.msproject.Baseline2#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(); } // Baseline2