@IfcClass(type=ENUMERATION, layer=SHARED) public enum IfcServiceLifeTypeEnum extends Enum<IfcServiceLifeTypeEnum>
| 枚举常量和说明 |
|---|
ACTUALSERVICELIFE |
EXPECTEDSERVICELIFE |
OPTIMISTICREFERENCESERVICELIFE |
PESSIMISTICREFERENCESERVICELIFE |
REFERENCESERVICELIFE |
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 - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.