public interface IfcApprovalRelationship extends IdEObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
IfcApproval |
getRelatedApproval()
Returns the value of the 'Related Approval' reference.
|
IfcApproval |
getRelatingApproval()
Returns the value of the 'Relating Approval' reference.
|
boolean |
isSetDescription()
Returns whether the value of the '
Description' attribute is set. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setRelatedApproval(IfcApproval value)
Sets the value of the '
Related Approval' reference. |
void |
setRelatingApproval(IfcApproval value)
Sets the value of the '
Relating Approval' reference. |
void |
unsetDescription()
Unsets the value of the '
Description' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeIfcApproval getRelatedApproval()
Is Related With'.
If the meaning of the 'Related Approval' reference isn't clear, there really should be more of a description here...
setRelatedApproval(IfcApproval),
Ifc2x3tc1Package.getIfcApprovalRelationship_RelatedApproval(),
IfcApproval.getIsRelatedWith()void setRelatedApproval(IfcApproval value)
Related Approval' reference.
value - the new value of the 'Related Approval' reference.getRelatedApproval()IfcApproval getRelatingApproval()
Relates'.
If the meaning of the 'Relating Approval' reference isn't clear, there really should be more of a description here...
setRelatingApproval(IfcApproval),
Ifc2x3tc1Package.getIfcApprovalRelationship_RelatingApproval(),
IfcApproval.getRelates()void setRelatingApproval(IfcApproval value)
Relating Approval' reference.
value - the new value of the 'Relating Approval' reference.getRelatingApproval()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.getIfcApprovalRelationship_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 getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
Ifc2x3tc1Package.getIfcApprovalRelationship_Name()Copyright © 2018 OpenSource BIM. All rights reserved.