@IfcClass(type=ENUMERATION, layer=SHARED) public enum IfcInventoryTypeEnum extends Enum<IfcInventoryTypeEnum>
| 枚举常量和说明 |
|---|
ASSETINVENTORY |
FURNITUREINVENTORY |
NOTDEFINED |
SPACEINVENTORY |
USERDEFINED |
public static final IfcInventoryTypeEnum ASSETINVENTORY
public static final IfcInventoryTypeEnum SPACEINVENTORY
public static final IfcInventoryTypeEnum FURNITUREINVENTORY
public static final IfcInventoryTypeEnum USERDEFINED
public static final IfcInventoryTypeEnum NOTDEFINED
public static IfcInventoryTypeEnum[] values()
for (IfcInventoryTypeEnum c : IfcInventoryTypeEnum.values()) System.out.println(c);
public static IfcInventoryTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.