
org.bimserver.models.ifc2x3tc1.IfcTextStyle 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
The 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 Text Style'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextCharacterAppearance Text Character Appearance}
* - {@link org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextStyle Text Style}
* - {@link org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextFontStyle Text Font Style}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTextStyle()
* @model
* @generated
*/
public interface IfcTextStyle extends IfcPresentationStyle, IfcPresentationStyleSelect {
/**
* Returns the value of the 'Text Character Appearance' reference.
*
*
* If the meaning of the 'Text Character Appearance' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Text Character Appearance' reference.
* @see #isSetTextCharacterAppearance()
* @see #unsetTextCharacterAppearance()
* @see #setTextCharacterAppearance(IfcCharacterStyleSelect)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTextStyle_TextCharacterAppearance()
* @model unsettable="true"
* @generated
*/
IfcCharacterStyleSelect getTextCharacterAppearance();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextCharacterAppearance Text Character Appearance}' reference.
*
*
* @param value the new value of the 'Text Character Appearance' reference.
* @see #isSetTextCharacterAppearance()
* @see #unsetTextCharacterAppearance()
* @see #getTextCharacterAppearance()
* @generated
*/
void setTextCharacterAppearance(IfcCharacterStyleSelect value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextCharacterAppearance Text Character Appearance}' reference.
*
*
* @see #isSetTextCharacterAppearance()
* @see #getTextCharacterAppearance()
* @see #setTextCharacterAppearance(IfcCharacterStyleSelect)
* @generated
*/
void unsetTextCharacterAppearance();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextCharacterAppearance Text Character Appearance}' reference is set.
*
*
* @return whether the value of the 'Text Character Appearance' reference is set.
* @see #unsetTextCharacterAppearance()
* @see #getTextCharacterAppearance()
* @see #setTextCharacterAppearance(IfcCharacterStyleSelect)
* @generated
*/
boolean isSetTextCharacterAppearance();
/**
* Returns the value of the 'Text Style' reference.
*
*
* If the meaning of the 'Text Style' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Text Style' reference.
* @see #isSetTextStyle()
* @see #unsetTextStyle()
* @see #setTextStyle(IfcTextStyleSelect)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTextStyle_TextStyle()
* @model unsettable="true"
* @generated
*/
IfcTextStyleSelect getTextStyle();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextStyle Text Style}' reference.
*
*
* @param value the new value of the 'Text Style' reference.
* @see #isSetTextStyle()
* @see #unsetTextStyle()
* @see #getTextStyle()
* @generated
*/
void setTextStyle(IfcTextStyleSelect value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextStyle Text Style}' reference.
*
*
* @see #isSetTextStyle()
* @see #getTextStyle()
* @see #setTextStyle(IfcTextStyleSelect)
* @generated
*/
void unsetTextStyle();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextStyle Text Style}' reference is set.
*
*
* @return whether the value of the 'Text Style' reference is set.
* @see #unsetTextStyle()
* @see #getTextStyle()
* @see #setTextStyle(IfcTextStyleSelect)
* @generated
*/
boolean isSetTextStyle();
/**
* Returns the value of the 'Text Font Style' reference.
*
*
* If the meaning of the 'Text Font Style' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Text Font Style' reference.
* @see #setTextFontStyle(IfcTextFontSelect)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTextStyle_TextFontStyle()
* @model
* @generated
*/
IfcTextFontSelect getTextFontStyle();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextFontStyle Text Font Style}' reference.
*
*
* @param value the new value of the 'Text Font Style' reference.
* @see #getTextFontStyle()
* @generated
*/
void setTextFontStyle(IfcTextFontSelect value);
} // IfcTextStyle
© 2015 - 2025 Weber Informatics LLC | Privacy Policy