| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl | |
| org.bimserver.models.ifc4.util |
| Modifier and Type | Method and Description |
|---|---|
IfcCostValue |
Ifc4Factory.createIfcCostValue()
Returns a new object of class 'Ifc Cost Value'.
|
IfcCostValue |
IfcAsset.getCurrentValue()
Returns the value of the 'Current Value' reference.
|
IfcCostValue |
IfcInventory.getCurrentValue()
Returns the value of the 'Current Value' reference.
|
IfcCostValue |
IfcAsset.getDepreciatedValue()
Returns the value of the 'Depreciated Value' reference.
|
IfcCostValue |
IfcAsset.getOriginalValue()
Returns the value of the 'Original Value' reference.
|
IfcCostValue |
IfcInventory.getOriginalValue()
Returns the value of the 'Original Value' reference.
|
IfcCostValue |
IfcAsset.getTotalReplacementCost()
Returns the value of the 'Total Replacement Cost' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<IfcCostValue> |
IfcCostItem.getCostValues()
Returns the value of the 'Cost Values' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcAsset.setCurrentValue(IfcCostValue value)
Sets the value of the '
Current Value' reference. |
void |
IfcInventory.setCurrentValue(IfcCostValue value)
Sets the value of the '
Current Value' reference. |
void |
IfcAsset.setDepreciatedValue(IfcCostValue value)
Sets the value of the '
Depreciated Value' reference. |
void |
IfcAsset.setOriginalValue(IfcCostValue value)
Sets the value of the '
Original Value' reference. |
void |
IfcInventory.setOriginalValue(IfcCostValue value)
Sets the value of the '
Original Value' reference. |
void |
IfcAsset.setTotalReplacementCost(IfcCostValue value)
Sets the value of the '
Total Replacement Cost' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
IfcCostValueImpl
An implementation of the model object 'Ifc Cost Value'.
|
| Modifier and Type | Method and Description |
|---|---|
IfcCostValue |
Ifc4FactoryImpl.createIfcCostValue() |
IfcCostValue |
IfcInventoryImpl.getCurrentValue() |
IfcCostValue |
IfcAssetImpl.getCurrentValue() |
IfcCostValue |
IfcAssetImpl.getDepreciatedValue() |
IfcCostValue |
IfcInventoryImpl.getOriginalValue() |
IfcCostValue |
IfcAssetImpl.getOriginalValue() |
IfcCostValue |
IfcAssetImpl.getTotalReplacementCost() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<IfcCostValue> |
IfcCostItemImpl.getCostValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcInventoryImpl.setCurrentValue(IfcCostValue newCurrentValue) |
void |
IfcAssetImpl.setCurrentValue(IfcCostValue newCurrentValue) |
void |
IfcAssetImpl.setDepreciatedValue(IfcCostValue newDepreciatedValue) |
void |
IfcInventoryImpl.setOriginalValue(IfcCostValue newOriginalValue) |
void |
IfcAssetImpl.setOriginalValue(IfcCostValue newOriginalValue) |
void |
IfcAssetImpl.setTotalReplacementCost(IfcCostValue newTotalReplacementCost) |
| Modifier and Type | Method and Description |
|---|---|
T |
Ifc4Switch.caseIfcCostValue(IfcCostValue object)
Returns the result of interpreting the object as an instance of 'Ifc Cost Value'.
|
Copyright © 2018 OpenSource BIM. All rights reserved.