
org.bimserver.models.ifc4.IfcConstructionResource 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
/**
* 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'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcConstructionResource#getUsage Usage}
* - {@link org.bimserver.models.ifc4.IfcConstructionResource#getBaseCosts Base Costs}
* - {@link org.bimserver.models.ifc4.IfcConstructionResource#getBaseQuantity Base Quantity}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcConstructionResource()
* @model
* @generated
*/
public interface IfcConstructionResource extends IfcResource {
/**
* Returns the value of the 'Usage' reference.
*
*
* If the meaning of the 'Usage' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Usage' reference.
* @see #isSetUsage()
* @see #unsetUsage()
* @see #setUsage(IfcResourceTime)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcConstructionResource_Usage()
* @model unsettable="true"
* @generated
*/
IfcResourceTime getUsage();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcConstructionResource#getUsage Usage}' reference.
*
*
* @param value the new value of the 'Usage' reference.
* @see #isSetUsage()
* @see #unsetUsage()
* @see #getUsage()
* @generated
*/
void setUsage(IfcResourceTime value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcConstructionResource#getUsage Usage}' reference.
*
*
* @see #isSetUsage()
* @see #getUsage()
* @see #setUsage(IfcResourceTime)
* @generated
*/
void unsetUsage();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcConstructionResource#getUsage Usage}' reference is set.
*
*
* @return whether the value of the 'Usage' reference is set.
* @see #unsetUsage()
* @see #getUsage()
* @see #setUsage(IfcResourceTime)
* @generated
*/
boolean isSetUsage();
/**
* 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#getIfcConstructionResource_BaseCosts()
* @model unsettable="true"
* @generated
*/
EList getBaseCosts();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcConstructionResource#getBaseCosts Base Costs}' reference list.
*
*
* @see #isSetBaseCosts()
* @see #getBaseCosts()
* @generated
*/
void unsetBaseCosts();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcConstructionResource#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#getIfcConstructionResource_BaseQuantity()
* @model unsettable="true"
* @generated
*/
IfcPhysicalQuantity getBaseQuantity();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcConstructionResource#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.IfcConstructionResource#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.IfcConstructionResource#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();
} // IfcConstructionResource
© 2015 - 2025 Weber Informatics LLC | Privacy Policy