| 程序包 | 说明 |
|---|---|
| org.sikongsphere.ifc.model.schema.resource.measure.entity | |
| org.sikongsphere.ifc.model.schema.resource.measure.enumeration |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcUnitEnum |
IfcNamedUnit.unitType |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcUnitEnum |
IfcNamedUnit.getUnitType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcNamedUnit.setUnitType(IfcUnitEnum unitType) |
| 构造器和说明 |
|---|
IfcContextDependentUnit(IfcDimensionalExponents dimensions,
IfcUnitEnum unitType,
IfcLabel name) |
IfcConversionBasedUnit(IfcDimensionalExponents dimensions,
IfcUnitEnum unitType,
IfcLabel name,
IfcMeasureWithUnit conversionFactor) |
IfcNamedUnit(IfcDimensionalExponents dimensions,
IfcUnitEnum unitType) |
IfcSIUnit(IfcDimensionalExponents dimensions,
IfcUnitEnum unitType,
IfcSIPrefix prefix,
IfcSIUnitName name) |
| 限定符和类型 | 方法和说明 |
|---|---|
static IfcUnitEnum |
IfcUnitEnum.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IfcUnitEnum[] |
IfcUnitEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2023. All rights reserved.