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

org.bimserver.models.ifc4.IfcConstructionResourceType 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 Construction Resource Type'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcConstructionResourceType#getBaseCosts Base Costs}
  • *
  • {@link org.bimserver.models.ifc4.IfcConstructionResourceType#getBaseQuantity Base Quantity}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcConstructionResourceType() * @model * @generated */ public interface IfcConstructionResourceType extends IfcTypeResource { /** * Returns the value of the 'Base Costs' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcAppliedValue}. * *

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

* * @return the value of the 'Base Costs' reference list. * @see #isSetBaseCosts() * @see #unsetBaseCosts() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcConstructionResourceType_BaseCosts() * @model unsettable="true" * @generated */ EList getBaseCosts(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcConstructionResourceType#getBaseCosts Base Costs}' reference list. * * * @see #isSetBaseCosts() * @see #getBaseCosts() * @generated */ void unsetBaseCosts(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcConstructionResourceType#getBaseCosts Base Costs}' reference list is set. * * * @return whether the value of the 'Base Costs' reference list is set. * @see #unsetBaseCosts() * @see #getBaseCosts() * @generated */ boolean isSetBaseCosts(); /** * Returns the value of the 'Base Quantity' reference. * *

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

* * @return the value of the 'Base Quantity' reference. * @see #isSetBaseQuantity() * @see #unsetBaseQuantity() * @see #setBaseQuantity(IfcPhysicalQuantity) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcConstructionResourceType_BaseQuantity() * @model unsettable="true" * @generated */ IfcPhysicalQuantity getBaseQuantity(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcConstructionResourceType#getBaseQuantity Base Quantity}' reference. * * * @param value the new value of the 'Base Quantity' reference. * @see #isSetBaseQuantity() * @see #unsetBaseQuantity() * @see #getBaseQuantity() * @generated */ void setBaseQuantity(IfcPhysicalQuantity value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcConstructionResourceType#getBaseQuantity Base Quantity}' reference. * * * @see #isSetBaseQuantity() * @see #getBaseQuantity() * @see #setBaseQuantity(IfcPhysicalQuantity) * @generated */ void unsetBaseQuantity(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcConstructionResourceType#getBaseQuantity Base Quantity}' reference is set. * * * @return whether the value of the 'Base Quantity' reference is set. * @see #unsetBaseQuantity() * @see #getBaseQuantity() * @see #setBaseQuantity(IfcPhysicalQuantity) * @generated */ boolean isSetBaseQuantity(); } // IfcConstructionResourceType




© 2015 - 2024 Weber Informatics LLC | Privacy Policy