public interface IfcOrganization extends IfcActorSelect, IfcObjectReferenceSelect, IfcResourceObjectSelect
The following features are supported:
Ifc4Package.getIfcOrganization()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<IfcAddress> |
getAddresses()
Returns the value of the 'Addresses' reference list.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
org.eclipse.emf.common.util.EList<IfcPersonAndOrganization> |
getEngages()
Returns the value of the 'Engages' reference list.
|
String |
getIdentification()
Returns the value of the 'Identification' attribute.
|
org.eclipse.emf.common.util.EList<IfcOrganizationRelationship> |
getIsRelatedBy()
Returns the value of the 'Is Related By' reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<IfcOrganizationRelationship> |
getRelates()
Returns the value of the 'Relates' reference list.
|
org.eclipse.emf.common.util.EList<IfcActorRole> |
getRoles()
Returns the value of the 'Roles' reference list.
|
boolean |
isSetAddresses()
Returns whether the value of the '
Addresses' reference list is set. |
boolean |
isSetDescription()
Returns whether the value of the '
Description' attribute is set. |
boolean |
isSetEngages()
Returns whether the value of the '
Engages' reference list is set. |
boolean |
isSetIdentification()
Returns whether the value of the '
Identification' attribute is set. |
boolean |
isSetIsRelatedBy()
Returns whether the value of the '
Is Related By' reference list is set. |
boolean |
isSetRelates()
Returns whether the value of the '
Relates' reference list is set. |
boolean |
isSetRoles()
Returns whether the value of the '
Roles' reference list is set. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setIdentification(String value)
Sets the value of the '
Identification' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
unsetAddresses()
Unsets the value of the '
Addresses' reference list. |
void |
unsetDescription()
Unsets the value of the '
Description' attribute. |
void |
unsetEngages()
Unsets the value of the '
Engages' reference list. |
void |
unsetIdentification()
Unsets the value of the '
Identification' attribute. |
void |
unsetIsRelatedBy()
Unsets the value of the '
Is Related By' reference list. |
void |
unsetRelates()
Unsets the value of the '
Relates' reference list. |
void |
unsetRoles()
Unsets the value of the '
Roles' reference list. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getIdentification()
If the meaning of the 'Identification' attribute isn't clear, there really should be more of a description here...
isSetIdentification(),
unsetIdentification(),
setIdentification(String),
Ifc4Package.getIfcOrganization_Identification()void setIdentification(String value)
Identification' attribute.
value - the new value of the 'Identification' attribute.isSetIdentification(),
unsetIdentification(),
getIdentification()void unsetIdentification()
Identification' attribute.
boolean isSetIdentification()
Identification' attribute is set.
unsetIdentification(),
getIdentification(),
setIdentification(String)String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
Ifc4Package.getIfcOrganization_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),
Ifc4Package.getIfcOrganization_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)org.eclipse.emf.common.util.EList<IfcActorRole> getRoles()
IfcActorRole.
If the meaning of the 'Roles' reference list isn't clear, there really should be more of a description here...
isSetRoles(),
unsetRoles(),
Ifc4Package.getIfcOrganization_Roles()void unsetRoles()
Roles' reference list.
isSetRoles(),
getRoles()boolean isSetRoles()
Roles' reference list is set.
unsetRoles(),
getRoles()org.eclipse.emf.common.util.EList<IfcAddress> getAddresses()
IfcAddress.
It is bidirectional and its opposite is 'Of Organization'.
If the meaning of the 'Addresses' reference list isn't clear, there really should be more of a description here...
isSetAddresses(),
unsetAddresses(),
Ifc4Package.getIfcOrganization_Addresses(),
IfcAddress.getOfOrganization()void unsetAddresses()
Addresses' reference list.
isSetAddresses(),
getAddresses()boolean isSetAddresses()
Addresses' reference list is set.
unsetAddresses(),
getAddresses()org.eclipse.emf.common.util.EList<IfcOrganizationRelationship> getIsRelatedBy()
IfcOrganizationRelationship.
It is bidirectional and its opposite is 'Related Organizations'.
If the meaning of the 'Is Related By' reference list isn't clear, there really should be more of a description here...
isSetIsRelatedBy(),
unsetIsRelatedBy(),
Ifc4Package.getIfcOrganization_IsRelatedBy(),
IfcOrganizationRelationship.getRelatedOrganizations()void unsetIsRelatedBy()
Is Related By' reference list.
isSetIsRelatedBy(),
getIsRelatedBy()boolean isSetIsRelatedBy()
Is Related By' reference list is set.
unsetIsRelatedBy(),
getIsRelatedBy()org.eclipse.emf.common.util.EList<IfcOrganizationRelationship> getRelates()
IfcOrganizationRelationship.
It is bidirectional and its opposite is 'Relating Organization'.
If the meaning of the 'Relates' reference list isn't clear, there really should be more of a description here...
isSetRelates(),
unsetRelates(),
Ifc4Package.getIfcOrganization_Relates(),
IfcOrganizationRelationship.getRelatingOrganization()void unsetRelates()
Relates' reference list.
isSetRelates(),
getRelates()boolean isSetRelates()
Relates' reference list is set.
unsetRelates(),
getRelates()org.eclipse.emf.common.util.EList<IfcPersonAndOrganization> getEngages()
IfcPersonAndOrganization.
It is bidirectional and its opposite is 'The Organization'.
If the meaning of the 'Engages' reference list isn't clear, there really should be more of a description here...
isSetEngages(),
unsetEngages(),
Ifc4Package.getIfcOrganization_Engages(),
IfcPersonAndOrganization.getTheOrganization()void unsetEngages()
Engages' reference list.
isSetEngages(),
getEngages()boolean isSetEngages()
Engages' reference list is set.
unsetEngages(),
getEngages()Copyright © 2016 OpenSource BIM. All rights reserved.