@IfcClass(layer=DOMAIN, type=ENTITY) public abstract class IfcConstructionResource extends IfcResource
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcMeasureWithUnit |
baseQuantity |
private IfcResourceConsumptionEnum |
resourceConsumption |
private IfcLabel |
resourceGroup |
private IfcIdentifier |
resourceIdentifier |
stepNumber| 构造器和说明 |
|---|
IfcConstructionResource(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcIdentifier resourceIdentifier,
IfcLabel resourceGroup,
IfcResourceConsumptionEnum resourceConsumption,
IfcMeasureWithUnit baseQuantity) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcMeasureWithUnit |
getBaseQuantity() |
IfcResourceConsumptionEnum |
getResourceConsumption() |
IfcLabel |
getResourceGroup() |
IfcIdentifier |
getResourceIdentifier() |
void |
setBaseQuantity(IfcMeasureWithUnit baseQuantity) |
void |
setResourceConsumption(IfcResourceConsumptionEnum resourceConsumption) |
void |
setResourceGroup(IfcLabel resourceGroup) |
void |
setResourceIdentifier(IfcIdentifier resourceIdentifier) |
getResourceOf, setResourceOfaddIsDefinedBy, getIsDefinedBy, getObjectType, setIsDefinedBy, setObjectTypeaddDecompose, addHasAssociations, addIsDecomposedBy, getDecomposes, getHasAssignments, getHasAssociations, getIsDecomposedBy, setDecomposes, setHasAssignments, setHasAssociations, setIsDecomposedBygetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setDescription, setGlobalId, setName, setName, setOwnerHistorycheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcIdentifier resourceIdentifier
@IfcOptionField private IfcLabel resourceGroup
@IfcOptionField private IfcResourceConsumptionEnum resourceConsumption
@IfcOptionField private IfcMeasureWithUnit baseQuantity
@IfcParserConstructor public IfcConstructionResource(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcIdentifier resourceIdentifier, IfcLabel resourceGroup, IfcResourceConsumptionEnum resourceConsumption, IfcMeasureWithUnit baseQuantity)
public IfcIdentifier getResourceIdentifier()
public void setResourceIdentifier(IfcIdentifier resourceIdentifier)
public IfcLabel getResourceGroup()
public void setResourceGroup(IfcLabel resourceGroup)
public IfcResourceConsumptionEnum getResourceConsumption()
public void setResourceConsumption(IfcResourceConsumptionEnum resourceConsumption)
public IfcMeasureWithUnit getBaseQuantity()
public void setBaseQuantity(IfcMeasureWithUnit baseQuantity)
Copyright © 2023. All rights reserved.