
org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying 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.ifc2x3tc1;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Ifc Structural Surface Member Varying'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getSubsequentThickness Subsequent Thickness}
* - {@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getSubsequentThicknessAsString Subsequent Thickness As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThicknessLocation Varying Thickness Location}
* - {@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThickness Varying Thickness}
* - {@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThicknessAsString Varying Thickness As String}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSurfaceMemberVarying()
* @model
* @generated
*/
public interface IfcStructuralSurfaceMemberVarying extends IfcStructuralSurfaceMember {
/**
* Returns the value of the 'Subsequent Thickness' attribute list.
* The list contents are of type {@link java.lang.Double}.
*
*
* If the meaning of the 'Subsequent Thickness' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Subsequent Thickness' attribute list.
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSurfaceMemberVarying_SubsequentThickness()
* @model unique="false"
* @generated
*/
EList getSubsequentThickness();
/**
* Returns the value of the 'Subsequent Thickness As String' attribute list.
* The list contents are of type {@link java.lang.String}.
*
*
* If the meaning of the 'Subsequent Thickness As String' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Subsequent Thickness As String' attribute list.
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSurfaceMemberVarying_SubsequentThicknessAsString()
* @model unique="false"
* @generated
*/
EList getSubsequentThicknessAsString();
/**
* Returns the value of the 'Varying Thickness Location' reference.
*
*
* If the meaning of the 'Varying Thickness Location' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Varying Thickness Location' reference.
* @see #setVaryingThicknessLocation(IfcShapeAspect)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSurfaceMemberVarying_VaryingThicknessLocation()
* @model
* @generated
*/
IfcShapeAspect getVaryingThicknessLocation();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThicknessLocation Varying Thickness Location}' reference.
*
*
* @param value the new value of the 'Varying Thickness Location' reference.
* @see #getVaryingThicknessLocation()
* @generated
*/
void setVaryingThicknessLocation(IfcShapeAspect value);
/**
* Returns the value of the 'Varying Thickness' attribute.
*
*
* If the meaning of the 'Varying Thickness' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Varying Thickness' attribute.
* @see #isSetVaryingThickness()
* @see #unsetVaryingThickness()
* @see #setVaryingThickness(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSurfaceMemberVarying_VaryingThickness()
* @model unsettable="true" derived="true"
* @generated
*/
double getVaryingThickness();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThickness Varying Thickness}' attribute.
*
*
* @param value the new value of the 'Varying Thickness' attribute.
* @see #isSetVaryingThickness()
* @see #unsetVaryingThickness()
* @see #getVaryingThickness()
* @generated
*/
void setVaryingThickness(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThickness Varying Thickness}' attribute.
*
*
* @see #isSetVaryingThickness()
* @see #getVaryingThickness()
* @see #setVaryingThickness(double)
* @generated
*/
void unsetVaryingThickness();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThickness Varying Thickness}' attribute is set.
*
*
* @return whether the value of the 'Varying Thickness' attribute is set.
* @see #unsetVaryingThickness()
* @see #getVaryingThickness()
* @see #setVaryingThickness(double)
* @generated
*/
boolean isSetVaryingThickness();
/**
* Returns the value of the 'Varying Thickness As String' attribute.
*
*
* If the meaning of the 'Varying Thickness As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Varying Thickness As String' attribute.
* @see #isSetVaryingThicknessAsString()
* @see #unsetVaryingThicknessAsString()
* @see #setVaryingThicknessAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcStructuralSurfaceMemberVarying_VaryingThicknessAsString()
* @model unsettable="true"
* @generated
*/
String getVaryingThicknessAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThicknessAsString Varying Thickness As String}' attribute.
*
*
* @param value the new value of the 'Varying Thickness As String' attribute.
* @see #isSetVaryingThicknessAsString()
* @see #unsetVaryingThicknessAsString()
* @see #getVaryingThicknessAsString()
* @generated
*/
void setVaryingThicknessAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThicknessAsString Varying Thickness As String}' attribute.
*
*
* @see #isSetVaryingThicknessAsString()
* @see #getVaryingThicknessAsString()
* @see #setVaryingThicknessAsString(String)
* @generated
*/
void unsetVaryingThicknessAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThicknessAsString Varying Thickness As String}' attribute is set.
*
*
* @return whether the value of the 'Varying Thickness As String' attribute is set.
* @see #unsetVaryingThicknessAsString()
* @see #getVaryingThicknessAsString()
* @see #setVaryingThicknessAsString(String)
* @generated
*/
boolean isSetVaryingThicknessAsString();
} // IfcStructuralSurfaceMemberVarying