public enum IfcServiceLifeTypeEnum extends Enum<IfcServiceLifeTypeEnum>
Enum Constant and Description |
---|
ACTUALSERVICELIFE |
EXPECTEDSERVICELIFE |
OPTIMISTICREFERENCESERVICELIFE |
PESSIMISTICREFERENCESERVICELIFE |
REFERENCESERVICELIFE |
Modifier and Type | Method and Description |
---|---|
static IfcServiceLifeTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcServiceLifeTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcServiceLifeTypeEnum ACTUALSERVICELIFE
public static final IfcServiceLifeTypeEnum EXPECTEDSERVICELIFE
public static final IfcServiceLifeTypeEnum OPTIMISTICREFERENCESERVICELIFE
public static final IfcServiceLifeTypeEnum PESSIMISTICREFERENCESERVICELIFE
public static final IfcServiceLifeTypeEnum REFERENCESERVICELIFE
public static IfcServiceLifeTypeEnum[] values()
for (IfcServiceLifeTypeEnum c : IfcServiceLifeTypeEnum.values()) System.out.println(c);
public static IfcServiceLifeTypeEnum 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