public class IfcPropertyBoundedValue extends IfcSimpleProperty
Constructor and Description |
---|
IfcPropertyBoundedValue() |
Modifier and Type | Method and Description |
---|---|
IfcValue |
getLowerBoundValue() |
IfcUnit |
getUnit() |
IfcValue |
getUpperBoundValue() |
void |
setLowerBoundValue(IfcValue value) |
void |
setUnit(IfcUnit value) |
void |
setUpperBoundValue(IfcValue value) |
getDescription, getName, getPartOfComplex, getPropertyDependsOn, getPropertyForDependance, setDescription, setName
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcValue getUpperBoundValue()
public final void setUpperBoundValue(IfcValue value)
public final IfcValue getLowerBoundValue()
public final void setLowerBoundValue(IfcValue value)
public final IfcUnit getUnit()
public final void setUnit(IfcUnit value)