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

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

/**
 * 
 * A representation of the model object 'Ifc Boundary Edge Condition'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthX Linear Stiffness By Length X}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthXAsString Linear Stiffness By Length XAs String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthY Linear Stiffness By Length Y}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthYAsString Linear Stiffness By Length YAs String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthZ Linear Stiffness By Length Z}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthZAsString Linear Stiffness By Length ZAs String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthX Rotational Stiffness By Length X}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthXAsString Rotational Stiffness By Length XAs String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthY Rotational Stiffness By Length Y}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthYAsString Rotational Stiffness By Length YAs String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZ Rotational Stiffness By Length Z}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZAsString Rotational Stiffness By Length ZAs String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcBoundaryEdgeCondition() * @model * @generated */ public interface IfcBoundaryEdgeCondition extends IfcBoundaryCondition { /** * Returns the value of the 'Linear Stiffness By Length X' attribute. * *

* If the meaning of the 'Linear Stiffness By Length X' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Linear Stiffness By Length X' attribute. * @see #isSetLinearStiffnessByLengthX() * @see #unsetLinearStiffnessByLengthX() * @see #setLinearStiffnessByLengthX(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcBoundaryEdgeCondition_LinearStiffnessByLengthX() * @model unsettable="true" * @generated */ double getLinearStiffnessByLengthX(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthX Linear Stiffness By Length X}' attribute. * * * @param value the new value of the 'Linear Stiffness By Length X' attribute. * @see #isSetLinearStiffnessByLengthX() * @see #unsetLinearStiffnessByLengthX() * @see #getLinearStiffnessByLengthX() * @generated */ void setLinearStiffnessByLengthX(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthX Linear Stiffness By Length X}' attribute. * * * @see #isSetLinearStiffnessByLengthX() * @see #getLinearStiffnessByLengthX() * @see #setLinearStiffnessByLengthX(double) * @generated */ void unsetLinearStiffnessByLengthX(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthX Linear Stiffness By Length X}' attribute is set. * * * @return whether the value of the 'Linear Stiffness By Length X' attribute is set. * @see #unsetLinearStiffnessByLengthX() * @see #getLinearStiffnessByLengthX() * @see #setLinearStiffnessByLengthX(double) * @generated */ boolean isSetLinearStiffnessByLengthX(); /** * Returns the value of the 'Linear Stiffness By Length XAs String' attribute. * *

* If the meaning of the 'Linear Stiffness By Length XAs String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Linear Stiffness By Length XAs String' attribute. * @see #isSetLinearStiffnessByLengthXAsString() * @see #unsetLinearStiffnessByLengthXAsString() * @see #setLinearStiffnessByLengthXAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcBoundaryEdgeCondition_LinearStiffnessByLengthXAsString() * @model unsettable="true" * @generated */ String getLinearStiffnessByLengthXAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthXAsString Linear Stiffness By Length XAs String}' attribute. * * * @param value the new value of the 'Linear Stiffness By Length XAs String' attribute. * @see #isSetLinearStiffnessByLengthXAsString() * @see #unsetLinearStiffnessByLengthXAsString() * @see #getLinearStiffnessByLengthXAsString() * @generated */ void setLinearStiffnessByLengthXAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthXAsString Linear Stiffness By Length XAs String}' attribute. * * * @see #isSetLinearStiffnessByLengthXAsString() * @see #getLinearStiffnessByLengthXAsString() * @see #setLinearStiffnessByLengthXAsString(String) * @generated */ void unsetLinearStiffnessByLengthXAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthXAsString Linear Stiffness By Length XAs String}' attribute is set. * * * @return whether the value of the 'Linear Stiffness By Length XAs String' attribute is set. * @see #unsetLinearStiffnessByLengthXAsString() * @see #getLinearStiffnessByLengthXAsString() * @see #setLinearStiffnessByLengthXAsString(String) * @generated */ boolean isSetLinearStiffnessByLengthXAsString(); /** * Returns the value of the 'Linear Stiffness By Length Y' attribute. * *

* If the meaning of the 'Linear Stiffness By Length Y' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Linear Stiffness By Length Y' attribute. * @see #isSetLinearStiffnessByLengthY() * @see #unsetLinearStiffnessByLengthY() * @see #setLinearStiffnessByLengthY(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcBoundaryEdgeCondition_LinearStiffnessByLengthY() * @model unsettable="true" * @generated */ double getLinearStiffnessByLengthY(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthY Linear Stiffness By Length Y}' attribute. * * * @param value the new value of the 'Linear Stiffness By Length Y' attribute. * @see #isSetLinearStiffnessByLengthY() * @see #unsetLinearStiffnessByLengthY() * @see #getLinearStiffnessByLengthY() * @generated */ void setLinearStiffnessByLengthY(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthY Linear Stiffness By Length Y}' attribute. * * * @see #isSetLinearStiffnessByLengthY() * @see #getLinearStiffnessByLengthY() * @see #setLinearStiffnessByLengthY(double) * @generated */ void unsetLinearStiffnessByLengthY(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthY Linear Stiffness By Length Y}' attribute is set. * * * @return whether the value of the 'Linear Stiffness By Length Y' attribute is set. * @see #unsetLinearStiffnessByLengthY() * @see #getLinearStiffnessByLengthY() * @see #setLinearStiffnessByLengthY(double) * @generated */ boolean isSetLinearStiffnessByLengthY(); /** * Returns the value of the 'Linear Stiffness By Length YAs String' attribute. * *

* If the meaning of the 'Linear Stiffness By Length YAs String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Linear Stiffness By Length YAs String' attribute. * @see #isSetLinearStiffnessByLengthYAsString() * @see #unsetLinearStiffnessByLengthYAsString() * @see #setLinearStiffnessByLengthYAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcBoundaryEdgeCondition_LinearStiffnessByLengthYAsString() * @model unsettable="true" * @generated */ String getLinearStiffnessByLengthYAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthYAsString Linear Stiffness By Length YAs String}' attribute. * * * @param value the new value of the 'Linear Stiffness By Length YAs String' attribute. * @see #isSetLinearStiffnessByLengthYAsString() * @see #unsetLinearStiffnessByLengthYAsString() * @see #getLinearStiffnessByLengthYAsString() * @generated */ void setLinearStiffnessByLengthYAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthYAsString Linear Stiffness By Length YAs String}' attribute. * * * @see #isSetLinearStiffnessByLengthYAsString() * @see #getLinearStiffnessByLengthYAsString() * @see #setLinearStiffnessByLengthYAsString(String) * @generated */ void unsetLinearStiffnessByLengthYAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthYAsString Linear Stiffness By Length YAs String}' attribute is set. * * * @return whether the value of the 'Linear Stiffness By Length YAs String' attribute is set. * @see #unsetLinearStiffnessByLengthYAsString() * @see #getLinearStiffnessByLengthYAsString() * @see #setLinearStiffnessByLengthYAsString(String) * @generated */ boolean isSetLinearStiffnessByLengthYAsString(); /** * Returns the value of the 'Linear Stiffness By Length Z' attribute. * *

* If the meaning of the 'Linear Stiffness By Length Z' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Linear Stiffness By Length Z' attribute. * @see #isSetLinearStiffnessByLengthZ() * @see #unsetLinearStiffnessByLengthZ() * @see #setLinearStiffnessByLengthZ(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcBoundaryEdgeCondition_LinearStiffnessByLengthZ() * @model unsettable="true" * @generated */ double getLinearStiffnessByLengthZ(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthZ Linear Stiffness By Length Z}' attribute. * * * @param value the new value of the 'Linear Stiffness By Length Z' attribute. * @see #isSetLinearStiffnessByLengthZ() * @see #unsetLinearStiffnessByLengthZ() * @see #getLinearStiffnessByLengthZ() * @generated */ void setLinearStiffnessByLengthZ(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthZ Linear Stiffness By Length Z}' attribute. * * * @see #isSetLinearStiffnessByLengthZ() * @see #getLinearStiffnessByLengthZ() * @see #setLinearStiffnessByLengthZ(double) * @generated */ void unsetLinearStiffnessByLengthZ(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthZ Linear Stiffness By Length Z}' attribute is set. * * * @return whether the value of the 'Linear Stiffness By Length Z' attribute is set. * @see #unsetLinearStiffnessByLengthZ() * @see #getLinearStiffnessByLengthZ() * @see #setLinearStiffnessByLengthZ(double) * @generated */ boolean isSetLinearStiffnessByLengthZ(); /** * Returns the value of the 'Linear Stiffness By Length ZAs String' attribute. * *

* If the meaning of the 'Linear Stiffness By Length ZAs String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Linear Stiffness By Length ZAs String' attribute. * @see #isSetLinearStiffnessByLengthZAsString() * @see #unsetLinearStiffnessByLengthZAsString() * @see #setLinearStiffnessByLengthZAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcBoundaryEdgeCondition_LinearStiffnessByLengthZAsString() * @model unsettable="true" * @generated */ String getLinearStiffnessByLengthZAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthZAsString Linear Stiffness By Length ZAs String}' attribute. * * * @param value the new value of the 'Linear Stiffness By Length ZAs String' attribute. * @see #isSetLinearStiffnessByLengthZAsString() * @see #unsetLinearStiffnessByLengthZAsString() * @see #getLinearStiffnessByLengthZAsString() * @generated */ void setLinearStiffnessByLengthZAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthZAsString Linear Stiffness By Length ZAs String}' attribute. * * * @see #isSetLinearStiffnessByLengthZAsString() * @see #getLinearStiffnessByLengthZAsString() * @see #setLinearStiffnessByLengthZAsString(String) * @generated */ void unsetLinearStiffnessByLengthZAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthZAsString Linear Stiffness By Length ZAs String}' attribute is set. * * * @return whether the value of the 'Linear Stiffness By Length ZAs String' attribute is set. * @see #unsetLinearStiffnessByLengthZAsString() * @see #getLinearStiffnessByLengthZAsString() * @see #setLinearStiffnessByLengthZAsString(String) * @generated */ boolean isSetLinearStiffnessByLengthZAsString(); /** * Returns the value of the 'Rotational Stiffness By Length X' attribute. * *

* If the meaning of the 'Rotational Stiffness By Length X' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Rotational Stiffness By Length X' attribute. * @see #isSetRotationalStiffnessByLengthX() * @see #unsetRotationalStiffnessByLengthX() * @see #setRotationalStiffnessByLengthX(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthX() * @model unsettable="true" * @generated */ double getRotationalStiffnessByLengthX(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthX Rotational Stiffness By Length X}' attribute. * * * @param value the new value of the 'Rotational Stiffness By Length X' attribute. * @see #isSetRotationalStiffnessByLengthX() * @see #unsetRotationalStiffnessByLengthX() * @see #getRotationalStiffnessByLengthX() * @generated */ void setRotationalStiffnessByLengthX(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthX Rotational Stiffness By Length X}' attribute. * * * @see #isSetRotationalStiffnessByLengthX() * @see #getRotationalStiffnessByLengthX() * @see #setRotationalStiffnessByLengthX(double) * @generated */ void unsetRotationalStiffnessByLengthX(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthX Rotational Stiffness By Length X}' attribute is set. * * * @return whether the value of the 'Rotational Stiffness By Length X' attribute is set. * @see #unsetRotationalStiffnessByLengthX() * @see #getRotationalStiffnessByLengthX() * @see #setRotationalStiffnessByLengthX(double) * @generated */ boolean isSetRotationalStiffnessByLengthX(); /** * Returns the value of the 'Rotational Stiffness By Length XAs String' attribute. * *

* If the meaning of the 'Rotational Stiffness By Length XAs String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Rotational Stiffness By Length XAs String' attribute. * @see #isSetRotationalStiffnessByLengthXAsString() * @see #unsetRotationalStiffnessByLengthXAsString() * @see #setRotationalStiffnessByLengthXAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthXAsString() * @model unsettable="true" * @generated */ String getRotationalStiffnessByLengthXAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthXAsString Rotational Stiffness By Length XAs String}' attribute. * * * @param value the new value of the 'Rotational Stiffness By Length XAs String' attribute. * @see #isSetRotationalStiffnessByLengthXAsString() * @see #unsetRotationalStiffnessByLengthXAsString() * @see #getRotationalStiffnessByLengthXAsString() * @generated */ void setRotationalStiffnessByLengthXAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthXAsString Rotational Stiffness By Length XAs String}' attribute. * * * @see #isSetRotationalStiffnessByLengthXAsString() * @see #getRotationalStiffnessByLengthXAsString() * @see #setRotationalStiffnessByLengthXAsString(String) * @generated */ void unsetRotationalStiffnessByLengthXAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthXAsString Rotational Stiffness By Length XAs String}' attribute is set. * * * @return whether the value of the 'Rotational Stiffness By Length XAs String' attribute is set. * @see #unsetRotationalStiffnessByLengthXAsString() * @see #getRotationalStiffnessByLengthXAsString() * @see #setRotationalStiffnessByLengthXAsString(String) * @generated */ boolean isSetRotationalStiffnessByLengthXAsString(); /** * Returns the value of the 'Rotational Stiffness By Length Y' attribute. * *

* If the meaning of the 'Rotational Stiffness By Length Y' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Rotational Stiffness By Length Y' attribute. * @see #isSetRotationalStiffnessByLengthY() * @see #unsetRotationalStiffnessByLengthY() * @see #setRotationalStiffnessByLengthY(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthY() * @model unsettable="true" * @generated */ double getRotationalStiffnessByLengthY(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthY Rotational Stiffness By Length Y}' attribute. * * * @param value the new value of the 'Rotational Stiffness By Length Y' attribute. * @see #isSetRotationalStiffnessByLengthY() * @see #unsetRotationalStiffnessByLengthY() * @see #getRotationalStiffnessByLengthY() * @generated */ void setRotationalStiffnessByLengthY(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthY Rotational Stiffness By Length Y}' attribute. * * * @see #isSetRotationalStiffnessByLengthY() * @see #getRotationalStiffnessByLengthY() * @see #setRotationalStiffnessByLengthY(double) * @generated */ void unsetRotationalStiffnessByLengthY(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthY Rotational Stiffness By Length Y}' attribute is set. * * * @return whether the value of the 'Rotational Stiffness By Length Y' attribute is set. * @see #unsetRotationalStiffnessByLengthY() * @see #getRotationalStiffnessByLengthY() * @see #setRotationalStiffnessByLengthY(double) * @generated */ boolean isSetRotationalStiffnessByLengthY(); /** * Returns the value of the 'Rotational Stiffness By Length YAs String' attribute. * *

* If the meaning of the 'Rotational Stiffness By Length YAs String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Rotational Stiffness By Length YAs String' attribute. * @see #isSetRotationalStiffnessByLengthYAsString() * @see #unsetRotationalStiffnessByLengthYAsString() * @see #setRotationalStiffnessByLengthYAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthYAsString() * @model unsettable="true" * @generated */ String getRotationalStiffnessByLengthYAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthYAsString Rotational Stiffness By Length YAs String}' attribute. * * * @param value the new value of the 'Rotational Stiffness By Length YAs String' attribute. * @see #isSetRotationalStiffnessByLengthYAsString() * @see #unsetRotationalStiffnessByLengthYAsString() * @see #getRotationalStiffnessByLengthYAsString() * @generated */ void setRotationalStiffnessByLengthYAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthYAsString Rotational Stiffness By Length YAs String}' attribute. * * * @see #isSetRotationalStiffnessByLengthYAsString() * @see #getRotationalStiffnessByLengthYAsString() * @see #setRotationalStiffnessByLengthYAsString(String) * @generated */ void unsetRotationalStiffnessByLengthYAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthYAsString Rotational Stiffness By Length YAs String}' attribute is set. * * * @return whether the value of the 'Rotational Stiffness By Length YAs String' attribute is set. * @see #unsetRotationalStiffnessByLengthYAsString() * @see #getRotationalStiffnessByLengthYAsString() * @see #setRotationalStiffnessByLengthYAsString(String) * @generated */ boolean isSetRotationalStiffnessByLengthYAsString(); /** * Returns the value of the 'Rotational Stiffness By Length Z' attribute. * *

* If the meaning of the 'Rotational Stiffness By Length Z' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Rotational Stiffness By Length Z' attribute. * @see #isSetRotationalStiffnessByLengthZ() * @see #unsetRotationalStiffnessByLengthZ() * @see #setRotationalStiffnessByLengthZ(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthZ() * @model unsettable="true" * @generated */ double getRotationalStiffnessByLengthZ(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZ Rotational Stiffness By Length Z}' attribute. * * * @param value the new value of the 'Rotational Stiffness By Length Z' attribute. * @see #isSetRotationalStiffnessByLengthZ() * @see #unsetRotationalStiffnessByLengthZ() * @see #getRotationalStiffnessByLengthZ() * @generated */ void setRotationalStiffnessByLengthZ(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZ Rotational Stiffness By Length Z}' attribute. * * * @see #isSetRotationalStiffnessByLengthZ() * @see #getRotationalStiffnessByLengthZ() * @see #setRotationalStiffnessByLengthZ(double) * @generated */ void unsetRotationalStiffnessByLengthZ(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZ Rotational Stiffness By Length Z}' attribute is set. * * * @return whether the value of the 'Rotational Stiffness By Length Z' attribute is set. * @see #unsetRotationalStiffnessByLengthZ() * @see #getRotationalStiffnessByLengthZ() * @see #setRotationalStiffnessByLengthZ(double) * @generated */ boolean isSetRotationalStiffnessByLengthZ(); /** * Returns the value of the 'Rotational Stiffness By Length ZAs String' attribute. * *

* If the meaning of the 'Rotational Stiffness By Length ZAs String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Rotational Stiffness By Length ZAs String' attribute. * @see #isSetRotationalStiffnessByLengthZAsString() * @see #unsetRotationalStiffnessByLengthZAsString() * @see #setRotationalStiffnessByLengthZAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthZAsString() * @model unsettable="true" * @generated */ String getRotationalStiffnessByLengthZAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZAsString Rotational Stiffness By Length ZAs String}' attribute. * * * @param value the new value of the 'Rotational Stiffness By Length ZAs String' attribute. * @see #isSetRotationalStiffnessByLengthZAsString() * @see #unsetRotationalStiffnessByLengthZAsString() * @see #getRotationalStiffnessByLengthZAsString() * @generated */ void setRotationalStiffnessByLengthZAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZAsString Rotational Stiffness By Length ZAs String}' attribute. * * * @see #isSetRotationalStiffnessByLengthZAsString() * @see #getRotationalStiffnessByLengthZAsString() * @see #setRotationalStiffnessByLengthZAsString(String) * @generated */ void unsetRotationalStiffnessByLengthZAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZAsString Rotational Stiffness By Length ZAs String}' attribute is set. * * * @return whether the value of the 'Rotational Stiffness By Length ZAs String' attribute is set. * @see #unsetRotationalStiffnessByLengthZAsString() * @see #getRotationalStiffnessByLengthZAsString() * @see #setRotationalStiffnessByLengthZAsString(String) * @generated */ boolean isSetRotationalStiffnessByLengthZAsString(); } // IfcBoundaryEdgeCondition




© 2015 - 2024 Weber Informatics LLC | Privacy Policy