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

org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics 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 Text Style With Box Characteristics'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxHeight Box Height}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxHeightAsString Box Height As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxWidth Box Width}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxWidthAsString Box Width As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxSlantAngle Box Slant Angle}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxSlantAngleAsString Box Slant Angle As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxRotateAngle Box Rotate Angle}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxRotateAngleAsString Box Rotate Angle As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getCharacterSpacing Character Spacing}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTextStyleWithBoxCharacteristics() * @model * @generated */ public interface IfcTextStyleWithBoxCharacteristics extends IfcTextStyleSelect { /** * Returns the value of the 'Box Height' attribute. * *

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

* * @return the value of the 'Box Height' attribute. * @see #isSetBoxHeight() * @see #unsetBoxHeight() * @see #setBoxHeight(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTextStyleWithBoxCharacteristics_BoxHeight() * @model unsettable="true" * @generated */ double getBoxHeight(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxHeight Box Height}' attribute. * * * @param value the new value of the 'Box Height' attribute. * @see #isSetBoxHeight() * @see #unsetBoxHeight() * @see #getBoxHeight() * @generated */ void setBoxHeight(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxHeight Box Height}' attribute. * * * @see #isSetBoxHeight() * @see #getBoxHeight() * @see #setBoxHeight(double) * @generated */ void unsetBoxHeight(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxHeight Box Height}' attribute is set. * * * @return whether the value of the 'Box Height' attribute is set. * @see #unsetBoxHeight() * @see #getBoxHeight() * @see #setBoxHeight(double) * @generated */ boolean isSetBoxHeight(); /** * Returns the value of the 'Box Height As String' attribute. * *

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

* * @return the value of the 'Box Height As String' attribute. * @see #isSetBoxHeightAsString() * @see #unsetBoxHeightAsString() * @see #setBoxHeightAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTextStyleWithBoxCharacteristics_BoxHeightAsString() * @model unsettable="true" * @generated */ String getBoxHeightAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxHeightAsString Box Height As String}' attribute. * * * @param value the new value of the 'Box Height As String' attribute. * @see #isSetBoxHeightAsString() * @see #unsetBoxHeightAsString() * @see #getBoxHeightAsString() * @generated */ void setBoxHeightAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxHeightAsString Box Height As String}' attribute. * * * @see #isSetBoxHeightAsString() * @see #getBoxHeightAsString() * @see #setBoxHeightAsString(String) * @generated */ void unsetBoxHeightAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxHeightAsString Box Height As String}' attribute is set. * * * @return whether the value of the 'Box Height As String' attribute is set. * @see #unsetBoxHeightAsString() * @see #getBoxHeightAsString() * @see #setBoxHeightAsString(String) * @generated */ boolean isSetBoxHeightAsString(); /** * Returns the value of the 'Box Width' attribute. * *

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

* * @return the value of the 'Box Width' attribute. * @see #isSetBoxWidth() * @see #unsetBoxWidth() * @see #setBoxWidth(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTextStyleWithBoxCharacteristics_BoxWidth() * @model unsettable="true" * @generated */ double getBoxWidth(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxWidth Box Width}' attribute. * * * @param value the new value of the 'Box Width' attribute. * @see #isSetBoxWidth() * @see #unsetBoxWidth() * @see #getBoxWidth() * @generated */ void setBoxWidth(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxWidth Box Width}' attribute. * * * @see #isSetBoxWidth() * @see #getBoxWidth() * @see #setBoxWidth(double) * @generated */ void unsetBoxWidth(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxWidth Box Width}' attribute is set. * * * @return whether the value of the 'Box Width' attribute is set. * @see #unsetBoxWidth() * @see #getBoxWidth() * @see #setBoxWidth(double) * @generated */ boolean isSetBoxWidth(); /** * Returns the value of the 'Box Width As String' attribute. * *

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

* * @return the value of the 'Box Width As String' attribute. * @see #isSetBoxWidthAsString() * @see #unsetBoxWidthAsString() * @see #setBoxWidthAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTextStyleWithBoxCharacteristics_BoxWidthAsString() * @model unsettable="true" * @generated */ String getBoxWidthAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxWidthAsString Box Width As String}' attribute. * * * @param value the new value of the 'Box Width As String' attribute. * @see #isSetBoxWidthAsString() * @see #unsetBoxWidthAsString() * @see #getBoxWidthAsString() * @generated */ void setBoxWidthAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxWidthAsString Box Width As String}' attribute. * * * @see #isSetBoxWidthAsString() * @see #getBoxWidthAsString() * @see #setBoxWidthAsString(String) * @generated */ void unsetBoxWidthAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxWidthAsString Box Width As String}' attribute is set. * * * @return whether the value of the 'Box Width As String' attribute is set. * @see #unsetBoxWidthAsString() * @see #getBoxWidthAsString() * @see #setBoxWidthAsString(String) * @generated */ boolean isSetBoxWidthAsString(); /** * Returns the value of the 'Box Slant Angle' attribute. * *

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

* * @return the value of the 'Box Slant Angle' attribute. * @see #isSetBoxSlantAngle() * @see #unsetBoxSlantAngle() * @see #setBoxSlantAngle(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTextStyleWithBoxCharacteristics_BoxSlantAngle() * @model unsettable="true" * @generated */ double getBoxSlantAngle(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxSlantAngle Box Slant Angle}' attribute. * * * @param value the new value of the 'Box Slant Angle' attribute. * @see #isSetBoxSlantAngle() * @see #unsetBoxSlantAngle() * @see #getBoxSlantAngle() * @generated */ void setBoxSlantAngle(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxSlantAngle Box Slant Angle}' attribute. * * * @see #isSetBoxSlantAngle() * @see #getBoxSlantAngle() * @see #setBoxSlantAngle(double) * @generated */ void unsetBoxSlantAngle(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxSlantAngle Box Slant Angle}' attribute is set. * * * @return whether the value of the 'Box Slant Angle' attribute is set. * @see #unsetBoxSlantAngle() * @see #getBoxSlantAngle() * @see #setBoxSlantAngle(double) * @generated */ boolean isSetBoxSlantAngle(); /** * Returns the value of the 'Box Slant Angle As String' attribute. * *

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

* * @return the value of the 'Box Slant Angle As String' attribute. * @see #isSetBoxSlantAngleAsString() * @see #unsetBoxSlantAngleAsString() * @see #setBoxSlantAngleAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTextStyleWithBoxCharacteristics_BoxSlantAngleAsString() * @model unsettable="true" * @generated */ String getBoxSlantAngleAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxSlantAngleAsString Box Slant Angle As String}' attribute. * * * @param value the new value of the 'Box Slant Angle As String' attribute. * @see #isSetBoxSlantAngleAsString() * @see #unsetBoxSlantAngleAsString() * @see #getBoxSlantAngleAsString() * @generated */ void setBoxSlantAngleAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxSlantAngleAsString Box Slant Angle As String}' attribute. * * * @see #isSetBoxSlantAngleAsString() * @see #getBoxSlantAngleAsString() * @see #setBoxSlantAngleAsString(String) * @generated */ void unsetBoxSlantAngleAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxSlantAngleAsString Box Slant Angle As String}' attribute is set. * * * @return whether the value of the 'Box Slant Angle As String' attribute is set. * @see #unsetBoxSlantAngleAsString() * @see #getBoxSlantAngleAsString() * @see #setBoxSlantAngleAsString(String) * @generated */ boolean isSetBoxSlantAngleAsString(); /** * Returns the value of the 'Box Rotate Angle' attribute. * *

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

* * @return the value of the 'Box Rotate Angle' attribute. * @see #isSetBoxRotateAngle() * @see #unsetBoxRotateAngle() * @see #setBoxRotateAngle(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTextStyleWithBoxCharacteristics_BoxRotateAngle() * @model unsettable="true" * @generated */ double getBoxRotateAngle(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxRotateAngle Box Rotate Angle}' attribute. * * * @param value the new value of the 'Box Rotate Angle' attribute. * @see #isSetBoxRotateAngle() * @see #unsetBoxRotateAngle() * @see #getBoxRotateAngle() * @generated */ void setBoxRotateAngle(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxRotateAngle Box Rotate Angle}' attribute. * * * @see #isSetBoxRotateAngle() * @see #getBoxRotateAngle() * @see #setBoxRotateAngle(double) * @generated */ void unsetBoxRotateAngle(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxRotateAngle Box Rotate Angle}' attribute is set. * * * @return whether the value of the 'Box Rotate Angle' attribute is set. * @see #unsetBoxRotateAngle() * @see #getBoxRotateAngle() * @see #setBoxRotateAngle(double) * @generated */ boolean isSetBoxRotateAngle(); /** * Returns the value of the 'Box Rotate Angle As String' attribute. * *

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

* * @return the value of the 'Box Rotate Angle As String' attribute. * @see #isSetBoxRotateAngleAsString() * @see #unsetBoxRotateAngleAsString() * @see #setBoxRotateAngleAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTextStyleWithBoxCharacteristics_BoxRotateAngleAsString() * @model unsettable="true" * @generated */ String getBoxRotateAngleAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxRotateAngleAsString Box Rotate Angle As String}' attribute. * * * @param value the new value of the 'Box Rotate Angle As String' attribute. * @see #isSetBoxRotateAngleAsString() * @see #unsetBoxRotateAngleAsString() * @see #getBoxRotateAngleAsString() * @generated */ void setBoxRotateAngleAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxRotateAngleAsString Box Rotate Angle As String}' attribute. * * * @see #isSetBoxRotateAngleAsString() * @see #getBoxRotateAngleAsString() * @see #setBoxRotateAngleAsString(String) * @generated */ void unsetBoxRotateAngleAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxRotateAngleAsString Box Rotate Angle As String}' attribute is set. * * * @return whether the value of the 'Box Rotate Angle As String' attribute is set. * @see #unsetBoxRotateAngleAsString() * @see #getBoxRotateAngleAsString() * @see #setBoxRotateAngleAsString(String) * @generated */ boolean isSetBoxRotateAngleAsString(); /** * Returns the value of the 'Character Spacing' reference. * *

* If the meaning of the 'Character Spacing' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Character Spacing' reference. * @see #isSetCharacterSpacing() * @see #unsetCharacterSpacing() * @see #setCharacterSpacing(IfcSizeSelect) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTextStyleWithBoxCharacteristics_CharacterSpacing() * @model unsettable="true" * @generated */ IfcSizeSelect getCharacterSpacing(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getCharacterSpacing Character Spacing}' reference. * * * @param value the new value of the 'Character Spacing' reference. * @see #isSetCharacterSpacing() * @see #unsetCharacterSpacing() * @see #getCharacterSpacing() * @generated */ void setCharacterSpacing(IfcSizeSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getCharacterSpacing Character Spacing}' reference. * * * @see #isSetCharacterSpacing() * @see #getCharacterSpacing() * @see #setCharacterSpacing(IfcSizeSelect) * @generated */ void unsetCharacterSpacing(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getCharacterSpacing Character Spacing}' reference is set. * * * @return whether the value of the 'Character Spacing' reference is set. * @see #unsetCharacterSpacing() * @see #getCharacterSpacing() * @see #setCharacterSpacing(IfcSizeSelect) * @generated */ boolean isSetCharacterSpacing(); } // IfcTextStyleWithBoxCharacteristics




© 2015 - 2024 Weber Informatics LLC | Privacy Policy