@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcEnvironmentalImpactValue extends IfcAppliedValue
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcEnvironmentalImpactCategoryEnum |
category |
private IfcLabel |
impactType |
private IfcLabel |
userDefinedCategory |
stepNumber| 构造器和说明 |
|---|
IfcEnvironmentalImpactValue(IfcLabel name,
IfcText description,
IfcAppliedValueSelect appliedValue,
IfcMeasureWithUnit unitBasis,
IfcDateTimeSelect applicableDate,
IfcDateTimeSelect fixedUntilDate) |
IfcEnvironmentalImpactValue(IfcLabel name,
IfcText description,
IfcAppliedValueSelect appliedValue,
IfcMeasureWithUnit unitBasis,
IfcDateTimeSelect applicableDate,
IfcDateTimeSelect fixedUntilDate,
IfcLabel impactType,
IfcEnvironmentalImpactCategoryEnum category,
IfcLabel userDefinedCategory) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcEnvironmentalImpactCategoryEnum |
getCategory() |
IfcLabel |
getImpactType() |
IfcLabel |
getUserDefinedCategory() |
void |
setCategory(IfcEnvironmentalImpactCategoryEnum category) |
void |
setImpactType(IfcLabel impactType) |
void |
setUserDefinedCategory(IfcLabel userDefinedCategory) |
getApplicableDate, getAppliedValue, getDescription, getFixedUntilDate, getIsComponentIn, getName, getUnitBasis, getValueOfComponents, getValuesReferenced, setApplicableDate, setAppliedValue, setDescription, setFixedUntilDate, setIsComponentIn, setName, setUnitBasis, setValueOfComponents, setValuesReferencedcheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcLabel impactType
private IfcEnvironmentalImpactCategoryEnum category
@IfcOptionField private IfcLabel userDefinedCategory
public IfcEnvironmentalImpactValue(IfcLabel name, IfcText description, IfcAppliedValueSelect appliedValue, IfcMeasureWithUnit unitBasis, IfcDateTimeSelect applicableDate, IfcDateTimeSelect fixedUntilDate)
@IfcParserConstructor public IfcEnvironmentalImpactValue(IfcLabel name, IfcText description, IfcAppliedValueSelect appliedValue, IfcMeasureWithUnit unitBasis, IfcDateTimeSelect applicableDate, IfcDateTimeSelect fixedUntilDate, IfcLabel impactType, IfcEnvironmentalImpactCategoryEnum category, IfcLabel userDefinedCategory)
public IfcLabel getImpactType()
public void setImpactType(IfcLabel impactType)
public IfcEnvironmentalImpactCategoryEnum getCategory()
public void setCategory(IfcEnvironmentalImpactCategoryEnum category)
public IfcLabel getUserDefinedCategory()
public void setUserDefinedCategory(IfcLabel userDefinedCategory)
Copyright © 2023. All rights reserved.