@IfcClass(type=ENTITY, layer=SHARED) public class IfcServiceLifeFactor extends IfcPropertySetDefinition
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcMeasureValue |
lowerValue |
private IfcMeasureValue |
mostUsedValue |
private IfcServiceLifeTypeEnum |
predefinedType |
private IfcMeasureValue |
upperValue |
stepNumber| 构造器和说明 |
|---|
IfcServiceLifeFactor(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcServiceLifeTypeEnum predefinedType,
IfcMeasureValue upperValue,
IfcMeasureValue mostUsedValue,
IfcMeasureValue lowerValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcMeasureValue |
getLowerValue() |
IfcMeasureValue |
getMostUsedValue() |
IfcServiceLifeTypeEnum |
getPredefinedType() |
IfcMeasureValue |
getUpperValue() |
void |
setLowerValue(IfcMeasureValue lowerValue) |
void |
setMostUsedValue(IfcMeasureValue mostUsedValue) |
void |
setPredefinedType(IfcServiceLifeTypeEnum predefinedType) |
void |
setUpperValue(IfcMeasureValue upperValue) |
addDefinesType, addPropertyDefinitionOf, getDefinesType, getPropertyDefinitionOf, setDefinesType, setPropertyDefinitionOfgetHasAssociations, setHasAssociationsgetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setDescription, setGlobalId, setName, setName, setOwnerHistorycheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcServiceLifeTypeEnum predefinedType
@IfcOptionField private IfcMeasureValue upperValue
private IfcMeasureValue mostUsedValue
@IfcOptionField private IfcMeasureValue lowerValue
@IfcParserConstructor public IfcServiceLifeFactor(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcServiceLifeTypeEnum predefinedType, IfcMeasureValue upperValue, IfcMeasureValue mostUsedValue, IfcMeasureValue lowerValue)
public IfcServiceLifeTypeEnum getPredefinedType()
public void setPredefinedType(IfcServiceLifeTypeEnum predefinedType)
public IfcMeasureValue getUpperValue()
public void setUpperValue(IfcMeasureValue upperValue)
public IfcMeasureValue getMostUsedValue()
public void setMostUsedValue(IfcMeasureValue mostUsedValue)
public IfcMeasureValue getLowerValue()
public void setLowerValue(IfcMeasureValue lowerValue)
Copyright © 2023. All rights reserved.