
org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties 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 Mechanical Material Properties'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getDynamicViscosity Dynamic Viscosity}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getDynamicViscosityAsString Dynamic Viscosity As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getYoungModulus Young Modulus}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getYoungModulusAsString Young Modulus As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getShearModulus Shear Modulus}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getShearModulusAsString Shear Modulus As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getPoissonRatio Poisson Ratio}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getPoissonRatioAsString Poisson Ratio As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getThermalExpansionCoefficient Thermal Expansion Coefficient}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getThermalExpansionCoefficientAsString Thermal Expansion Coefficient As String}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalMaterialProperties()
* @model
* @generated
*/
public interface IfcMechanicalMaterialProperties extends IfcMaterialProperties {
/**
* Returns the value of the 'Dynamic Viscosity' attribute.
*
*
* If the meaning of the 'Dynamic Viscosity' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Dynamic Viscosity' attribute.
* @see #isSetDynamicViscosity()
* @see #unsetDynamicViscosity()
* @see #setDynamicViscosity(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalMaterialProperties_DynamicViscosity()
* @model unsettable="true"
* @generated
*/
double getDynamicViscosity();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getDynamicViscosity Dynamic Viscosity}' attribute.
*
*
* @param value the new value of the 'Dynamic Viscosity' attribute.
* @see #isSetDynamicViscosity()
* @see #unsetDynamicViscosity()
* @see #getDynamicViscosity()
* @generated
*/
void setDynamicViscosity(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getDynamicViscosity Dynamic Viscosity}' attribute.
*
*
* @see #isSetDynamicViscosity()
* @see #getDynamicViscosity()
* @see #setDynamicViscosity(double)
* @generated
*/
void unsetDynamicViscosity();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getDynamicViscosity Dynamic Viscosity}' attribute is set.
*
*
* @return whether the value of the 'Dynamic Viscosity' attribute is set.
* @see #unsetDynamicViscosity()
* @see #getDynamicViscosity()
* @see #setDynamicViscosity(double)
* @generated
*/
boolean isSetDynamicViscosity();
/**
* Returns the value of the 'Dynamic Viscosity As String' attribute.
*
*
* If the meaning of the 'Dynamic Viscosity As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Dynamic Viscosity As String' attribute.
* @see #isSetDynamicViscosityAsString()
* @see #unsetDynamicViscosityAsString()
* @see #setDynamicViscosityAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalMaterialProperties_DynamicViscosityAsString()
* @model unsettable="true"
* @generated
*/
String getDynamicViscosityAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getDynamicViscosityAsString Dynamic Viscosity As String}' attribute.
*
*
* @param value the new value of the 'Dynamic Viscosity As String' attribute.
* @see #isSetDynamicViscosityAsString()
* @see #unsetDynamicViscosityAsString()
* @see #getDynamicViscosityAsString()
* @generated
*/
void setDynamicViscosityAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getDynamicViscosityAsString Dynamic Viscosity As String}' attribute.
*
*
* @see #isSetDynamicViscosityAsString()
* @see #getDynamicViscosityAsString()
* @see #setDynamicViscosityAsString(String)
* @generated
*/
void unsetDynamicViscosityAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getDynamicViscosityAsString Dynamic Viscosity As String}' attribute is set.
*
*
* @return whether the value of the 'Dynamic Viscosity As String' attribute is set.
* @see #unsetDynamicViscosityAsString()
* @see #getDynamicViscosityAsString()
* @see #setDynamicViscosityAsString(String)
* @generated
*/
boolean isSetDynamicViscosityAsString();
/**
* Returns the value of the 'Young Modulus' attribute.
*
*
* If the meaning of the 'Young Modulus' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Young Modulus' attribute.
* @see #isSetYoungModulus()
* @see #unsetYoungModulus()
* @see #setYoungModulus(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalMaterialProperties_YoungModulus()
* @model unsettable="true"
* @generated
*/
double getYoungModulus();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getYoungModulus Young Modulus}' attribute.
*
*
* @param value the new value of the 'Young Modulus' attribute.
* @see #isSetYoungModulus()
* @see #unsetYoungModulus()
* @see #getYoungModulus()
* @generated
*/
void setYoungModulus(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getYoungModulus Young Modulus}' attribute.
*
*
* @see #isSetYoungModulus()
* @see #getYoungModulus()
* @see #setYoungModulus(double)
* @generated
*/
void unsetYoungModulus();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getYoungModulus Young Modulus}' attribute is set.
*
*
* @return whether the value of the 'Young Modulus' attribute is set.
* @see #unsetYoungModulus()
* @see #getYoungModulus()
* @see #setYoungModulus(double)
* @generated
*/
boolean isSetYoungModulus();
/**
* Returns the value of the 'Young Modulus As String' attribute.
*
*
* If the meaning of the 'Young Modulus As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Young Modulus As String' attribute.
* @see #isSetYoungModulusAsString()
* @see #unsetYoungModulusAsString()
* @see #setYoungModulusAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalMaterialProperties_YoungModulusAsString()
* @model unsettable="true"
* @generated
*/
String getYoungModulusAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getYoungModulusAsString Young Modulus As String}' attribute.
*
*
* @param value the new value of the 'Young Modulus As String' attribute.
* @see #isSetYoungModulusAsString()
* @see #unsetYoungModulusAsString()
* @see #getYoungModulusAsString()
* @generated
*/
void setYoungModulusAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getYoungModulusAsString Young Modulus As String}' attribute.
*
*
* @see #isSetYoungModulusAsString()
* @see #getYoungModulusAsString()
* @see #setYoungModulusAsString(String)
* @generated
*/
void unsetYoungModulusAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getYoungModulusAsString Young Modulus As String}' attribute is set.
*
*
* @return whether the value of the 'Young Modulus As String' attribute is set.
* @see #unsetYoungModulusAsString()
* @see #getYoungModulusAsString()
* @see #setYoungModulusAsString(String)
* @generated
*/
boolean isSetYoungModulusAsString();
/**
* Returns the value of the 'Shear Modulus' attribute.
*
*
* If the meaning of the 'Shear Modulus' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Shear Modulus' attribute.
* @see #isSetShearModulus()
* @see #unsetShearModulus()
* @see #setShearModulus(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalMaterialProperties_ShearModulus()
* @model unsettable="true"
* @generated
*/
double getShearModulus();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getShearModulus Shear Modulus}' attribute.
*
*
* @param value the new value of the 'Shear Modulus' attribute.
* @see #isSetShearModulus()
* @see #unsetShearModulus()
* @see #getShearModulus()
* @generated
*/
void setShearModulus(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getShearModulus Shear Modulus}' attribute.
*
*
* @see #isSetShearModulus()
* @see #getShearModulus()
* @see #setShearModulus(double)
* @generated
*/
void unsetShearModulus();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getShearModulus Shear Modulus}' attribute is set.
*
*
* @return whether the value of the 'Shear Modulus' attribute is set.
* @see #unsetShearModulus()
* @see #getShearModulus()
* @see #setShearModulus(double)
* @generated
*/
boolean isSetShearModulus();
/**
* Returns the value of the 'Shear Modulus As String' attribute.
*
*
* If the meaning of the 'Shear Modulus As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Shear Modulus As String' attribute.
* @see #isSetShearModulusAsString()
* @see #unsetShearModulusAsString()
* @see #setShearModulusAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalMaterialProperties_ShearModulusAsString()
* @model unsettable="true"
* @generated
*/
String getShearModulusAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getShearModulusAsString Shear Modulus As String}' attribute.
*
*
* @param value the new value of the 'Shear Modulus As String' attribute.
* @see #isSetShearModulusAsString()
* @see #unsetShearModulusAsString()
* @see #getShearModulusAsString()
* @generated
*/
void setShearModulusAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getShearModulusAsString Shear Modulus As String}' attribute.
*
*
* @see #isSetShearModulusAsString()
* @see #getShearModulusAsString()
* @see #setShearModulusAsString(String)
* @generated
*/
void unsetShearModulusAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getShearModulusAsString Shear Modulus As String}' attribute is set.
*
*
* @return whether the value of the 'Shear Modulus As String' attribute is set.
* @see #unsetShearModulusAsString()
* @see #getShearModulusAsString()
* @see #setShearModulusAsString(String)
* @generated
*/
boolean isSetShearModulusAsString();
/**
* Returns the value of the 'Poisson Ratio' attribute.
*
*
* If the meaning of the 'Poisson Ratio' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Poisson Ratio' attribute.
* @see #isSetPoissonRatio()
* @see #unsetPoissonRatio()
* @see #setPoissonRatio(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalMaterialProperties_PoissonRatio()
* @model unsettable="true"
* @generated
*/
double getPoissonRatio();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getPoissonRatio Poisson Ratio}' attribute.
*
*
* @param value the new value of the 'Poisson Ratio' attribute.
* @see #isSetPoissonRatio()
* @see #unsetPoissonRatio()
* @see #getPoissonRatio()
* @generated
*/
void setPoissonRatio(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getPoissonRatio Poisson Ratio}' attribute.
*
*
* @see #isSetPoissonRatio()
* @see #getPoissonRatio()
* @see #setPoissonRatio(double)
* @generated
*/
void unsetPoissonRatio();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getPoissonRatio Poisson Ratio}' attribute is set.
*
*
* @return whether the value of the 'Poisson Ratio' attribute is set.
* @see #unsetPoissonRatio()
* @see #getPoissonRatio()
* @see #setPoissonRatio(double)
* @generated
*/
boolean isSetPoissonRatio();
/**
* Returns the value of the 'Poisson Ratio As String' attribute.
*
*
* If the meaning of the 'Poisson Ratio As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Poisson Ratio As String' attribute.
* @see #isSetPoissonRatioAsString()
* @see #unsetPoissonRatioAsString()
* @see #setPoissonRatioAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalMaterialProperties_PoissonRatioAsString()
* @model unsettable="true"
* @generated
*/
String getPoissonRatioAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getPoissonRatioAsString Poisson Ratio As String}' attribute.
*
*
* @param value the new value of the 'Poisson Ratio As String' attribute.
* @see #isSetPoissonRatioAsString()
* @see #unsetPoissonRatioAsString()
* @see #getPoissonRatioAsString()
* @generated
*/
void setPoissonRatioAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getPoissonRatioAsString Poisson Ratio As String}' attribute.
*
*
* @see #isSetPoissonRatioAsString()
* @see #getPoissonRatioAsString()
* @see #setPoissonRatioAsString(String)
* @generated
*/
void unsetPoissonRatioAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getPoissonRatioAsString Poisson Ratio As String}' attribute is set.
*
*
* @return whether the value of the 'Poisson Ratio As String' attribute is set.
* @see #unsetPoissonRatioAsString()
* @see #getPoissonRatioAsString()
* @see #setPoissonRatioAsString(String)
* @generated
*/
boolean isSetPoissonRatioAsString();
/**
* Returns the value of the 'Thermal Expansion Coefficient' attribute.
*
*
* If the meaning of the 'Thermal Expansion Coefficient' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Thermal Expansion Coefficient' attribute.
* @see #isSetThermalExpansionCoefficient()
* @see #unsetThermalExpansionCoefficient()
* @see #setThermalExpansionCoefficient(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalMaterialProperties_ThermalExpansionCoefficient()
* @model unsettable="true"
* @generated
*/
double getThermalExpansionCoefficient();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getThermalExpansionCoefficient Thermal Expansion Coefficient}' attribute.
*
*
* @param value the new value of the 'Thermal Expansion Coefficient' attribute.
* @see #isSetThermalExpansionCoefficient()
* @see #unsetThermalExpansionCoefficient()
* @see #getThermalExpansionCoefficient()
* @generated
*/
void setThermalExpansionCoefficient(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getThermalExpansionCoefficient Thermal Expansion Coefficient}' attribute.
*
*
* @see #isSetThermalExpansionCoefficient()
* @see #getThermalExpansionCoefficient()
* @see #setThermalExpansionCoefficient(double)
* @generated
*/
void unsetThermalExpansionCoefficient();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getThermalExpansionCoefficient Thermal Expansion Coefficient}' attribute is set.
*
*
* @return whether the value of the 'Thermal Expansion Coefficient' attribute is set.
* @see #unsetThermalExpansionCoefficient()
* @see #getThermalExpansionCoefficient()
* @see #setThermalExpansionCoefficient(double)
* @generated
*/
boolean isSetThermalExpansionCoefficient();
/**
* Returns the value of the 'Thermal Expansion Coefficient As String' attribute.
*
*
* If the meaning of the 'Thermal Expansion Coefficient As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Thermal Expansion Coefficient As String' attribute.
* @see #isSetThermalExpansionCoefficientAsString()
* @see #unsetThermalExpansionCoefficientAsString()
* @see #setThermalExpansionCoefficientAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalMaterialProperties_ThermalExpansionCoefficientAsString()
* @model unsettable="true"
* @generated
*/
String getThermalExpansionCoefficientAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getThermalExpansionCoefficientAsString Thermal Expansion Coefficient As String}' attribute.
*
*
* @param value the new value of the 'Thermal Expansion Coefficient As String' attribute.
* @see #isSetThermalExpansionCoefficientAsString()
* @see #unsetThermalExpansionCoefficientAsString()
* @see #getThermalExpansionCoefficientAsString()
* @generated
*/
void setThermalExpansionCoefficientAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getThermalExpansionCoefficientAsString Thermal Expansion Coefficient As String}' attribute.
*
*
* @see #isSetThermalExpansionCoefficientAsString()
* @see #getThermalExpansionCoefficientAsString()
* @see #setThermalExpansionCoefficientAsString(String)
* @generated
*/
void unsetThermalExpansionCoefficientAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getThermalExpansionCoefficientAsString Thermal Expansion Coefficient As String}' attribute is set.
*
*
* @return whether the value of the 'Thermal Expansion Coefficient As String' attribute is set.
* @see #unsetThermalExpansionCoefficientAsString()
* @see #getThermalExpansionCoefficientAsString()
* @see #setThermalExpansionCoefficientAsString(String)
* @generated
*/
boolean isSetThermalExpansionCoefficientAsString();
} // IfcMechanicalMaterialProperties