public class IfcAppliedValue extends IfcEntity
Constructor and Description |
---|
IfcAppliedValue() |
Modifier and Type | Method and Description |
---|---|
IfcDate |
getApplicableDate() |
IfcAppliedValueSelect |
getAppliedValue() |
IfcArithmeticOperatorEnum |
getArithmeticOperator() |
IfcLabel |
getCategory() |
IfcCollection<IfcAppliedValue> |
getComponents() |
IfcLabel |
getCondition() |
IfcText |
getDescription() |
IfcDate |
getFixedUntilDate() |
IfcLabel |
getName() |
IfcMeasureWithUnit |
getUnitBasis() |
IfcCollection<IfcExternalReferenceRelationship> |
hasExternalReference() |
void |
setApplicableDate(IfcDate value) |
void |
setAppliedValue(IfcAppliedValueSelect value) |
void |
setArithmeticOperator(IfcArithmeticOperatorEnum value) |
void |
setCategory(IfcLabel value) |
void |
setComponents(IfcCollection<IfcAppliedValue> value) |
void |
setCondition(IfcLabel value) |
void |
setDescription(IfcText value) |
void |
setFixedUntilDate(IfcDate value) |
void |
setName(IfcLabel value) |
void |
setUnitBasis(IfcMeasureWithUnit value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcAppliedValueSelect getAppliedValue()
public final void setAppliedValue(IfcAppliedValueSelect value)
public final IfcMeasureWithUnit getUnitBasis()
public final void setUnitBasis(IfcMeasureWithUnit value)
public final IfcDate getApplicableDate()
public final void setApplicableDate(IfcDate value)
public final IfcDate getFixedUntilDate()
public final void setFixedUntilDate(IfcDate value)
public final IfcLabel getCategory()
public final void setCategory(IfcLabel value)
public final IfcLabel getCondition()
public final void setCondition(IfcLabel value)
public final IfcArithmeticOperatorEnum getArithmeticOperator()
public final void setArithmeticOperator(IfcArithmeticOperatorEnum value)
public final IfcCollection<IfcAppliedValue> getComponents()
public final void setComponents(IfcCollection<IfcAppliedValue> value)
public final IfcCollection<IfcExternalReferenceRelationship> hasExternalReference()