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

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

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Ifc Cost Item'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcCostItem#getPredefinedType Predefined Type}
  • *
  • {@link org.bimserver.models.ifc4.IfcCostItem#getCostValues Cost Values}
  • *
  • {@link org.bimserver.models.ifc4.IfcCostItem#getCostQuantities Cost Quantities}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCostItem() * @model * @generated */ public interface IfcCostItem extends IfcControl { /** * Returns the value of the 'Predefined Type' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcCostItemTypeEnum}. * *

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

* * @return the value of the 'Predefined Type' attribute. * @see org.bimserver.models.ifc4.IfcCostItemTypeEnum * @see #isSetPredefinedType() * @see #unsetPredefinedType() * @see #setPredefinedType(IfcCostItemTypeEnum) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCostItem_PredefinedType() * @model unsettable="true" * @generated */ IfcCostItemTypeEnum getPredefinedType(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcCostItem#getPredefinedType Predefined Type}' attribute. * * * @param value the new value of the 'Predefined Type' attribute. * @see org.bimserver.models.ifc4.IfcCostItemTypeEnum * @see #isSetPredefinedType() * @see #unsetPredefinedType() * @see #getPredefinedType() * @generated */ void setPredefinedType(IfcCostItemTypeEnum value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcCostItem#getPredefinedType Predefined Type}' attribute. * * * @see #isSetPredefinedType() * @see #getPredefinedType() * @see #setPredefinedType(IfcCostItemTypeEnum) * @generated */ void unsetPredefinedType(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcCostItem#getPredefinedType Predefined Type}' attribute is set. * * * @return whether the value of the 'Predefined Type' attribute is set. * @see #unsetPredefinedType() * @see #getPredefinedType() * @see #setPredefinedType(IfcCostItemTypeEnum) * @generated */ boolean isSetPredefinedType(); /** * Returns the value of the 'Cost Values' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcCostValue}. * *

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

* * @return the value of the 'Cost Values' reference list. * @see #isSetCostValues() * @see #unsetCostValues() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCostItem_CostValues() * @model unsettable="true" * @generated */ EList getCostValues(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcCostItem#getCostValues Cost Values}' reference list. * * * @see #isSetCostValues() * @see #getCostValues() * @generated */ void unsetCostValues(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcCostItem#getCostValues Cost Values}' reference list is set. * * * @return whether the value of the 'Cost Values' reference list is set. * @see #unsetCostValues() * @see #getCostValues() * @generated */ boolean isSetCostValues(); /** * Returns the value of the 'Cost Quantities' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcPhysicalQuantity}. * *

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

* * @return the value of the 'Cost Quantities' reference list. * @see #isSetCostQuantities() * @see #unsetCostQuantities() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcCostItem_CostQuantities() * @model unsettable="true" * @generated */ EList getCostQuantities(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcCostItem#getCostQuantities Cost Quantities}' reference list. * * * @see #isSetCostQuantities() * @see #getCostQuantities() * @generated */ void unsetCostQuantities(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcCostItem#getCostQuantities Cost Quantities}' reference list is set. * * * @return whether the value of the 'Cost Quantities' reference list is set. * @see #unsetCostQuantities() * @see #getCostQuantities() * @generated */ boolean isSetCostQuantities(); } // IfcCostItem




© 2015 - 2024 Weber Informatics LLC | Privacy Policy