public interface IfcDraughtingCalloutRelationship 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.
|
IfcDraughtingCallout |
getRelatedDraughtingCallout()
Returns the value of the 'Related Draughting Callout' reference.
|
IfcDraughtingCallout |
getRelatingDraughtingCallout()
Returns the value of the 'Relating Draughting Callout' reference.
|
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 |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setRelatedDraughtingCallout(IfcDraughtingCallout value)
Sets the value of the '
Related Draughting Callout' reference. |
void |
setRelatingDraughtingCallout(IfcDraughtingCallout value)
Sets the value of the '
Relating Draughting Callout' reference. |
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, removeString 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.getIfcDraughtingCalloutRelationship_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.getIfcDraughtingCalloutRelationship_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)IfcDraughtingCallout getRelatingDraughtingCallout()
Is Related To Callout'.
If the meaning of the 'Relating Draughting Callout' reference isn't clear, there really should be more of a description here...
setRelatingDraughtingCallout(IfcDraughtingCallout),
Ifc2x3tc1Package.getIfcDraughtingCalloutRelationship_RelatingDraughtingCallout(),
IfcDraughtingCallout.getIsRelatedToCallout()void setRelatingDraughtingCallout(IfcDraughtingCallout value)
Relating Draughting Callout' reference.
value - the new value of the 'Relating Draughting Callout' reference.getRelatingDraughtingCallout()IfcDraughtingCallout getRelatedDraughtingCallout()
Is Related From Callout'.
If the meaning of the 'Related Draughting Callout' reference isn't clear, there really should be more of a description here...
setRelatedDraughtingCallout(IfcDraughtingCallout),
Ifc2x3tc1Package.getIfcDraughtingCalloutRelationship_RelatedDraughtingCallout(),
IfcDraughtingCallout.getIsRelatedFromCallout()void setRelatedDraughtingCallout(IfcDraughtingCallout value)
Related Draughting Callout' reference.
value - the new value of the 'Related Draughting Callout' reference.getRelatedDraughtingCallout()Copyright © 2018 OpenSource BIM. All rights reserved.