
org.bimserver.models.ifc4.IfcWindow Maven / Gradle / Ivy
Show all versions of PluginBase Show documentation
/**
* 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'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcWindow#getOverallHeight Overall Height}
* - {@link org.bimserver.models.ifc4.IfcWindow#getOverallHeightAsString Overall Height As String}
* - {@link org.bimserver.models.ifc4.IfcWindow#getOverallWidth Overall Width}
* - {@link org.bimserver.models.ifc4.IfcWindow#getOverallWidthAsString Overall Width As String}
* - {@link org.bimserver.models.ifc4.IfcWindow#getPredefinedType Predefined Type}
* - {@link org.bimserver.models.ifc4.IfcWindow#getPartitioningType Partitioning Type}
* - {@link org.bimserver.models.ifc4.IfcWindow#getUserDefinedPartitioningType User Defined Partitioning Type}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcWindow()
* @model
* @generated
*/
public interface IfcWindow extends IfcBuildingElement {
/**
* Returns the value of the 'Overall Height' attribute.
*
*
* If the meaning of the 'Overall Height' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Overall Height' attribute.
* @see #isSetOverallHeight()
* @see #unsetOverallHeight()
* @see #setOverallHeight(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcWindow_OverallHeight()
* @model unsettable="true"
* @generated
*/
double getOverallHeight();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getOverallHeight Overall Height}' attribute.
*
*
* @param value the new value of the 'Overall Height' attribute.
* @see #isSetOverallHeight()
* @see #unsetOverallHeight()
* @see #getOverallHeight()
* @generated
*/
void setOverallHeight(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getOverallHeight Overall Height}' attribute.
*
*
* @see #isSetOverallHeight()
* @see #getOverallHeight()
* @see #setOverallHeight(double)
* @generated
*/
void unsetOverallHeight();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getOverallHeight Overall Height}' attribute is set.
*
*
* @return whether the value of the 'Overall Height' attribute is set.
* @see #unsetOverallHeight()
* @see #getOverallHeight()
* @see #setOverallHeight(double)
* @generated
*/
boolean isSetOverallHeight();
/**
* Returns the value of the 'Overall Height As String' attribute.
*
*
* If the meaning of the 'Overall Height As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Overall Height As String' attribute.
* @see #isSetOverallHeightAsString()
* @see #unsetOverallHeightAsString()
* @see #setOverallHeightAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcWindow_OverallHeightAsString()
* @model unsettable="true"
* @generated
*/
String getOverallHeightAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getOverallHeightAsString Overall Height As String}' attribute.
*
*
* @param value the new value of the 'Overall Height As String' attribute.
* @see #isSetOverallHeightAsString()
* @see #unsetOverallHeightAsString()
* @see #getOverallHeightAsString()
* @generated
*/
void setOverallHeightAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getOverallHeightAsString Overall Height As String}' attribute.
*
*
* @see #isSetOverallHeightAsString()
* @see #getOverallHeightAsString()
* @see #setOverallHeightAsString(String)
* @generated
*/
void unsetOverallHeightAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getOverallHeightAsString Overall Height As String}' attribute is set.
*
*
* @return whether the value of the 'Overall Height As String' attribute is set.
* @see #unsetOverallHeightAsString()
* @see #getOverallHeightAsString()
* @see #setOverallHeightAsString(String)
* @generated
*/
boolean isSetOverallHeightAsString();
/**
* Returns the value of the 'Overall Width' attribute.
*
*
* If the meaning of the 'Overall Width' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Overall Width' attribute.
* @see #isSetOverallWidth()
* @see #unsetOverallWidth()
* @see #setOverallWidth(double)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcWindow_OverallWidth()
* @model unsettable="true"
* @generated
*/
double getOverallWidth();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getOverallWidth Overall Width}' attribute.
*
*
* @param value the new value of the 'Overall Width' attribute.
* @see #isSetOverallWidth()
* @see #unsetOverallWidth()
* @see #getOverallWidth()
* @generated
*/
void setOverallWidth(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getOverallWidth Overall Width}' attribute.
*
*
* @see #isSetOverallWidth()
* @see #getOverallWidth()
* @see #setOverallWidth(double)
* @generated
*/
void unsetOverallWidth();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getOverallWidth Overall Width}' attribute is set.
*
*
* @return whether the value of the 'Overall Width' attribute is set.
* @see #unsetOverallWidth()
* @see #getOverallWidth()
* @see #setOverallWidth(double)
* @generated
*/
boolean isSetOverallWidth();
/**
* Returns the value of the 'Overall Width As String' attribute.
*
*
* If the meaning of the 'Overall Width As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Overall Width As String' attribute.
* @see #isSetOverallWidthAsString()
* @see #unsetOverallWidthAsString()
* @see #setOverallWidthAsString(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcWindow_OverallWidthAsString()
* @model unsettable="true"
* @generated
*/
String getOverallWidthAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getOverallWidthAsString Overall Width As String}' attribute.
*
*
* @param value the new value of the 'Overall Width As String' attribute.
* @see #isSetOverallWidthAsString()
* @see #unsetOverallWidthAsString()
* @see #getOverallWidthAsString()
* @generated
*/
void setOverallWidthAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getOverallWidthAsString Overall Width As String}' attribute.
*
*
* @see #isSetOverallWidthAsString()
* @see #getOverallWidthAsString()
* @see #setOverallWidthAsString(String)
* @generated
*/
void unsetOverallWidthAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getOverallWidthAsString Overall Width As String}' attribute is set.
*
*
* @return whether the value of the 'Overall Width As String' attribute is set.
* @see #unsetOverallWidthAsString()
* @see #getOverallWidthAsString()
* @see #setOverallWidthAsString(String)
* @generated
*/
boolean isSetOverallWidthAsString();
/**
* 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 #isSetPredefinedType()
* @see #unsetPredefinedType()
* @see #setPredefinedType(IfcWindowTypeEnum)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcWindow_PredefinedType()
* @model unsettable="true"
* @generated
*/
IfcWindowTypeEnum getPredefinedType();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getPredefinedType Predefined Type}' attribute.
*
*
* @param value the new value of the 'Predefined Type' attribute.
* @see org.bimserver.models.ifc4.IfcWindowTypeEnum
* @see #isSetPredefinedType()
* @see #unsetPredefinedType()
* @see #getPredefinedType()
* @generated
*/
void setPredefinedType(IfcWindowTypeEnum value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getPredefinedType Predefined Type}' attribute.
*
*
* @see #isSetPredefinedType()
* @see #getPredefinedType()
* @see #setPredefinedType(IfcWindowTypeEnum)
* @generated
*/
void unsetPredefinedType();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getPredefinedType Predefined Type}' attribute is set.
*
*
* @return whether the value of the 'Predefined Type' attribute is set.
* @see #unsetPredefinedType()
* @see #getPredefinedType()
* @see #setPredefinedType(IfcWindowTypeEnum)
* @generated
*/
boolean isSetPredefinedType();
/**
* 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 #isSetPartitioningType()
* @see #unsetPartitioningType()
* @see #setPartitioningType(IfcWindowTypePartitioningEnum)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcWindow_PartitioningType()
* @model unsettable="true"
* @generated
*/
IfcWindowTypePartitioningEnum getPartitioningType();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getPartitioningType Partitioning Type}' attribute.
*
*
* @param value the new value of the 'Partitioning Type' attribute.
* @see org.bimserver.models.ifc4.IfcWindowTypePartitioningEnum
* @see #isSetPartitioningType()
* @see #unsetPartitioningType()
* @see #getPartitioningType()
* @generated
*/
void setPartitioningType(IfcWindowTypePartitioningEnum value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getPartitioningType Partitioning Type}' attribute.
*
*
* @see #isSetPartitioningType()
* @see #getPartitioningType()
* @see #setPartitioningType(IfcWindowTypePartitioningEnum)
* @generated
*/
void unsetPartitioningType();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcWindow#getPartitioningType Partitioning Type}' attribute is set.
*
*
* @return whether the value of the 'Partitioning Type' attribute is set.
* @see #unsetPartitioningType()
* @see #getPartitioningType()
* @see #setPartitioningType(IfcWindowTypePartitioningEnum)
* @generated
*/
boolean isSetPartitioningType();
/**
* 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#getIfcWindow_UserDefinedPartitioningType()
* @model unsettable="true"
* @generated
*/
String getUserDefinedPartitioningType();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcWindow#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.IfcWindow#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.IfcWindow#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();
} // IfcWindow