public enum IfcServiceLifeFactorTypeEnum extends Enum<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 IfcServiceLifeFactorTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcServiceLifeFactorTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
- 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 null