public class IfcAppliedValueRelationship extends IfcEntity
Constructor and Description |
---|
IfcAppliedValueRelationship() |
Modifier and Type | Method and Description |
---|---|
IfcArithmeticOperatorEnum |
getArithmeticOperator() |
IfcAppliedValue |
getComponentOfTotal() |
IfcCollection<IfcAppliedValue> |
getComponents() |
IfcText |
getDescription() |
IfcLabel |
getName() |
void |
setArithmeticOperator(IfcArithmeticOperatorEnum value) |
void |
setComponentOfTotal(IfcAppliedValue value) |
void |
setComponents(IfcCollection<IfcAppliedValue> value) |
void |
setDescription(IfcText value) |
void |
setName(IfcLabel value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcAppliedValue getComponentOfTotal()
public final void setComponentOfTotal(IfcAppliedValue value)
public final IfcCollection<IfcAppliedValue> getComponents()
public final void setComponents(IfcCollection<IfcAppliedValue> value)
public final IfcArithmeticOperatorEnum getArithmeticOperator()
public final void setArithmeticOperator(IfcArithmeticOperatorEnum value)
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)