public enum IfcType extends Enum<IfcType>
| 枚举常量和说明 |
|---|
DEFINED_TYPE |
ENTITY |
ENUMERATION |
FUNCTIONS |
SELECT_TYPE |
public static final IfcType ENTITY
public static final IfcType DEFINED_TYPE
public static final IfcType SELECT_TYPE
public static final IfcType ENUMERATION
public static final IfcType FUNCTIONS
public static IfcType[] values()
for (IfcType c : IfcType.values()) System.out.println(c);
public static IfcType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.