public enum IfcServiceLifeFactorTypeEnum2X3 extends Enum<IfcServiceLifeFactorTypeEnum2X3>
IfcServiceLifeFactorTypeEnum
| Enum Constant and Description |
|---|
A_QUALITYOFCOMPONENTS |
B_DESIGNLEVEL |
C_WORKEXECUTIONLEVEL |
D_INDOORENVIRONMENT |
E_OUTDOORENVIRONMENT |
F_INUSECONDITIONS |
G_MAINTENANCELEVEL |
NOTDEFINED |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcServiceLifeFactorTypeEnum2X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcServiceLifeFactorTypeEnum2X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcServiceLifeFactorTypeEnum2X3 A_QUALITYOFCOMPONENTS
public static final IfcServiceLifeFactorTypeEnum2X3 B_DESIGNLEVEL
public static final IfcServiceLifeFactorTypeEnum2X3 C_WORKEXECUTIONLEVEL
public static final IfcServiceLifeFactorTypeEnum2X3 D_INDOORENVIRONMENT
public static final IfcServiceLifeFactorTypeEnum2X3 E_OUTDOORENVIRONMENT
public static final IfcServiceLifeFactorTypeEnum2X3 F_INUSECONDITIONS
public static final IfcServiceLifeFactorTypeEnum2X3 G_MAINTENANCELEVEL
public static final IfcServiceLifeFactorTypeEnum2X3 USERDEFINED
public static final IfcServiceLifeFactorTypeEnum2X3 NOTDEFINED
public static IfcServiceLifeFactorTypeEnum2X3[] values()
for (IfcServiceLifeFactorTypeEnum2X3 c : IfcServiceLifeFactorTypeEnum2X3.values()) System.out.println(c);
public static IfcServiceLifeFactorTypeEnum2X3 valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.