| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl | |
| org.bimserver.models.ifc4.util |
| Modifier and Type | Method and Description |
|---|---|
IfcPostalAddress |
Ifc4Factory.createIfcPostalAddress()
Returns a new object of class 'Ifc Postal Address'.
|
IfcPostalAddress |
IfcBuilding.getBuildingAddress()
Returns the value of the 'Building Address' reference.
|
IfcPostalAddress |
IfcSite.getSiteAddress()
Returns the value of the 'Site Address' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcBuilding.setBuildingAddress(IfcPostalAddress value)
Sets the value of the '
Building Address' reference. |
void |
IfcSite.setSiteAddress(IfcPostalAddress value)
Sets the value of the '
Site Address' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
IfcPostalAddressImpl
An implementation of the model object 'Ifc Postal Address'.
|
| Modifier and Type | Method and Description |
|---|---|
IfcPostalAddress |
Ifc4FactoryImpl.createIfcPostalAddress() |
IfcPostalAddress |
IfcBuildingImpl.getBuildingAddress() |
IfcPostalAddress |
IfcSiteImpl.getSiteAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcBuildingImpl.setBuildingAddress(IfcPostalAddress newBuildingAddress) |
void |
IfcSiteImpl.setSiteAddress(IfcPostalAddress newSiteAddress) |
| Modifier and Type | Method and Description |
|---|---|
T |
Ifc4Switch.caseIfcPostalAddress(IfcPostalAddress object)
Returns the result of interpreting the object as an instance of 'Ifc Postal Address'.
|
Copyright © 2016 OpenSource BIM. All rights reserved.