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

org.bimserver.models.ifc4.IfcMaterialProfileSetUsage Maven / Gradle / Ivy

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

The newest version!
/**
 * 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.ifc4;

/**
 * 
 * A representation of the model object 'Ifc Material Profile Set Usage'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcMaterialProfileSetUsage#getForProfileSet For Profile Set}
  • *
  • {@link org.bimserver.models.ifc4.IfcMaterialProfileSetUsage#getCardinalPoint Cardinal Point}
  • *
  • {@link org.bimserver.models.ifc4.IfcMaterialProfileSetUsage#getReferenceExtent Reference Extent}
  • *
  • {@link org.bimserver.models.ifc4.IfcMaterialProfileSetUsage#getReferenceExtentAsString Reference Extent As String}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialProfileSetUsage() * @model * @generated */ public interface IfcMaterialProfileSetUsage extends IfcMaterialUsageDefinition { /** * Returns the value of the 'For Profile Set' reference. * *

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

* * @return the value of the 'For Profile Set' reference. * @see #setForProfileSet(IfcMaterialProfileSet) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialProfileSetUsage_ForProfileSet() * @model * @generated */ IfcMaterialProfileSet getForProfileSet(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfileSetUsage#getForProfileSet For Profile Set}' reference. * * * @param value the new value of the 'For Profile Set' reference. * @see #getForProfileSet() * @generated */ void setForProfileSet(IfcMaterialProfileSet value); /** * Returns the value of the 'Cardinal Point' attribute. * *

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

* * @return the value of the 'Cardinal Point' attribute. * @see #isSetCardinalPoint() * @see #unsetCardinalPoint() * @see #setCardinalPoint(int) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialProfileSetUsage_CardinalPoint() * @model unsettable="true" * @generated */ int getCardinalPoint(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfileSetUsage#getCardinalPoint Cardinal Point}' attribute. * * * @param value the new value of the 'Cardinal Point' attribute. * @see #isSetCardinalPoint() * @see #unsetCardinalPoint() * @see #getCardinalPoint() * @generated */ void setCardinalPoint(int value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfileSetUsage#getCardinalPoint Cardinal Point}' attribute. * * * @see #isSetCardinalPoint() * @see #getCardinalPoint() * @see #setCardinalPoint(int) * @generated */ void unsetCardinalPoint(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfileSetUsage#getCardinalPoint Cardinal Point}' attribute is set. * * * @return whether the value of the 'Cardinal Point' attribute is set. * @see #unsetCardinalPoint() * @see #getCardinalPoint() * @see #setCardinalPoint(int) * @generated */ boolean isSetCardinalPoint(); /** * Returns the value of the 'Reference Extent' attribute. * *

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

* * @return the value of the 'Reference Extent' attribute. * @see #isSetReferenceExtent() * @see #unsetReferenceExtent() * @see #setReferenceExtent(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialProfileSetUsage_ReferenceExtent() * @model unsettable="true" * @generated */ double getReferenceExtent(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfileSetUsage#getReferenceExtent Reference Extent}' attribute. * * * @param value the new value of the 'Reference Extent' attribute. * @see #isSetReferenceExtent() * @see #unsetReferenceExtent() * @see #getReferenceExtent() * @generated */ void setReferenceExtent(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfileSetUsage#getReferenceExtent Reference Extent}' attribute. * * * @see #isSetReferenceExtent() * @see #getReferenceExtent() * @see #setReferenceExtent(double) * @generated */ void unsetReferenceExtent(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfileSetUsage#getReferenceExtent Reference Extent}' attribute is set. * * * @return whether the value of the 'Reference Extent' attribute is set. * @see #unsetReferenceExtent() * @see #getReferenceExtent() * @see #setReferenceExtent(double) * @generated */ boolean isSetReferenceExtent(); /** * Returns the value of the 'Reference Extent As String' attribute. * *

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

* * @return the value of the 'Reference Extent As String' attribute. * @see #isSetReferenceExtentAsString() * @see #unsetReferenceExtentAsString() * @see #setReferenceExtentAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialProfileSetUsage_ReferenceExtentAsString() * @model unsettable="true" * @generated */ String getReferenceExtentAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfileSetUsage#getReferenceExtentAsString Reference Extent As String}' attribute. * * * @param value the new value of the 'Reference Extent As String' attribute. * @see #isSetReferenceExtentAsString() * @see #unsetReferenceExtentAsString() * @see #getReferenceExtentAsString() * @generated */ void setReferenceExtentAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfileSetUsage#getReferenceExtentAsString Reference Extent As String}' attribute. * * * @see #isSetReferenceExtentAsString() * @see #getReferenceExtentAsString() * @see #setReferenceExtentAsString(String) * @generated */ void unsetReferenceExtentAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfileSetUsage#getReferenceExtentAsString Reference Extent As String}' attribute is set. * * * @return whether the value of the 'Reference Extent As String' attribute is set. * @see #unsetReferenceExtentAsString() * @see #getReferenceExtentAsString() * @see #setReferenceExtentAsString(String) * @generated */ boolean isSetReferenceExtentAsString(); } // IfcMaterialProfileSetUsage




© 2015 - 2025 Weber Informatics LLC | Privacy Policy