public enum IfcBeamTypeEnum4 extends Enum<IfcBeamTypeEnum4>
IfcBeamTypeEnum
| Enum Constant and Description |
|---|
BEAM |
HOLLOWCORE |
JOIST |
LINTEL |
NOTDEFINED |
SPANDREL |
T_BEAM |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcBeamTypeEnum4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcBeamTypeEnum4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcBeamTypeEnum4 BEAM
public static final IfcBeamTypeEnum4 JOIST
public static final IfcBeamTypeEnum4 HOLLOWCORE
public static final IfcBeamTypeEnum4 LINTEL
public static final IfcBeamTypeEnum4 SPANDREL
public static final IfcBeamTypeEnum4 T_BEAM
public static final IfcBeamTypeEnum4 USERDEFINED
public static final IfcBeamTypeEnum4 NOTDEFINED
public static IfcBeamTypeEnum4[] values()
for (IfcBeamTypeEnum4 c : IfcBeamTypeEnum4.values()) System.out.println(c);
public static IfcBeamTypeEnum4 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.