@IfcClass(type=ENUMERATION, layer=CORE) public enum IfcElementAssemblyTypeEnum extends Enum<IfcElementAssemblyTypeEnum>
| 枚举常量和说明 |
|---|
ACCESSORY_ASSEMBLY |
ARCH |
BEAM_GRID |
BRACED_FRAME |
GIRDER |
NOTDEFINED |
REINFORCEMENT_UNIT |
RIGID_FRAME |
SLAB_FIELD |
TRUSS |
USERDEFINED |
| 限定符和类型 | 方法和说明 |
|---|---|
static IfcElementAssemblyTypeEnum |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IfcElementAssemblyTypeEnum[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final IfcElementAssemblyTypeEnum ACCESSORY_ASSEMBLY
public static final IfcElementAssemblyTypeEnum ARCH
public static final IfcElementAssemblyTypeEnum BEAM_GRID
public static final IfcElementAssemblyTypeEnum BRACED_FRAME
public static final IfcElementAssemblyTypeEnum GIRDER
public static final IfcElementAssemblyTypeEnum REINFORCEMENT_UNIT
public static final IfcElementAssemblyTypeEnum RIGID_FRAME
public static final IfcElementAssemblyTypeEnum SLAB_FIELD
public static final IfcElementAssemblyTypeEnum TRUSS
public static final IfcElementAssemblyTypeEnum USERDEFINED
public static final IfcElementAssemblyTypeEnum NOTDEFINED
public static IfcElementAssemblyTypeEnum[] values()
for (IfcElementAssemblyTypeEnum c : IfcElementAssemblyTypeEnum.values()) System.out.println(c);
public static IfcElementAssemblyTypeEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.