org.bimserver.models.ifc2x3tc1.IfcWindowStyle 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
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 Window Style'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getConstructionType Construction Type}
* - {@link org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getOperationType Operation Type}
* - {@link org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getParameterTakesPrecedence Parameter Takes Precedence}
* - {@link org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getSizeable Sizeable}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWindowStyle()
* @model
* @generated
*/
public interface IfcWindowStyle extends IfcTypeProduct {
/**
* Returns the value of the 'Construction Type' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcWindowStyleConstructionEnum}.
*
*
* If the meaning of the 'Construction Type' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Construction Type' attribute.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyleConstructionEnum
* @see #setConstructionType(IfcWindowStyleConstructionEnum)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWindowStyle_ConstructionType()
* @model
* @generated
*/
IfcWindowStyleConstructionEnum getConstructionType();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getConstructionType Construction Type}' attribute.
*
*
* @param value the new value of the 'Construction Type' attribute.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyleConstructionEnum
* @see #getConstructionType()
* @generated
*/
void setConstructionType(IfcWindowStyleConstructionEnum value);
/**
* Returns the value of the 'Operation Type' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcWindowStyleOperationEnum}.
*
*
* If the meaning of the 'Operation Type' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Operation Type' attribute.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyleOperationEnum
* @see #setOperationType(IfcWindowStyleOperationEnum)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWindowStyle_OperationType()
* @model
* @generated
*/
IfcWindowStyleOperationEnum getOperationType();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getOperationType Operation Type}' attribute.
*
*
* @param value the new value of the 'Operation Type' attribute.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyleOperationEnum
* @see #getOperationType()
* @generated
*/
void setOperationType(IfcWindowStyleOperationEnum value);
/**
* Returns the value of the 'Parameter Takes Precedence' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.Tristate
* @see #setParameterTakesPrecedence(Tristate)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWindowStyle_ParameterTakesPrecedence()
* @model
* @generated
*/
Tristate getParameterTakesPrecedence();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getParameterTakesPrecedence Parameter Takes Precedence}' attribute.
*
*
* @param value the new value of the 'Parameter Takes Precedence' attribute.
* @see org.bimserver.models.ifc2x3tc1.Tristate
* @see #getParameterTakesPrecedence()
* @generated
*/
void setParameterTakesPrecedence(Tristate value);
/**
* Returns the value of the 'Sizeable' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.Tristate}.
*
*
* If the meaning of the 'Sizeable' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Sizeable' attribute.
* @see org.bimserver.models.ifc2x3tc1.Tristate
* @see #setSizeable(Tristate)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWindowStyle_Sizeable()
* @model
* @generated
*/
Tristate getSizeable();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getSizeable Sizeable}' attribute.
*
*
* @param value the new value of the 'Sizeable' attribute.
* @see org.bimserver.models.ifc2x3tc1.Tristate
* @see #getSizeable()
* @generated
*/
void setSizeable(Tristate value);
} // IfcWindowStyle
© 2015 - 2025 Weber Informatics LLC | Privacy Policy