public enum IfcElementAssemblyTypeEnum2X3 extends Enum<IfcElementAssemblyTypeEnum2X3>
IfcElementAssemblyTypeEnum
| Enum Constant and Description |
|---|
ACCESSORY_ASSEMBLY |
ARCH |
BEAM_GRID |
BRACED_FRAME |
GIRDER |
NOTDEFINED |
REINFORCEMENT_UNIT |
RIGID_FRAME |
SLAB_FIELD |
TRUSS |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcElementAssemblyTypeEnum2X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcElementAssemblyTypeEnum2X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcElementAssemblyTypeEnum2X3 ACCESSORY_ASSEMBLY
public static final IfcElementAssemblyTypeEnum2X3 ARCH
public static final IfcElementAssemblyTypeEnum2X3 BEAM_GRID
public static final IfcElementAssemblyTypeEnum2X3 BRACED_FRAME
public static final IfcElementAssemblyTypeEnum2X3 GIRDER
public static final IfcElementAssemblyTypeEnum2X3 REINFORCEMENT_UNIT
public static final IfcElementAssemblyTypeEnum2X3 RIGID_FRAME
public static final IfcElementAssemblyTypeEnum2X3 SLAB_FIELD
public static final IfcElementAssemblyTypeEnum2X3 TRUSS
public static final IfcElementAssemblyTypeEnum2X3 USERDEFINED
public static final IfcElementAssemblyTypeEnum2X3 NOTDEFINED
public static IfcElementAssemblyTypeEnum2X3[] values()
for (IfcElementAssemblyTypeEnum2X3 c : IfcElementAssemblyTypeEnum2X3.values()) System.out.println(c);
public static IfcElementAssemblyTypeEnum2X3 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 nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.