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

org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform 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.ifc4;

/**
 * 
 * A representation of the model object 'Ifc Cartesian Transformation Operator3 Dnon Uniform'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale2 Scale2}
  • *
  • {@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale2AsString Scale2 As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale3 Scale3}
  • *
  • {@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale3AsString Scale3 As String}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCartesianTransformationOperator3DnonUniform() * @model * @generated */ public interface IfcCartesianTransformationOperator3DnonUniform extends IfcCartesianTransformationOperator3D { /** * Returns the value of the 'Scale2' attribute. * *

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

* * @return the value of the 'Scale2' attribute. * @see #isSetScale2() * @see #unsetScale2() * @see #setScale2(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCartesianTransformationOperator3DnonUniform_Scale2() * @model unsettable="true" * @generated */ double getScale2(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale2 Scale2}' attribute. * * * @param value the new value of the 'Scale2' attribute. * @see #isSetScale2() * @see #unsetScale2() * @see #getScale2() * @generated */ void setScale2(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale2 Scale2}' attribute. * * * @see #isSetScale2() * @see #getScale2() * @see #setScale2(double) * @generated */ void unsetScale2(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale2 Scale2}' attribute is set. * * * @return whether the value of the 'Scale2' attribute is set. * @see #unsetScale2() * @see #getScale2() * @see #setScale2(double) * @generated */ boolean isSetScale2(); /** * Returns the value of the 'Scale2 As String' attribute. * *

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

* * @return the value of the 'Scale2 As String' attribute. * @see #isSetScale2AsString() * @see #unsetScale2AsString() * @see #setScale2AsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCartesianTransformationOperator3DnonUniform_Scale2AsString() * @model unsettable="true" * @generated */ String getScale2AsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale2AsString Scale2 As String}' attribute. * * * @param value the new value of the 'Scale2 As String' attribute. * @see #isSetScale2AsString() * @see #unsetScale2AsString() * @see #getScale2AsString() * @generated */ void setScale2AsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale2AsString Scale2 As String}' attribute. * * * @see #isSetScale2AsString() * @see #getScale2AsString() * @see #setScale2AsString(String) * @generated */ void unsetScale2AsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale2AsString Scale2 As String}' attribute is set. * * * @return whether the value of the 'Scale2 As String' attribute is set. * @see #unsetScale2AsString() * @see #getScale2AsString() * @see #setScale2AsString(String) * @generated */ boolean isSetScale2AsString(); /** * Returns the value of the 'Scale3' attribute. * *

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

* * @return the value of the 'Scale3' attribute. * @see #isSetScale3() * @see #unsetScale3() * @see #setScale3(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCartesianTransformationOperator3DnonUniform_Scale3() * @model unsettable="true" * @generated */ double getScale3(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale3 Scale3}' attribute. * * * @param value the new value of the 'Scale3' attribute. * @see #isSetScale3() * @see #unsetScale3() * @see #getScale3() * @generated */ void setScale3(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale3 Scale3}' attribute. * * * @see #isSetScale3() * @see #getScale3() * @see #setScale3(double) * @generated */ void unsetScale3(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale3 Scale3}' attribute is set. * * * @return whether the value of the 'Scale3' attribute is set. * @see #unsetScale3() * @see #getScale3() * @see #setScale3(double) * @generated */ boolean isSetScale3(); /** * Returns the value of the 'Scale3 As String' attribute. * *

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

* * @return the value of the 'Scale3 As String' attribute. * @see #isSetScale3AsString() * @see #unsetScale3AsString() * @see #setScale3AsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCartesianTransformationOperator3DnonUniform_Scale3AsString() * @model unsettable="true" * @generated */ String getScale3AsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale3AsString Scale3 As String}' attribute. * * * @param value the new value of the 'Scale3 As String' attribute. * @see #isSetScale3AsString() * @see #unsetScale3AsString() * @see #getScale3AsString() * @generated */ void setScale3AsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale3AsString Scale3 As String}' attribute. * * * @see #isSetScale3AsString() * @see #getScale3AsString() * @see #setScale3AsString(String) * @generated */ void unsetScale3AsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcCartesianTransformationOperator3DnonUniform#getScale3AsString Scale3 As String}' attribute is set. * * * @return whether the value of the 'Scale3 As String' attribute is set. * @see #unsetScale3AsString() * @see #getScale3AsString() * @see #setScale3AsString(String) * @generated */ boolean isSetScale3AsString(); } // IfcCartesianTransformationOperator3DnonUniform




© 2015 - 2024 Weber Informatics LLC | Privacy Policy