| 程序包 | 说明 |
|---|---|
| org.sikongsphere.ifc.model.schema.resource.actor.entity | |
| org.sikongsphere.ifc.sdk.factory |
| 限定符和类型 | 类和说明 |
|---|---|
class |
IfcPostalAddress
The address for delivery of paper based mail.
|
class |
IfcTelecomAddress
Address to which telephone, electronic mail and other forms of telecommunications should be addressed.
|
| 限定符和类型 | 字段和说明 |
|---|---|
private LIST<IfcAddress> |
IfcPerson.addresses |
private LIST<IfcAddress> |
IfcOrganization.addresses |
| 限定符和类型 | 方法和说明 |
|---|---|
LIST<IfcAddress> |
IfcPerson.getAddresses() |
LIST<IfcAddress> |
IfcOrganization.getAddresses() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcPerson.setAddresses(LIST<IfcAddress> addresses) |
void |
IfcOrganization.setAddresses(LIST<IfcAddress> addresses) |
| 构造器和说明 |
|---|
IfcOrganization(IfcIdentifier id,
IfcLabel name,
IfcText description,
LIST<IfcActorRole> roles,
LIST<IfcAddress> addresses) |
IfcPerson(IfcIdentifier id,
IfcLabel familyName,
IfcLabel givenName,
LIST<IfcLabel> middleName,
LIST<IfcLabel> prefixTitles,
LIST<IfcLabel> suffixTitles,
LIST<IfcActorRole> roles,
LIST<IfcAddress> addresses) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected LIST<IfcAddress> |
AbstractFactory.convertAddress(List<Address> addresses) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected IfcPerson |
AbstractFactory.convertPerson(Person person,
LIST<IfcActorRole> roles,
LIST<IfcAddress> addresses) |
Copyright © 2023. All rights reserved.