public enum IfcRailwayPartTypeEnum4X3 extends Enum<IfcRailwayPartTypeEnum4X3>
IfcRailwayPartTypeEnum
| Enum Constant and Description |
|---|
ABOVETRACK |
DILATIONTRACK |
LINESIDE |
LINESIDEPART |
NOTDEFINED |
PLAINTRACK |
SUBSTRUCTURE |
TRACK |
TRACKPART |
TURNOUTTRACK |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcRailwayPartTypeEnum4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcRailwayPartTypeEnum4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcRailwayPartTypeEnum4X3 ABOVETRACK
public static final IfcRailwayPartTypeEnum4X3 DILATIONTRACK
public static final IfcRailwayPartTypeEnum4X3 LINESIDE
public static final IfcRailwayPartTypeEnum4X3 LINESIDEPART
public static final IfcRailwayPartTypeEnum4X3 PLAINTRACK
public static final IfcRailwayPartTypeEnum4X3 SUBSTRUCTURE
public static final IfcRailwayPartTypeEnum4X3 TRACK
public static final IfcRailwayPartTypeEnum4X3 TRACKPART
public static final IfcRailwayPartTypeEnum4X3 TURNOUTTRACK
public static final IfcRailwayPartTypeEnum4X3 USERDEFINED
public static final IfcRailwayPartTypeEnum4X3 NOTDEFINED
public static IfcRailwayPartTypeEnum4X3[] values()
for (IfcRailwayPartTypeEnum4X3 c : IfcRailwayPartTypeEnum4X3.values()) System.out.println(c);
public static IfcRailwayPartTypeEnum4X3 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.