public class IfcCostItem extends IfcControl
Constructor and Description |
---|
IfcCostItem() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcPhysicalQuantity> |
getCostQuantities() |
IfcCollection<IfcCostValue> |
getCostValues() |
IfcCostItemTypeEnum |
getPredefinedType() |
void |
setCostQuantities(IfcCollection<IfcPhysicalQuantity> value) |
void |
setCostValues(IfcCollection<IfcCostValue> value) |
void |
setPredefinedType(IfcCostItemTypeEnum value) |
getControls, getIdentification, setIdentification
getDeclares, getObjectType, isDeclaredBy, isDefinedBy, isTypedBy, setObjectType
getDecomposes, getNests, hasAssignments, hasAssociations, hasContext, isDecomposedBy, isNestedBy
getDescription, getGlobalId, getName, getOwnerHistory, setDescription, setGlobalId, setName, setOwnerHistory
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcCostItemTypeEnum getPredefinedType()
public final void setPredefinedType(IfcCostItemTypeEnum value)
public final IfcCollection<IfcCostValue> getCostValues()
public final void setCostValues(IfcCollection<IfcCostValue> value)
public final IfcCollection<IfcPhysicalQuantity> getCostQuantities()
public final void setCostQuantities(IfcCollection<IfcPhysicalQuantity> value)