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, setIdentificationgetDeclares, getObjectType, isDeclaredBy, isDefinedBy, isTypedBy, setObjectTypegetDecomposes, getNests, hasAssignments, hasAssociations, hasContext, isDecomposedBy, isNestedBygetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setGlobalId, setName, setOwnerHistoryequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic 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)