@IfcClass(type=ENUMERATION, layer=SHARED) public enum IfcDistributionChamberElementTypeEnum extends Enum<IfcDistributionChamberElementTypeEnum>
| 枚举常量和说明 |
|---|
FORMEDDUCT |
INSPECTIONCHAMBER |
INSPECTIONPIT |
MANHOLE |
METERCHAMBER |
NOTDEFINED |
SUMP |
TRENCH |
USERDEFINED |
VALVECHAMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
static IfcDistributionChamberElementTypeEnum |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IfcDistributionChamberElementTypeEnum[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final IfcDistributionChamberElementTypeEnum FORMEDDUCT
public static final IfcDistributionChamberElementTypeEnum INSPECTIONCHAMBER
public static final IfcDistributionChamberElementTypeEnum INSPECTIONPIT
public static final IfcDistributionChamberElementTypeEnum MANHOLE
public static final IfcDistributionChamberElementTypeEnum METERCHAMBER
public static final IfcDistributionChamberElementTypeEnum SUMP
public static final IfcDistributionChamberElementTypeEnum TRENCH
public static final IfcDistributionChamberElementTypeEnum VALVECHAMBER
public static final IfcDistributionChamberElementTypeEnum USERDEFINED
public static final IfcDistributionChamberElementTypeEnum NOTDEFINED
public static IfcDistributionChamberElementTypeEnum[] values()
for (IfcDistributionChamberElementTypeEnum c : IfcDistributionChamberElementTypeEnum.values()) System.out.println(c);
public static IfcDistributionChamberElementTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.