org.bimserver.models.ifc4.IfcFillAreaStyle 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.ifc4;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Ifc Fill Area Style'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcFillAreaStyle#getFillStyles Fill Styles}
* - {@link org.bimserver.models.ifc4.IfcFillAreaStyle#getModelorDraughting Modelor Draughting}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyle()
* @model
* @generated
*/
public interface IfcFillAreaStyle extends IfcPresentationStyle, IfcPresentationStyleSelect {
/**
* Returns the value of the 'Fill Styles' reference list.
* The list contents are of type {@link org.bimserver.models.ifc4.IfcFillStyleSelect}.
*
*
* If the meaning of the 'Fill Styles' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Fill Styles' reference list.
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyle_FillStyles()
* @model
* @generated
*/
EList getFillStyles();
/**
* Returns the value of the 'Modelor Draughting' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc4.Tristate}.
*
*
* If the meaning of the 'Modelor Draughting' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Modelor Draughting' attribute.
* @see org.bimserver.models.ifc4.Tristate
* @see #isSetModelorDraughting()
* @see #unsetModelorDraughting()
* @see #setModelorDraughting(Tristate)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyle_ModelorDraughting()
* @model unsettable="true"
* @generated
*/
Tristate getModelorDraughting();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyle#getModelorDraughting Modelor Draughting}' attribute.
*
*
* @param value the new value of the 'Modelor Draughting' attribute.
* @see org.bimserver.models.ifc4.Tristate
* @see #isSetModelorDraughting()
* @see #unsetModelorDraughting()
* @see #getModelorDraughting()
* @generated
*/
void setModelorDraughting(Tristate value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyle#getModelorDraughting Modelor Draughting}' attribute.
*
*
* @see #isSetModelorDraughting()
* @see #getModelorDraughting()
* @see #setModelorDraughting(Tristate)
* @generated
*/
void unsetModelorDraughting();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyle#getModelorDraughting Modelor Draughting}' attribute is set.
*
*
* @return whether the value of the 'Modelor Draughting' attribute is set.
* @see #unsetModelorDraughting()
* @see #getModelorDraughting()
* @see #setModelorDraughting(Tristate)
* @generated
*/
boolean isSetModelorDraughting();
} // IfcFillAreaStyle
© 2015 - 2025 Weber Informatics LLC | Privacy Policy