public class IfcPropertyBoundedValue extends IfcSimpleProperty
Constructor and Description |
---|
IfcPropertyBoundedValue() |
Modifier and Type | Method and Description |
---|---|
IfcValue |
getLowerBoundValue() |
IfcValue |
getSetPointValue() |
IfcUnit |
getUnit() |
IfcValue |
getUpperBoundValue() |
void |
setLowerBoundValue(IfcValue value) |
void |
setSetPointValue(IfcValue value) |
void |
setUnit(IfcUnit value) |
void |
setUpperBoundValue(IfcValue value) |
getDescription, getName, getPartOfComplex, getPartOfPset, getPropertyDependsOn, getPropertyForDependance, hasApprovals, hasConstraints, setDescription, setName
hasExternalReferences
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)
public final IfcValue getSetPointValue()
public final void setSetPointValue(IfcValue value)