All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage Maven / Gradle / Ivy

/**
 * 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 Set Usage'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getForLayerSet For Layer Set}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getLayerSetDirection Layer Set Direction}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getDirectionSense Direction Sense}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getOffsetFromReferenceLine Offset From Reference Line}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getOffsetFromReferenceLineAsString Offset From Reference Line As String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMaterialLayerSetUsage() * @model * @generated */ public interface IfcMaterialLayerSetUsage extends IfcMaterialSelect { /** * Returns the value of the 'For Layer Set' reference. * *

* If the meaning of the 'For Layer Set' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'For Layer Set' reference. * @see #setForLayerSet(IfcMaterialLayerSet) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMaterialLayerSetUsage_ForLayerSet() * @model * @generated */ IfcMaterialLayerSet getForLayerSet(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getForLayerSet For Layer Set}' reference. * * * @param value the new value of the 'For Layer Set' reference. * @see #getForLayerSet() * @generated */ void setForLayerSet(IfcMaterialLayerSet value); /** * Returns the value of the 'Layer Set Direction' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcLayerSetDirectionEnum}. * *

* If the meaning of the 'Layer Set Direction' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Layer Set Direction' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcLayerSetDirectionEnum * @see #setLayerSetDirection(IfcLayerSetDirectionEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMaterialLayerSetUsage_LayerSetDirection() * @model * @generated */ IfcLayerSetDirectionEnum getLayerSetDirection(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getLayerSetDirection Layer Set Direction}' attribute. * * * @param value the new value of the 'Layer Set Direction' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcLayerSetDirectionEnum * @see #getLayerSetDirection() * @generated */ void setLayerSetDirection(IfcLayerSetDirectionEnum value); /** * Returns the value of the 'Direction Sense' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcDirectionSenseEnum}. * *

* If the meaning of the 'Direction Sense' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Direction Sense' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcDirectionSenseEnum * @see #setDirectionSense(IfcDirectionSenseEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMaterialLayerSetUsage_DirectionSense() * @model * @generated */ IfcDirectionSenseEnum getDirectionSense(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getDirectionSense Direction Sense}' attribute. * * * @param value the new value of the 'Direction Sense' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcDirectionSenseEnum * @see #getDirectionSense() * @generated */ void setDirectionSense(IfcDirectionSenseEnum value); /** * Returns the value of the 'Offset From Reference Line' attribute. * *

* If the meaning of the 'Offset From Reference Line' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Offset From Reference Line' attribute. * @see #setOffsetFromReferenceLine(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMaterialLayerSetUsage_OffsetFromReferenceLine() * @model * @generated */ double getOffsetFromReferenceLine(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getOffsetFromReferenceLine Offset From Reference Line}' attribute. * * * @param value the new value of the 'Offset From Reference Line' attribute. * @see #getOffsetFromReferenceLine() * @generated */ void setOffsetFromReferenceLine(double value); /** * Returns the value of the 'Offset From Reference Line As String' attribute. * *

* If the meaning of the 'Offset From Reference Line As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Offset From Reference Line As String' attribute. * @see #setOffsetFromReferenceLineAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMaterialLayerSetUsage_OffsetFromReferenceLineAsString() * @model * @generated */ String getOffsetFromReferenceLineAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getOffsetFromReferenceLineAsString Offset From Reference Line As String}' attribute. * * * @param value the new value of the 'Offset From Reference Line As String' attribute. * @see #getOffsetFromReferenceLineAsString() * @generated */ void setOffsetFromReferenceLineAsString(String value); } // IfcMaterialLayerSetUsage




© 2015 - 2024 Weber Informatics LLC | Privacy Policy