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

org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties 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.ifc2x3tc1;

/**
 * 
 * A representation of the model object 'Ifc Door Panel Properties'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelDepth Panel Depth}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelDepthAsString Panel Depth As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelOperation Panel Operation}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelWidth Panel Width}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelWidthAsString Panel Width As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelPosition Panel Position}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getShapeAspectStyle Shape Aspect Style}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcDoorPanelProperties() * @model * @generated */ public interface IfcDoorPanelProperties extends IfcPropertySetDefinition { /** * Returns the value of the 'Panel Depth' attribute. * *

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

* * @return the value of the 'Panel Depth' attribute. * @see #isSetPanelDepth() * @see #unsetPanelDepth() * @see #setPanelDepth(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcDoorPanelProperties_PanelDepth() * @model unsettable="true" * @generated */ double getPanelDepth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelDepth Panel Depth}' attribute. * * * @param value the new value of the 'Panel Depth' attribute. * @see #isSetPanelDepth() * @see #unsetPanelDepth() * @see #getPanelDepth() * @generated */ void setPanelDepth(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelDepth Panel Depth}' attribute. * * * @see #isSetPanelDepth() * @see #getPanelDepth() * @see #setPanelDepth(double) * @generated */ void unsetPanelDepth(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelDepth Panel Depth}' attribute is set. * * * @return whether the value of the 'Panel Depth' attribute is set. * @see #unsetPanelDepth() * @see #getPanelDepth() * @see #setPanelDepth(double) * @generated */ boolean isSetPanelDepth(); /** * Returns the value of the 'Panel Depth As String' attribute. * *

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

* * @return the value of the 'Panel Depth As String' attribute. * @see #isSetPanelDepthAsString() * @see #unsetPanelDepthAsString() * @see #setPanelDepthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcDoorPanelProperties_PanelDepthAsString() * @model unsettable="true" * @generated */ String getPanelDepthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelDepthAsString Panel Depth As String}' attribute. * * * @param value the new value of the 'Panel Depth As String' attribute. * @see #isSetPanelDepthAsString() * @see #unsetPanelDepthAsString() * @see #getPanelDepthAsString() * @generated */ void setPanelDepthAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelDepthAsString Panel Depth As String}' attribute. * * * @see #isSetPanelDepthAsString() * @see #getPanelDepthAsString() * @see #setPanelDepthAsString(String) * @generated */ void unsetPanelDepthAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelDepthAsString Panel Depth As String}' attribute is set. * * * @return whether the value of the 'Panel Depth As String' attribute is set. * @see #unsetPanelDepthAsString() * @see #getPanelDepthAsString() * @see #setPanelDepthAsString(String) * @generated */ boolean isSetPanelDepthAsString(); /** * Returns the value of the 'Panel Operation' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelOperationEnum}. * *

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

* * @return the value of the 'Panel Operation' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelOperationEnum * @see #setPanelOperation(IfcDoorPanelOperationEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcDoorPanelProperties_PanelOperation() * @model * @generated */ IfcDoorPanelOperationEnum getPanelOperation(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelOperation Panel Operation}' attribute. * * * @param value the new value of the 'Panel Operation' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelOperationEnum * @see #getPanelOperation() * @generated */ void setPanelOperation(IfcDoorPanelOperationEnum value); /** * Returns the value of the 'Panel Width' attribute. * *

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

* * @return the value of the 'Panel Width' attribute. * @see #isSetPanelWidth() * @see #unsetPanelWidth() * @see #setPanelWidth(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcDoorPanelProperties_PanelWidth() * @model unsettable="true" * @generated */ double getPanelWidth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelWidth Panel Width}' attribute. * * * @param value the new value of the 'Panel Width' attribute. * @see #isSetPanelWidth() * @see #unsetPanelWidth() * @see #getPanelWidth() * @generated */ void setPanelWidth(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelWidth Panel Width}' attribute. * * * @see #isSetPanelWidth() * @see #getPanelWidth() * @see #setPanelWidth(double) * @generated */ void unsetPanelWidth(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelWidth Panel Width}' attribute is set. * * * @return whether the value of the 'Panel Width' attribute is set. * @see #unsetPanelWidth() * @see #getPanelWidth() * @see #setPanelWidth(double) * @generated */ boolean isSetPanelWidth(); /** * Returns the value of the 'Panel Width As String' attribute. * *

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

* * @return the value of the 'Panel Width As String' attribute. * @see #isSetPanelWidthAsString() * @see #unsetPanelWidthAsString() * @see #setPanelWidthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcDoorPanelProperties_PanelWidthAsString() * @model unsettable="true" * @generated */ String getPanelWidthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelWidthAsString Panel Width As String}' attribute. * * * @param value the new value of the 'Panel Width As String' attribute. * @see #isSetPanelWidthAsString() * @see #unsetPanelWidthAsString() * @see #getPanelWidthAsString() * @generated */ void setPanelWidthAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelWidthAsString Panel Width As String}' attribute. * * * @see #isSetPanelWidthAsString() * @see #getPanelWidthAsString() * @see #setPanelWidthAsString(String) * @generated */ void unsetPanelWidthAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelWidthAsString Panel Width As String}' attribute is set. * * * @return whether the value of the 'Panel Width As String' attribute is set. * @see #unsetPanelWidthAsString() * @see #getPanelWidthAsString() * @see #setPanelWidthAsString(String) * @generated */ boolean isSetPanelWidthAsString(); /** * Returns the value of the 'Panel Position' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelPositionEnum}. * *

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

* * @return the value of the 'Panel Position' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelPositionEnum * @see #setPanelPosition(IfcDoorPanelPositionEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcDoorPanelProperties_PanelPosition() * @model * @generated */ IfcDoorPanelPositionEnum getPanelPosition(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelPosition Panel Position}' attribute. * * * @param value the new value of the 'Panel Position' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelPositionEnum * @see #getPanelPosition() * @generated */ void setPanelPosition(IfcDoorPanelPositionEnum value); /** * Returns the value of the 'Shape Aspect Style' reference. * *

* If the meaning of the 'Shape Aspect Style' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Shape Aspect Style' reference. * @see #isSetShapeAspectStyle() * @see #unsetShapeAspectStyle() * @see #setShapeAspectStyle(IfcShapeAspect) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcDoorPanelProperties_ShapeAspectStyle() * @model unsettable="true" * @generated */ IfcShapeAspect getShapeAspectStyle(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getShapeAspectStyle Shape Aspect Style}' reference. * * * @param value the new value of the 'Shape Aspect Style' reference. * @see #isSetShapeAspectStyle() * @see #unsetShapeAspectStyle() * @see #getShapeAspectStyle() * @generated */ void setShapeAspectStyle(IfcShapeAspect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getShapeAspectStyle Shape Aspect Style}' reference. * * * @see #isSetShapeAspectStyle() * @see #getShapeAspectStyle() * @see #setShapeAspectStyle(IfcShapeAspect) * @generated */ void unsetShapeAspectStyle(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getShapeAspectStyle Shape Aspect Style}' reference is set. * * * @return whether the value of the 'Shape Aspect Style' reference is set. * @see #unsetShapeAspectStyle() * @see #getShapeAspectStyle() * @see #setShapeAspectStyle(IfcShapeAspect) * @generated */ boolean isSetShapeAspectStyle(); } // IfcDoorPanelProperties




© 2015 - 2025 Weber Informatics LLC | Privacy Policy