@IfcClass(type=ENTITY, layer=RESOURCE) public class IfcPropertyBoundedValue extends IfcSimpleProperty
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcValue |
lowerBoundValue |
private IfcUnit |
unit |
private IfcValue |
upperBoundValue |
stepNumber| 构造器和说明 |
|---|
IfcPropertyBoundedValue(IfcIdentifier name,
IfcText description,
IfcValue upperBoundValue,
IfcValue lowerBoundValue,
IfcUnit unit) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcValue |
getLowerBoundValue() |
IfcUnit |
getUnit() |
IfcValue |
getUpperBoundValue() |
boolean |
illegal() |
void |
setLowerBoundValue(IfcValue lowerBoundValue) |
void |
setUnit(IfcUnit unit) |
void |
setUpperBoundValue(IfcValue upperBoundValue) |
getDescription, getName, getPartOfComplex, getPropertyDependsOn, getPropertyForDependance, setDescription, setName, setPartOfComplex, setPropertyDependsOn, setPropertyForDependancecheck, getFileItem, getParamString, getStepNumber, isDefault, setStepNumber, toIfc@IfcOptionField private IfcValue upperBoundValue
@IfcOptionField private IfcValue lowerBoundValue
@IfcOptionField private IfcUnit unit
@IfcParserConstructor public IfcPropertyBoundedValue(IfcIdentifier name, IfcText description, IfcValue upperBoundValue, IfcValue lowerBoundValue, IfcUnit unit)
public IfcValue getUpperBoundValue()
public void setUpperBoundValue(IfcValue upperBoundValue)
public IfcValue getLowerBoundValue()
public void setLowerBoundValue(IfcValue lowerBoundValue)
public IfcUnit getUnit()
public void setUnit(IfcUnit unit)
public boolean illegal()
illegal 在接口中 IfcInterfaceillegal 在类中 IfcAbstractClassCopyright © 2023. All rights reserved.