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

org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition Maven / Gradle / Ivy

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

There is a newer version: 2.0.0
Show 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 Slippage Connection Condition'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageX Slippage X}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageXAsString Slippage XAs String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageY Slippage Y}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageYAsString Slippage YAs String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageZ Slippage Z}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageZAsString Slippage ZAs String}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSlippageConnectionCondition() * @model * @generated */ public interface IfcSlippageConnectionCondition extends IfcStructuralConnectionCondition { /** * Returns the value of the 'Slippage X' attribute. * *

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

* * @return the value of the 'Slippage X' attribute. * @see #isSetSlippageX() * @see #unsetSlippageX() * @see #setSlippageX(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSlippageConnectionCondition_SlippageX() * @model unsettable="true" * @generated */ double getSlippageX(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageX Slippage X}' attribute. * * * @param value the new value of the 'Slippage X' attribute. * @see #isSetSlippageX() * @see #unsetSlippageX() * @see #getSlippageX() * @generated */ void setSlippageX(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageX Slippage X}' attribute. * * * @see #isSetSlippageX() * @see #getSlippageX() * @see #setSlippageX(double) * @generated */ void unsetSlippageX(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageX Slippage X}' attribute is set. * * * @return whether the value of the 'Slippage X' attribute is set. * @see #unsetSlippageX() * @see #getSlippageX() * @see #setSlippageX(double) * @generated */ boolean isSetSlippageX(); /** * Returns the value of the 'Slippage XAs String' attribute. * *

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

* * @return the value of the 'Slippage XAs String' attribute. * @see #isSetSlippageXAsString() * @see #unsetSlippageXAsString() * @see #setSlippageXAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSlippageConnectionCondition_SlippageXAsString() * @model unsettable="true" * @generated */ String getSlippageXAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageXAsString Slippage XAs String}' attribute. * * * @param value the new value of the 'Slippage XAs String' attribute. * @see #isSetSlippageXAsString() * @see #unsetSlippageXAsString() * @see #getSlippageXAsString() * @generated */ void setSlippageXAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageXAsString Slippage XAs String}' attribute. * * * @see #isSetSlippageXAsString() * @see #getSlippageXAsString() * @see #setSlippageXAsString(String) * @generated */ void unsetSlippageXAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageXAsString Slippage XAs String}' attribute is set. * * * @return whether the value of the 'Slippage XAs String' attribute is set. * @see #unsetSlippageXAsString() * @see #getSlippageXAsString() * @see #setSlippageXAsString(String) * @generated */ boolean isSetSlippageXAsString(); /** * Returns the value of the 'Slippage Y' attribute. * *

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

* * @return the value of the 'Slippage Y' attribute. * @see #isSetSlippageY() * @see #unsetSlippageY() * @see #setSlippageY(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSlippageConnectionCondition_SlippageY() * @model unsettable="true" * @generated */ double getSlippageY(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageY Slippage Y}' attribute. * * * @param value the new value of the 'Slippage Y' attribute. * @see #isSetSlippageY() * @see #unsetSlippageY() * @see #getSlippageY() * @generated */ void setSlippageY(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageY Slippage Y}' attribute. * * * @see #isSetSlippageY() * @see #getSlippageY() * @see #setSlippageY(double) * @generated */ void unsetSlippageY(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageY Slippage Y}' attribute is set. * * * @return whether the value of the 'Slippage Y' attribute is set. * @see #unsetSlippageY() * @see #getSlippageY() * @see #setSlippageY(double) * @generated */ boolean isSetSlippageY(); /** * Returns the value of the 'Slippage YAs String' attribute. * *

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

* * @return the value of the 'Slippage YAs String' attribute. * @see #isSetSlippageYAsString() * @see #unsetSlippageYAsString() * @see #setSlippageYAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSlippageConnectionCondition_SlippageYAsString() * @model unsettable="true" * @generated */ String getSlippageYAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageYAsString Slippage YAs String}' attribute. * * * @param value the new value of the 'Slippage YAs String' attribute. * @see #isSetSlippageYAsString() * @see #unsetSlippageYAsString() * @see #getSlippageYAsString() * @generated */ void setSlippageYAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageYAsString Slippage YAs String}' attribute. * * * @see #isSetSlippageYAsString() * @see #getSlippageYAsString() * @see #setSlippageYAsString(String) * @generated */ void unsetSlippageYAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageYAsString Slippage YAs String}' attribute is set. * * * @return whether the value of the 'Slippage YAs String' attribute is set. * @see #unsetSlippageYAsString() * @see #getSlippageYAsString() * @see #setSlippageYAsString(String) * @generated */ boolean isSetSlippageYAsString(); /** * Returns the value of the 'Slippage Z' attribute. * *

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

* * @return the value of the 'Slippage Z' attribute. * @see #isSetSlippageZ() * @see #unsetSlippageZ() * @see #setSlippageZ(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSlippageConnectionCondition_SlippageZ() * @model unsettable="true" * @generated */ double getSlippageZ(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageZ Slippage Z}' attribute. * * * @param value the new value of the 'Slippage Z' attribute. * @see #isSetSlippageZ() * @see #unsetSlippageZ() * @see #getSlippageZ() * @generated */ void setSlippageZ(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageZ Slippage Z}' attribute. * * * @see #isSetSlippageZ() * @see #getSlippageZ() * @see #setSlippageZ(double) * @generated */ void unsetSlippageZ(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageZ Slippage Z}' attribute is set. * * * @return whether the value of the 'Slippage Z' attribute is set. * @see #unsetSlippageZ() * @see #getSlippageZ() * @see #setSlippageZ(double) * @generated */ boolean isSetSlippageZ(); /** * Returns the value of the 'Slippage ZAs String' attribute. * *

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

* * @return the value of the 'Slippage ZAs String' attribute. * @see #isSetSlippageZAsString() * @see #unsetSlippageZAsString() * @see #setSlippageZAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSlippageConnectionCondition_SlippageZAsString() * @model unsettable="true" * @generated */ String getSlippageZAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageZAsString Slippage ZAs String}' attribute. * * * @param value the new value of the 'Slippage ZAs String' attribute. * @see #isSetSlippageZAsString() * @see #unsetSlippageZAsString() * @see #getSlippageZAsString() * @generated */ void setSlippageZAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageZAsString Slippage ZAs String}' attribute. * * * @see #isSetSlippageZAsString() * @see #getSlippageZAsString() * @see #setSlippageZAsString(String) * @generated */ void unsetSlippageZAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageZAsString Slippage ZAs String}' attribute is set. * * * @return whether the value of the 'Slippage ZAs String' attribute is set. * @see #unsetSlippageZAsString() * @see #getSlippageZAsString() * @see #setSlippageZAsString(String) * @generated */ boolean isSetSlippageZAsString(); } // IfcSlippageConnectionCondition




© 2015 - 2024 Weber Informatics LLC | Privacy Policy