| 程序包 | 说明 |
|---|---|
| org.sikongsphere.ifc.model.schema.resource.actor.entity | |
| org.sikongsphere.ifc.model.schema.resource.actor.enumeration |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcAddressTypeEnum |
IfcAddress.purpose |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcAddressTypeEnum |
IfcAddress.getPurpose() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcAddress.setPurpose(IfcAddressTypeEnum purpose) |
| 构造器和说明 |
|---|
IfcAddress(IfcAddressTypeEnum purpose,
IfcText description,
IfcLabel userDefinedPurpose) |
IfcPostalAddress(IfcAddressTypeEnum purpose,
IfcText description,
IfcLabel userDefinedPurpose,
IfcLabel internalLocation,
LIST<IfcLabel> addressLines,
IfcLabel postalBox,
IfcLabel town,
IfcLabel region,
IfcLabel postalCode,
IfcLabel country) |
| 限定符和类型 | 方法和说明 |
|---|---|
static IfcAddressTypeEnum |
IfcAddressTypeEnum.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IfcAddressTypeEnum[] |
IfcAddressTypeEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2023. All rights reserved.