
org.bimserver.models.ifc2x3tc1.IfcMaterialLayer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of PluginBase Show documentation
Show all versions of PluginBase Show documentation
Base project for BIMserver plugin development. Some plugins mights also need the Shared library
/**
* 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 Material Layer'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getMaterial Material}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getLayerThickness Layer Thickness}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getLayerThicknessAsString Layer Thickness As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getIsVentilated Is Ventilated}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getToMaterialLayerSet To Material Layer Set}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMaterialLayer()
* @model
* @generated
*/
public interface IfcMaterialLayer extends IfcMaterialSelect, IfcObjectReferenceSelect {
/**
* Returns the value of the 'Material' reference.
*
*
* If the meaning of the 'Material' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Material' reference.
* @see #isSetMaterial()
* @see #unsetMaterial()
* @see #setMaterial(IfcMaterial)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMaterialLayer_Material()
* @model unsettable="true"
* @generated
*/
IfcMaterial getMaterial();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getMaterial Material}' reference.
*
*
* @param value the new value of the 'Material' reference.
* @see #isSetMaterial()
* @see #unsetMaterial()
* @see #getMaterial()
* @generated
*/
void setMaterial(IfcMaterial value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getMaterial Material}' reference.
*
*
* @see #isSetMaterial()
* @see #getMaterial()
* @see #setMaterial(IfcMaterial)
* @generated
*/
void unsetMaterial();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getMaterial Material}' reference is set.
*
*
* @return whether the value of the 'Material' reference is set.
* @see #unsetMaterial()
* @see #getMaterial()
* @see #setMaterial(IfcMaterial)
* @generated
*/
boolean isSetMaterial();
/**
* Returns the value of the 'Layer Thickness' attribute.
*
*
* If the meaning of the 'Layer Thickness' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Layer Thickness' attribute.
* @see #setLayerThickness(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMaterialLayer_LayerThickness()
* @model
* @generated
*/
double getLayerThickness();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getLayerThickness Layer Thickness}' attribute.
*
*
* @param value the new value of the 'Layer Thickness' attribute.
* @see #getLayerThickness()
* @generated
*/
void setLayerThickness(double value);
/**
* Returns the value of the 'Layer Thickness As String' attribute.
*
*
* If the meaning of the 'Layer Thickness As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Layer Thickness As String' attribute.
* @see #setLayerThicknessAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMaterialLayer_LayerThicknessAsString()
* @model
* @generated
*/
String getLayerThicknessAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getLayerThicknessAsString Layer Thickness As String}' attribute.
*
*
* @param value the new value of the 'Layer Thickness As String' attribute.
* @see #getLayerThicknessAsString()
* @generated
*/
void setLayerThicknessAsString(String value);
/**
* Returns the value of the 'Is Ventilated' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.Tristate}.
*
*
* If the meaning of the 'Is Ventilated' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Is Ventilated' attribute.
* @see org.bimserver.models.ifc2x3tc1.Tristate
* @see #isSetIsVentilated()
* @see #unsetIsVentilated()
* @see #setIsVentilated(Tristate)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMaterialLayer_IsVentilated()
* @model unsettable="true"
* @generated
*/
Tristate getIsVentilated();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getIsVentilated Is Ventilated}' attribute.
*
*
* @param value the new value of the 'Is Ventilated' attribute.
* @see org.bimserver.models.ifc2x3tc1.Tristate
* @see #isSetIsVentilated()
* @see #unsetIsVentilated()
* @see #getIsVentilated()
* @generated
*/
void setIsVentilated(Tristate value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getIsVentilated Is Ventilated}' attribute.
*
*
* @see #isSetIsVentilated()
* @see #getIsVentilated()
* @see #setIsVentilated(Tristate)
* @generated
*/
void unsetIsVentilated();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getIsVentilated Is Ventilated}' attribute is set.
*
*
* @return whether the value of the 'Is Ventilated' attribute is set.
* @see #unsetIsVentilated()
* @see #getIsVentilated()
* @see #setIsVentilated(Tristate)
* @generated
*/
boolean isSetIsVentilated();
/**
* Returns the value of the 'To Material Layer Set' reference.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSet#getMaterialLayers Material Layers}'.
*
*
* If the meaning of the 'To Material Layer Set' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'To Material Layer Set' reference.
* @see #isSetToMaterialLayerSet()
* @see #unsetToMaterialLayerSet()
* @see #setToMaterialLayerSet(IfcMaterialLayerSet)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMaterialLayer_ToMaterialLayerSet()
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSet#getMaterialLayers
* @model opposite="MaterialLayers" unsettable="true"
* @generated
*/
IfcMaterialLayerSet getToMaterialLayerSet();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getToMaterialLayerSet To Material Layer Set}' reference.
*
*
* @param value the new value of the 'To Material Layer Set' reference.
* @see #isSetToMaterialLayerSet()
* @see #unsetToMaterialLayerSet()
* @see #getToMaterialLayerSet()
* @generated
*/
void setToMaterialLayerSet(IfcMaterialLayerSet value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getToMaterialLayerSet To Material Layer Set}' reference.
*
*
* @see #isSetToMaterialLayerSet()
* @see #getToMaterialLayerSet()
* @see #setToMaterialLayerSet(IfcMaterialLayerSet)
* @generated
*/
void unsetToMaterialLayerSet();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getToMaterialLayerSet To Material Layer Set}' reference is set.
*
*
* @return whether the value of the 'To Material Layer Set' reference is set.
* @see #unsetToMaterialLayerSet()
* @see #getToMaterialLayerSet()
* @see #setToMaterialLayerSet(IfcMaterialLayerSet)
* @generated
*/
boolean isSetToMaterialLayerSet();
} // IfcMaterialLayer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy