public interface IfcPropertyDependencyRelationship extends IdEObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
IfcProperty |
getDependantProperty()
Returns the value of the 'Dependant Property' reference.
|
IfcProperty |
getDependingProperty()
Returns the value of the 'Depending Property' reference.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getExpression()
Returns the value of the 'Expression' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
boolean |
isSetDescription()
Returns whether the value of the '
Description' attribute is set. |
boolean |
isSetExpression()
Returns whether the value of the '
Expression' attribute is set. |
boolean |
isSetName()
Returns whether the value of the '
Name' attribute is set. |
void |
setDependantProperty(IfcProperty value)
Sets the value of the '
Dependant Property' reference. |
void |
setDependingProperty(IfcProperty value)
Sets the value of the '
Depending Property' reference. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setExpression(String value)
Sets the value of the '
Expression' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
unsetDescription()
Unsets the value of the '
Description' attribute. |
void |
unsetExpression()
Unsets the value of the '
Expression' attribute. |
void |
unsetName()
Unsets the value of the '
Name' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeIfcProperty getDependingProperty()
Property For Dependance'.
If the meaning of the 'Depending Property' reference isn't clear, there really should be more of a description here...
setDependingProperty(IfcProperty),
Ifc2x3tc1Package.getIfcPropertyDependencyRelationship_DependingProperty(),
IfcProperty.getPropertyForDependance()void setDependingProperty(IfcProperty value)
Depending Property' reference.
value - the new value of the 'Depending Property' reference.getDependingProperty()IfcProperty getDependantProperty()
Property Depends On'.
If the meaning of the 'Dependant Property' reference isn't clear, there really should be more of a description here...
setDependantProperty(IfcProperty),
Ifc2x3tc1Package.getIfcPropertyDependencyRelationship_DependantProperty(),
IfcProperty.getPropertyDependsOn()void setDependantProperty(IfcProperty value)
Dependant Property' reference.
value - the new value of the 'Dependant Property' reference.getDependantProperty()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.getIfcPropertyDependencyRelationship_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.getIfcPropertyDependencyRelationship_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)String getExpression()
If the meaning of the 'Expression' attribute isn't clear, there really should be more of a description here...
isSetExpression(),
unsetExpression(),
setExpression(String),
Ifc2x3tc1Package.getIfcPropertyDependencyRelationship_Expression()void setExpression(String value)
Expression' attribute.
value - the new value of the 'Expression' attribute.isSetExpression(),
unsetExpression(),
getExpression()void unsetExpression()
Expression' attribute.
isSetExpression(),
getExpression(),
setExpression(String)boolean isSetExpression()
Expression' attribute is set.
unsetExpression(),
getExpression(),
setExpression(String)Copyright © 2018 OpenSource BIM. All rights reserved.