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

org.bimserver.models.ifc4.IfcWindowType 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.ifc4;

/**
 * 
 * A representation of the model object 'Ifc Window Type'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcWindowType#getPredefinedType Predefined Type}
  • *
  • {@link org.bimserver.models.ifc4.IfcWindowType#getPartitioningType Partitioning Type}
  • *
  • {@link org.bimserver.models.ifc4.IfcWindowType#getParameterTakesPrecedence Parameter Takes Precedence}
  • *
  • {@link org.bimserver.models.ifc4.IfcWindowType#getUserDefinedPartitioningType User Defined Partitioning Type}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcWindowType() * @model * @generated */ public interface IfcWindowType extends IfcBuildingElementType { /** * Returns the value of the 'Predefined Type' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcWindowTypeEnum}. * *

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

* * @return the value of the 'Predefined Type' attribute. * @see org.bimserver.models.ifc4.IfcWindowTypeEnum * @see #setPredefinedType(IfcWindowTypeEnum) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcWindowType_PredefinedType() * @model * @generated */ IfcWindowTypeEnum getPredefinedType(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcWindowType#getPredefinedType Predefined Type}' attribute. * * * @param value the new value of the 'Predefined Type' attribute. * @see org.bimserver.models.ifc4.IfcWindowTypeEnum * @see #getPredefinedType() * @generated */ void setPredefinedType(IfcWindowTypeEnum value); /** * Returns the value of the 'Partitioning Type' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcWindowTypePartitioningEnum}. * *

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

* * @return the value of the 'Partitioning Type' attribute. * @see org.bimserver.models.ifc4.IfcWindowTypePartitioningEnum * @see #setPartitioningType(IfcWindowTypePartitioningEnum) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcWindowType_PartitioningType() * @model * @generated */ IfcWindowTypePartitioningEnum getPartitioningType(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcWindowType#getPartitioningType Partitioning Type}' attribute. * * * @param value the new value of the 'Partitioning Type' attribute. * @see org.bimserver.models.ifc4.IfcWindowTypePartitioningEnum * @see #getPartitioningType() * @generated */ void setPartitioningType(IfcWindowTypePartitioningEnum value); /** * Returns the value of the 'Parameter Takes Precedence' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.Tristate}. * *

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

* * @return the value of the 'Parameter Takes Precedence' attribute. * @see org.bimserver.models.ifc4.Tristate * @see #isSetParameterTakesPrecedence() * @see #unsetParameterTakesPrecedence() * @see #setParameterTakesPrecedence(Tristate) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcWindowType_ParameterTakesPrecedence() * @model unsettable="true" * @generated */ Tristate getParameterTakesPrecedence(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcWindowType#getParameterTakesPrecedence Parameter Takes Precedence}' attribute. * * * @param value the new value of the 'Parameter Takes Precedence' attribute. * @see org.bimserver.models.ifc4.Tristate * @see #isSetParameterTakesPrecedence() * @see #unsetParameterTakesPrecedence() * @see #getParameterTakesPrecedence() * @generated */ void setParameterTakesPrecedence(Tristate value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcWindowType#getParameterTakesPrecedence Parameter Takes Precedence}' attribute. * * * @see #isSetParameterTakesPrecedence() * @see #getParameterTakesPrecedence() * @see #setParameterTakesPrecedence(Tristate) * @generated */ void unsetParameterTakesPrecedence(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcWindowType#getParameterTakesPrecedence Parameter Takes Precedence}' attribute is set. * * * @return whether the value of the 'Parameter Takes Precedence' attribute is set. * @see #unsetParameterTakesPrecedence() * @see #getParameterTakesPrecedence() * @see #setParameterTakesPrecedence(Tristate) * @generated */ boolean isSetParameterTakesPrecedence(); /** * Returns the value of the 'User Defined Partitioning Type' attribute. * *

* If the meaning of the 'User Defined Partitioning Type' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'User Defined Partitioning Type' attribute. * @see #isSetUserDefinedPartitioningType() * @see #unsetUserDefinedPartitioningType() * @see #setUserDefinedPartitioningType(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcWindowType_UserDefinedPartitioningType() * @model unsettable="true" * @generated */ String getUserDefinedPartitioningType(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcWindowType#getUserDefinedPartitioningType User Defined Partitioning Type}' attribute. * * * @param value the new value of the 'User Defined Partitioning Type' attribute. * @see #isSetUserDefinedPartitioningType() * @see #unsetUserDefinedPartitioningType() * @see #getUserDefinedPartitioningType() * @generated */ void setUserDefinedPartitioningType(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcWindowType#getUserDefinedPartitioningType User Defined Partitioning Type}' attribute. * * * @see #isSetUserDefinedPartitioningType() * @see #getUserDefinedPartitioningType() * @see #setUserDefinedPartitioningType(String) * @generated */ void unsetUserDefinedPartitioningType(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcWindowType#getUserDefinedPartitioningType User Defined Partitioning Type}' attribute is set. * * * @return whether the value of the 'User Defined Partitioning Type' attribute is set. * @see #unsetUserDefinedPartitioningType() * @see #getUserDefinedPartitioningType() * @see #setUserDefinedPartitioningType(String) * @generated */ boolean isSetUserDefinedPartitioningType(); } // IfcWindowType




© 2015 - 2024 Weber Informatics LLC | Privacy Policy