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