
org.bimserver.models.ifc2x3tc1.IfcFuelProperties Maven / Gradle / Ivy
Show all versions of PluginBase Show documentation
/**
* Copyright (C) 2009-2014 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.bimserver.models.ifc2x3tc1;
/**
*
* A representation of the model object 'Ifc Fuel Properties'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCombustionTemperature Combustion Temperature}
* - {@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCombustionTemperatureAsString Combustion Temperature As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCarbonContent Carbon Content}
* - {@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCarbonContentAsString Carbon Content As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getLowerHeatingValue Lower Heating Value}
* - {@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getLowerHeatingValueAsString Lower Heating Value As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getHigherHeatingValue Higher Heating Value}
* - {@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getHigherHeatingValueAsString Higher Heating Value As String}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFuelProperties()
* @model
* @generated
*/
public interface IfcFuelProperties extends IfcMaterialProperties {
/**
* Returns the value of the 'Combustion Temperature' attribute.
*
*
* If the meaning of the 'Combustion Temperature' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Combustion Temperature' attribute.
* @see #isSetCombustionTemperature()
* @see #unsetCombustionTemperature()
* @see #setCombustionTemperature(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFuelProperties_CombustionTemperature()
* @model unsettable="true"
* @generated
*/
double getCombustionTemperature();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCombustionTemperature Combustion Temperature}' attribute.
*
*
* @param value the new value of the 'Combustion Temperature' attribute.
* @see #isSetCombustionTemperature()
* @see #unsetCombustionTemperature()
* @see #getCombustionTemperature()
* @generated
*/
void setCombustionTemperature(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCombustionTemperature Combustion Temperature}' attribute.
*
*
* @see #isSetCombustionTemperature()
* @see #getCombustionTemperature()
* @see #setCombustionTemperature(double)
* @generated
*/
void unsetCombustionTemperature();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCombustionTemperature Combustion Temperature}' attribute is set.
*
*
* @return whether the value of the 'Combustion Temperature' attribute is set.
* @see #unsetCombustionTemperature()
* @see #getCombustionTemperature()
* @see #setCombustionTemperature(double)
* @generated
*/
boolean isSetCombustionTemperature();
/**
* Returns the value of the 'Combustion Temperature As String' attribute.
*
*
* If the meaning of the 'Combustion Temperature As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Combustion Temperature As String' attribute.
* @see #isSetCombustionTemperatureAsString()
* @see #unsetCombustionTemperatureAsString()
* @see #setCombustionTemperatureAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFuelProperties_CombustionTemperatureAsString()
* @model unsettable="true"
* @generated
*/
String getCombustionTemperatureAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCombustionTemperatureAsString Combustion Temperature As String}' attribute.
*
*
* @param value the new value of the 'Combustion Temperature As String' attribute.
* @see #isSetCombustionTemperatureAsString()
* @see #unsetCombustionTemperatureAsString()
* @see #getCombustionTemperatureAsString()
* @generated
*/
void setCombustionTemperatureAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCombustionTemperatureAsString Combustion Temperature As String}' attribute.
*
*
* @see #isSetCombustionTemperatureAsString()
* @see #getCombustionTemperatureAsString()
* @see #setCombustionTemperatureAsString(String)
* @generated
*/
void unsetCombustionTemperatureAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCombustionTemperatureAsString Combustion Temperature As String}' attribute is set.
*
*
* @return whether the value of the 'Combustion Temperature As String' attribute is set.
* @see #unsetCombustionTemperatureAsString()
* @see #getCombustionTemperatureAsString()
* @see #setCombustionTemperatureAsString(String)
* @generated
*/
boolean isSetCombustionTemperatureAsString();
/**
* Returns the value of the 'Carbon Content' attribute.
*
*
* If the meaning of the 'Carbon Content' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Carbon Content' attribute.
* @see #isSetCarbonContent()
* @see #unsetCarbonContent()
* @see #setCarbonContent(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFuelProperties_CarbonContent()
* @model unsettable="true"
* @generated
*/
double getCarbonContent();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCarbonContent Carbon Content}' attribute.
*
*
* @param value the new value of the 'Carbon Content' attribute.
* @see #isSetCarbonContent()
* @see #unsetCarbonContent()
* @see #getCarbonContent()
* @generated
*/
void setCarbonContent(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCarbonContent Carbon Content}' attribute.
*
*
* @see #isSetCarbonContent()
* @see #getCarbonContent()
* @see #setCarbonContent(double)
* @generated
*/
void unsetCarbonContent();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCarbonContent Carbon Content}' attribute is set.
*
*
* @return whether the value of the 'Carbon Content' attribute is set.
* @see #unsetCarbonContent()
* @see #getCarbonContent()
* @see #setCarbonContent(double)
* @generated
*/
boolean isSetCarbonContent();
/**
* Returns the value of the 'Carbon Content As String' attribute.
*
*
* If the meaning of the 'Carbon Content As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Carbon Content As String' attribute.
* @see #isSetCarbonContentAsString()
* @see #unsetCarbonContentAsString()
* @see #setCarbonContentAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFuelProperties_CarbonContentAsString()
* @model unsettable="true"
* @generated
*/
String getCarbonContentAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCarbonContentAsString Carbon Content As String}' attribute.
*
*
* @param value the new value of the 'Carbon Content As String' attribute.
* @see #isSetCarbonContentAsString()
* @see #unsetCarbonContentAsString()
* @see #getCarbonContentAsString()
* @generated
*/
void setCarbonContentAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCarbonContentAsString Carbon Content As String}' attribute.
*
*
* @see #isSetCarbonContentAsString()
* @see #getCarbonContentAsString()
* @see #setCarbonContentAsString(String)
* @generated
*/
void unsetCarbonContentAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCarbonContentAsString Carbon Content As String}' attribute is set.
*
*
* @return whether the value of the 'Carbon Content As String' attribute is set.
* @see #unsetCarbonContentAsString()
* @see #getCarbonContentAsString()
* @see #setCarbonContentAsString(String)
* @generated
*/
boolean isSetCarbonContentAsString();
/**
* Returns the value of the 'Lower Heating Value' attribute.
*
*
* If the meaning of the 'Lower Heating Value' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Lower Heating Value' attribute.
* @see #isSetLowerHeatingValue()
* @see #unsetLowerHeatingValue()
* @see #setLowerHeatingValue(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFuelProperties_LowerHeatingValue()
* @model unsettable="true"
* @generated
*/
double getLowerHeatingValue();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getLowerHeatingValue Lower Heating Value}' attribute.
*
*
* @param value the new value of the 'Lower Heating Value' attribute.
* @see #isSetLowerHeatingValue()
* @see #unsetLowerHeatingValue()
* @see #getLowerHeatingValue()
* @generated
*/
void setLowerHeatingValue(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getLowerHeatingValue Lower Heating Value}' attribute.
*
*
* @see #isSetLowerHeatingValue()
* @see #getLowerHeatingValue()
* @see #setLowerHeatingValue(double)
* @generated
*/
void unsetLowerHeatingValue();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getLowerHeatingValue Lower Heating Value}' attribute is set.
*
*
* @return whether the value of the 'Lower Heating Value' attribute is set.
* @see #unsetLowerHeatingValue()
* @see #getLowerHeatingValue()
* @see #setLowerHeatingValue(double)
* @generated
*/
boolean isSetLowerHeatingValue();
/**
* Returns the value of the 'Lower Heating Value As String' attribute.
*
*
* If the meaning of the 'Lower Heating Value As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Lower Heating Value As String' attribute.
* @see #isSetLowerHeatingValueAsString()
* @see #unsetLowerHeatingValueAsString()
* @see #setLowerHeatingValueAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFuelProperties_LowerHeatingValueAsString()
* @model unsettable="true"
* @generated
*/
String getLowerHeatingValueAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getLowerHeatingValueAsString Lower Heating Value As String}' attribute.
*
*
* @param value the new value of the 'Lower Heating Value As String' attribute.
* @see #isSetLowerHeatingValueAsString()
* @see #unsetLowerHeatingValueAsString()
* @see #getLowerHeatingValueAsString()
* @generated
*/
void setLowerHeatingValueAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getLowerHeatingValueAsString Lower Heating Value As String}' attribute.
*
*
* @see #isSetLowerHeatingValueAsString()
* @see #getLowerHeatingValueAsString()
* @see #setLowerHeatingValueAsString(String)
* @generated
*/
void unsetLowerHeatingValueAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getLowerHeatingValueAsString Lower Heating Value As String}' attribute is set.
*
*
* @return whether the value of the 'Lower Heating Value As String' attribute is set.
* @see #unsetLowerHeatingValueAsString()
* @see #getLowerHeatingValueAsString()
* @see #setLowerHeatingValueAsString(String)
* @generated
*/
boolean isSetLowerHeatingValueAsString();
/**
* Returns the value of the 'Higher Heating Value' attribute.
*
*
* If the meaning of the 'Higher Heating Value' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Higher Heating Value' attribute.
* @see #isSetHigherHeatingValue()
* @see #unsetHigherHeatingValue()
* @see #setHigherHeatingValue(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFuelProperties_HigherHeatingValue()
* @model unsettable="true"
* @generated
*/
double getHigherHeatingValue();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getHigherHeatingValue Higher Heating Value}' attribute.
*
*
* @param value the new value of the 'Higher Heating Value' attribute.
* @see #isSetHigherHeatingValue()
* @see #unsetHigherHeatingValue()
* @see #getHigherHeatingValue()
* @generated
*/
void setHigherHeatingValue(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getHigherHeatingValue Higher Heating Value}' attribute.
*
*
* @see #isSetHigherHeatingValue()
* @see #getHigherHeatingValue()
* @see #setHigherHeatingValue(double)
* @generated
*/
void unsetHigherHeatingValue();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getHigherHeatingValue Higher Heating Value}' attribute is set.
*
*
* @return whether the value of the 'Higher Heating Value' attribute is set.
* @see #unsetHigherHeatingValue()
* @see #getHigherHeatingValue()
* @see #setHigherHeatingValue(double)
* @generated
*/
boolean isSetHigherHeatingValue();
/**
* Returns the value of the 'Higher Heating Value As String' attribute.
*
*
* If the meaning of the 'Higher Heating Value As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Higher Heating Value As String' attribute.
* @see #isSetHigherHeatingValueAsString()
* @see #unsetHigherHeatingValueAsString()
* @see #setHigherHeatingValueAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcFuelProperties_HigherHeatingValueAsString()
* @model unsettable="true"
* @generated
*/
String getHigherHeatingValueAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getHigherHeatingValueAsString Higher Heating Value As String}' attribute.
*
*
* @param value the new value of the 'Higher Heating Value As String' attribute.
* @see #isSetHigherHeatingValueAsString()
* @see #unsetHigherHeatingValueAsString()
* @see #getHigherHeatingValueAsString()
* @generated
*/
void setHigherHeatingValueAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getHigherHeatingValueAsString Higher Heating Value As String}' attribute.
*
*
* @see #isSetHigherHeatingValueAsString()
* @see #getHigherHeatingValueAsString()
* @see #setHigherHeatingValueAsString(String)
* @generated
*/
void unsetHigherHeatingValueAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getHigherHeatingValueAsString Higher Heating Value As String}' attribute is set.
*
*
* @return whether the value of the 'Higher Heating Value As String' attribute is set.
* @see #unsetHigherHeatingValueAsString()
* @see #getHigherHeatingValueAsString()
* @see #setHigherHeatingValueAsString(String)
* @generated
*/
boolean isSetHigherHeatingValueAsString();
} // IfcFuelProperties