An error occurred while loading the file. Please try again.
-
Rushikesh Padsala authored1c153103
/**
*/
package de.hftstuttgart.energycomponents;
import de.hftstuttgart.cityunits.model.NullableQuantity;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Material</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link de.hftstuttgart.energycomponents.Material#getThermalConductivity <em>Thermal Conductivity</em>}</li>
* <li>{@link de.hftstuttgart.energycomponents.Material#getName <em>Name</em>}</li>
* </ul>
*
* @see de.hftstuttgart.energycomponents.EnCompPackage#getMaterial()
* @model
* @generated
*/
public interface Material extends EObject {
/**
* Returns the value of the '<em><b>Thermal Conductivity</b></em>' attribute.
* The default value is <code>" W/(m*K)"</code>.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* W/(m*K)
* <!-- end-model-doc -->
* @return the value of the '<em>Thermal Conductivity</em>' attribute.
* @see #setThermalConductivity(NullableQuantity)
* @see de.hftstuttgart.energycomponents.EnCompPackage#getMaterial_ThermalConductivity()
* @model default=" W/(m*K)" dataType="de.hftstuttgart.cityunits.model.quantities.QuantityDouble"
* @generated
*/
NullableQuantity getThermalConductivity();
/**
* Sets the value of the '{@link de.hftstuttgart.energycomponents.Material#getThermalConductivity <em>Thermal Conductivity</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Thermal Conductivity</em>' attribute.
* @see #getThermalConductivity()
* @generated
*/
void setThermalConductivity(NullableQuantity value);
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see de.hftstuttgart.energycomponents.EnCompPackage#getMaterial_Name()
* @model required="true"
* @generated
*/
String getName();
/**
* Sets the value of the '{@link de.hftstuttgart.energycomponents.Material#getName <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' attribute.
* @see #getName()