public enum IfcPlateTypeEnum4X3 extends Enum<IfcPlateTypeEnum4X3>
IfcPlateTypeEnum
| Enum Constant and Description |
|---|
BASE_PLATE |
COVER_PLATE |
CURTAIN_PANEL |
FLANGE_PLATE |
GUSSET_PLATE |
NOTDEFINED |
SHEET |
SPLICE_PLATE |
STIFFENER_PLATE |
USERDEFINED |
WEB_PLATE |
| Modifier and Type | Method and Description |
|---|---|
static IfcPlateTypeEnum4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcPlateTypeEnum4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcPlateTypeEnum4X3 BASE_PLATE
public static final IfcPlateTypeEnum4X3 COVER_PLATE
public static final IfcPlateTypeEnum4X3 CURTAIN_PANEL
public static final IfcPlateTypeEnum4X3 FLANGE_PLATE
public static final IfcPlateTypeEnum4X3 GUSSET_PLATE
public static final IfcPlateTypeEnum4X3 SHEET
public static final IfcPlateTypeEnum4X3 SPLICE_PLATE
public static final IfcPlateTypeEnum4X3 STIFFENER_PLATE
public static final IfcPlateTypeEnum4X3 WEB_PLATE
public static final IfcPlateTypeEnum4X3 USERDEFINED
public static final IfcPlateTypeEnum4X3 NOTDEFINED
public static IfcPlateTypeEnum4X3[] values()
for (IfcPlateTypeEnum4X3 c : IfcPlateTypeEnum4X3.values()) System.out.println(c);
public static IfcPlateTypeEnum4X3 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.