
org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener 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
/**
* 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 Mechanical Fastener'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalDiameter Nominal Diameter}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalDiameterAsString Nominal Diameter As String}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalLength Nominal Length}
* - {@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalLengthAsString Nominal Length As String}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalFastener()
* @model
* @generated
*/
public interface IfcMechanicalFastener extends IfcFastener {
/**
* Returns the value of the 'Nominal Diameter' attribute.
*
*
* If the meaning of the 'Nominal Diameter' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Nominal Diameter' attribute.
* @see #isSetNominalDiameter()
* @see #unsetNominalDiameter()
* @see #setNominalDiameter(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalFastener_NominalDiameter()
* @model unsettable="true"
* @generated
*/
double getNominalDiameter();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalDiameter Nominal Diameter}' attribute.
*
*
* @param value the new value of the 'Nominal Diameter' attribute.
* @see #isSetNominalDiameter()
* @see #unsetNominalDiameter()
* @see #getNominalDiameter()
* @generated
*/
void setNominalDiameter(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalDiameter Nominal Diameter}' attribute.
*
*
* @see #isSetNominalDiameter()
* @see #getNominalDiameter()
* @see #setNominalDiameter(double)
* @generated
*/
void unsetNominalDiameter();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalDiameter Nominal Diameter}' attribute is set.
*
*
* @return whether the value of the 'Nominal Diameter' attribute is set.
* @see #unsetNominalDiameter()
* @see #getNominalDiameter()
* @see #setNominalDiameter(double)
* @generated
*/
boolean isSetNominalDiameter();
/**
* Returns the value of the 'Nominal Diameter As String' attribute.
*
*
* If the meaning of the 'Nominal Diameter As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Nominal Diameter As String' attribute.
* @see #isSetNominalDiameterAsString()
* @see #unsetNominalDiameterAsString()
* @see #setNominalDiameterAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalFastener_NominalDiameterAsString()
* @model unsettable="true"
* @generated
*/
String getNominalDiameterAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalDiameterAsString Nominal Diameter As String}' attribute.
*
*
* @param value the new value of the 'Nominal Diameter As String' attribute.
* @see #isSetNominalDiameterAsString()
* @see #unsetNominalDiameterAsString()
* @see #getNominalDiameterAsString()
* @generated
*/
void setNominalDiameterAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalDiameterAsString Nominal Diameter As String}' attribute.
*
*
* @see #isSetNominalDiameterAsString()
* @see #getNominalDiameterAsString()
* @see #setNominalDiameterAsString(String)
* @generated
*/
void unsetNominalDiameterAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalDiameterAsString Nominal Diameter As String}' attribute is set.
*
*
* @return whether the value of the 'Nominal Diameter As String' attribute is set.
* @see #unsetNominalDiameterAsString()
* @see #getNominalDiameterAsString()
* @see #setNominalDiameterAsString(String)
* @generated
*/
boolean isSetNominalDiameterAsString();
/**
* Returns the value of the 'Nominal Length' attribute.
*
*
* If the meaning of the 'Nominal Length' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Nominal Length' attribute.
* @see #isSetNominalLength()
* @see #unsetNominalLength()
* @see #setNominalLength(double)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalFastener_NominalLength()
* @model unsettable="true"
* @generated
*/
double getNominalLength();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalLength Nominal Length}' attribute.
*
*
* @param value the new value of the 'Nominal Length' attribute.
* @see #isSetNominalLength()
* @see #unsetNominalLength()
* @see #getNominalLength()
* @generated
*/
void setNominalLength(double value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalLength Nominal Length}' attribute.
*
*
* @see #isSetNominalLength()
* @see #getNominalLength()
* @see #setNominalLength(double)
* @generated
*/
void unsetNominalLength();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalLength Nominal Length}' attribute is set.
*
*
* @return whether the value of the 'Nominal Length' attribute is set.
* @see #unsetNominalLength()
* @see #getNominalLength()
* @see #setNominalLength(double)
* @generated
*/
boolean isSetNominalLength();
/**
* Returns the value of the 'Nominal Length As String' attribute.
*
*
* If the meaning of the 'Nominal Length As String' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Nominal Length As String' attribute.
* @see #isSetNominalLengthAsString()
* @see #unsetNominalLengthAsString()
* @see #setNominalLengthAsString(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcMechanicalFastener_NominalLengthAsString()
* @model unsettable="true"
* @generated
*/
String getNominalLengthAsString();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalLengthAsString Nominal Length As String}' attribute.
*
*
* @param value the new value of the 'Nominal Length As String' attribute.
* @see #isSetNominalLengthAsString()
* @see #unsetNominalLengthAsString()
* @see #getNominalLengthAsString()
* @generated
*/
void setNominalLengthAsString(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalLengthAsString Nominal Length As String}' attribute.
*
*
* @see #isSetNominalLengthAsString()
* @see #getNominalLengthAsString()
* @see #setNominalLengthAsString(String)
* @generated
*/
void unsetNominalLengthAsString();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalLengthAsString Nominal Length As String}' attribute is set.
*
*
* @return whether the value of the 'Nominal Length As String' attribute is set.
* @see #unsetNominalLengthAsString()
* @see #getNominalLengthAsString()
* @see #setNominalLengthAsString(String)
* @generated
*/
boolean isSetNominalLengthAsString();
} // IfcMechanicalFastener
© 2015 - 2025 Weber Informatics LLC | Privacy Policy