public interface IfcAppliedValueRelationship extends IdEObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
IfcArithmeticOperatorEnum |
getArithmeticOperator()
Returns the value of the 'Arithmetic Operator' attribute.
|
IfcAppliedValue |
getComponentOfTotal()
Returns the value of the 'Component Of Total' reference.
|
org.eclipse.emf.common.util.EList<IfcAppliedValue> |
getComponents()
Returns the value of the 'Components' reference list.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
boolean |
isSetDescription()
Returns whether the value of the '
Description' attribute is set. |
boolean |
isSetName()
Returns whether the value of the '
Name' attribute is set. |
void |
setArithmeticOperator(IfcArithmeticOperatorEnum value)
Sets the value of the '
Arithmetic Operator' attribute. |
void |
setComponentOfTotal(IfcAppliedValue value)
Sets the value of the '
Component Of Total' reference. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
unsetDescription()
Unsets the value of the '
Description' attribute. |
void |
unsetName()
Unsets the value of the '
Name' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeIfcAppliedValue getComponentOfTotal()
Value Of Components'.
If the meaning of the 'Component Of Total' reference isn't clear, there really should be more of a description here...
setComponentOfTotal(IfcAppliedValue),
Ifc2x3tc1Package.getIfcAppliedValueRelationship_ComponentOfTotal(),
IfcAppliedValue.getValueOfComponents()void setComponentOfTotal(IfcAppliedValue value)
Component Of Total' reference.
value - the new value of the 'Component Of Total' reference.getComponentOfTotal()org.eclipse.emf.common.util.EList<IfcAppliedValue> getComponents()
IfcAppliedValue.
It is bidirectional and its opposite is 'Is Component In'.
If the meaning of the 'Components' reference list isn't clear, there really should be more of a description here...
Ifc2x3tc1Package.getIfcAppliedValueRelationship_Components(),
IfcAppliedValue.getIsComponentIn()IfcArithmeticOperatorEnum getArithmeticOperator()
IfcArithmeticOperatorEnum.
If the meaning of the 'Arithmetic Operator' attribute isn't clear, there really should be more of a description here...
IfcArithmeticOperatorEnum,
setArithmeticOperator(IfcArithmeticOperatorEnum),
Ifc2x3tc1Package.getIfcAppliedValueRelationship_ArithmeticOperator()void setArithmeticOperator(IfcArithmeticOperatorEnum value)
Arithmetic Operator' attribute.
value - the new value of the 'Arithmetic Operator' attribute.IfcArithmeticOperatorEnum,
getArithmeticOperator()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
isSetName(),
unsetName(),
setName(String),
Ifc2x3tc1Package.getIfcAppliedValueRelationship_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.isSetName(),
unsetName(),
getName()void unsetName()
Name' attribute.
isSetName(),
getName(),
setName(String)boolean isSetName()
Name' attribute is set.
unsetName(),
getName(),
setName(String)String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
isSetDescription(),
unsetDescription(),
setDescription(String),
Ifc2x3tc1Package.getIfcAppliedValueRelationship_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.isSetDescription(),
unsetDescription(),
getDescription()void unsetDescription()
Description' attribute.
isSetDescription(),
getDescription(),
setDescription(String)boolean isSetDescription()
Description' attribute is set.
unsetDescription(),
getDescription(),
setDescription(String)Copyright © 2018 OpenSource BIM. All rights reserved.