public interface IfcOrganizationRelationship 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.
|
org.eclipse.emf.common.util.EList<IfcOrganization> |
getRelatedOrganizations()
Returns the value of the 'Related Organizations' reference list.
|
IfcOrganization |
getRelatingOrganization()
Returns the value of the 'Relating Organization' 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 |
setRelatingOrganization(IfcOrganization value)
Sets the value of the '
Relating Organization' reference. |
void |
unsetDescription()
Unsets the value of the '
Description' 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...
setName(String),
Ifc2x3tc1Package.getIfcOrganizationRelationship_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()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.getIfcOrganizationRelationship_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)IfcOrganization getRelatingOrganization()
Relates'.
If the meaning of the 'Relating Organization' reference isn't clear, there really should be more of a description here...
setRelatingOrganization(IfcOrganization),
Ifc2x3tc1Package.getIfcOrganizationRelationship_RelatingOrganization(),
IfcOrganization.getRelates()void setRelatingOrganization(IfcOrganization value)
Relating Organization' reference.
value - the new value of the 'Relating Organization' reference.getRelatingOrganization()org.eclipse.emf.common.util.EList<IfcOrganization> getRelatedOrganizations()
IfcOrganization.
It is bidirectional and its opposite is 'Is Related By'.
If the meaning of the 'Related Organizations' reference list isn't clear, there really should be more of a description here...
Ifc2x3tc1Package.getIfcOrganizationRelationship_RelatedOrganizations(),
IfcOrganization.getIsRelatedBy()Copyright © 2016 OpenSource BIM. All rights reserved.