@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcAppliedValueRelationship extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcArithmeticOperatorEnum |
arithmeticOperator |
private IfcAppliedValue |
componentOfTotal |
private SET<IfcAppliedValue> |
components |
private IfcText |
description |
private IfcLabel |
name |
stepNumber| 构造器和说明 |
|---|
IfcAppliedValueRelationship(IfcAppliedValue componentOfTotal,
SET<IfcAppliedValue> components,
IfcArithmeticOperatorEnum arithmeticOperator,
IfcLabel name,
IfcText description) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcArithmeticOperatorEnum |
getArithmeticOperator() |
IfcAppliedValue |
getComponentOfTotal() |
SET<IfcAppliedValue> |
getComponents() |
IfcText |
getDescription() |
IfcLabel |
getName() |
void |
setArithmeticOperator(IfcArithmeticOperatorEnum arithmeticOperator) |
void |
setComponentOfTotal(IfcAppliedValue componentOfTotal) |
void |
setComponents(SET<IfcAppliedValue> components) |
void |
setDescription(IfcText description) |
void |
setName(IfcLabel name) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcAppliedValue componentOfTotal
private SET<IfcAppliedValue> components
private IfcArithmeticOperatorEnum arithmeticOperator
@IfcOptionField private IfcLabel name
@IfcOptionField private IfcText description
@IfcParserConstructor public IfcAppliedValueRelationship(IfcAppliedValue componentOfTotal, SET<IfcAppliedValue> components, IfcArithmeticOperatorEnum arithmeticOperator, IfcLabel name, IfcText description)
public IfcAppliedValue getComponentOfTotal()
public void setComponentOfTotal(IfcAppliedValue componentOfTotal)
public SET<IfcAppliedValue> getComponents()
public void setComponents(SET<IfcAppliedValue> components)
public IfcArithmeticOperatorEnum getArithmeticOperator()
public void setArithmeticOperator(IfcArithmeticOperatorEnum arithmeticOperator)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcText getDescription()
public void setDescription(IfcText description)
Copyright © 2023. All rights reserved.