public enum IfcBridgePartTypeEnum4X3 extends Enum<IfcBridgePartTypeEnum4X3>
IfcBridgePartTypeEnum
| Enum Constant and Description |
|---|
ABUTMENT |
DECK |
DECK_SEGMENT |
FOUNDATION |
NOTDEFINED |
PIER |
PIER_SEGMENT |
PYLON |
SUBSTRUCTURE |
SUPERSTRUCTURE |
SURFACESTRUCTURE |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcBridgePartTypeEnum4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcBridgePartTypeEnum4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcBridgePartTypeEnum4X3 ABUTMENT
public static final IfcBridgePartTypeEnum4X3 DECK
public static final IfcBridgePartTypeEnum4X3 DECK_SEGMENT
public static final IfcBridgePartTypeEnum4X3 FOUNDATION
public static final IfcBridgePartTypeEnum4X3 PIER
public static final IfcBridgePartTypeEnum4X3 PIER_SEGMENT
public static final IfcBridgePartTypeEnum4X3 PYLON
public static final IfcBridgePartTypeEnum4X3 SUBSTRUCTURE
public static final IfcBridgePartTypeEnum4X3 SUPERSTRUCTURE
public static final IfcBridgePartTypeEnum4X3 SURFACESTRUCTURE
public static final IfcBridgePartTypeEnum4X3 USERDEFINED
public static final IfcBridgePartTypeEnum4X3 NOTDEFINED
public static IfcBridgePartTypeEnum4X3[] values()
for (IfcBridgePartTypeEnum4X3 c : IfcBridgePartTypeEnum4X3.values()) System.out.println(c);
public static IfcBridgePartTypeEnum4X3 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.