An error occurred while loading the file. Please try again.
otherCost.java 2.69 KiB
/**
 */
package de.hftstuttgart.energycomponents;
import org.eclipse.emf.ecore.EObject;
/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>other Cost</b></em>'.
 * <!-- end-user-doc -->
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link de.hftstuttgart.energycomponents.otherCost#getAdministrationAndOtherCostShare <em>Administration And Other Cost Share</em>}</li>
 *   <li>{@link de.hftstuttgart.energycomponents.otherCost#getMaintenanceCostShare <em>Maintenance Cost Share</em>}</li>
 * </ul>
 * @see de.hftstuttgart.energycomponents.EnCompPackage#getotherCost()
 * @model abstract="true"
 * @generated
public interface otherCost extends EObject {
	/**
	 * Returns the value of the '<em><b>Administration And Other Cost Share</b></em>' attribute.
	 * The default value is <code>"0.015"</code>.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * <!-- begin-model-doc -->
	 * share of investment cost
	 * <!-- end-model-doc -->
	 * @return the value of the '<em>Administration And Other Cost Share</em>' attribute.
	 * @see #setAdministrationAndOtherCostShare(double)
	 * @see de.hftstuttgart.energycomponents.EnCompPackage#getotherCost_AdministrationAndOtherCostShare()
	 * @model default="0.015"
	 * @generated
	double getAdministrationAndOtherCostShare();
	/**
	 * Sets the value of the '{@link de.hftstuttgart.energycomponents.otherCost#getAdministrationAndOtherCostShare <em>Administration And Other Cost Share</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Administration And Other Cost Share</em>' attribute.
	 * @see #getAdministrationAndOtherCostShare()
	 * @generated
	void setAdministrationAndOtherCostShare(double value);
	/**
	 * Returns the value of the '<em><b>Maintenance Cost Share</b></em>' attribute.
	 * The default value is <code>"0.015"</code>.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * <!-- begin-model-doc -->
	 * share of investment cost
	 * <!-- end-model-doc -->
	 * @return the value of the '<em>Maintenance Cost Share</em>' attribute.
	 * @see #setMaintenanceCostShare(double)
	 * @see de.hftstuttgart.energycomponents.EnCompPackage#getotherCost_MaintenanceCostShare()
	 * @model default="0.015"
	 * @generated
	double getMaintenanceCostShare();
	/**
	 * Sets the value of the '{@link de.hftstuttgart.energycomponents.otherCost#getMaintenanceCostShare <em>Maintenance Cost Share</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
* @param value the new value of the '<em>Maintenance Cost Share</em>' attribute. * @see #getMaintenanceCostShare() * @generated */ void setMaintenanceCostShare(double value); } // otherCost