public enum IfcTrackElementTypeEnum4X3 extends Enum<IfcTrackElementTypeEnum4X3>
IfcTrackElementTypeEnum
| Enum Constant and Description |
|---|
BLOCKINGDEVICE |
DERAILER |
FROG |
HALF_SET_OF_BLADES |
NOTDEFINED |
SLEEPER |
SPEEDREGULATOR |
TRACKENDOFALIGNMENT |
USERDEFINED |
VEHICLESTOP |
| Modifier and Type | Method and Description |
|---|---|
static IfcTrackElementTypeEnum4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcTrackElementTypeEnum4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcTrackElementTypeEnum4X3 BLOCKINGDEVICE
public static final IfcTrackElementTypeEnum4X3 DERAILER
public static final IfcTrackElementTypeEnum4X3 FROG
public static final IfcTrackElementTypeEnum4X3 HALF_SET_OF_BLADES
public static final IfcTrackElementTypeEnum4X3 SLEEPER
public static final IfcTrackElementTypeEnum4X3 SPEEDREGULATOR
public static final IfcTrackElementTypeEnum4X3 TRACKENDOFALIGNMENT
public static final IfcTrackElementTypeEnum4X3 VEHICLESTOP
public static final IfcTrackElementTypeEnum4X3 USERDEFINED
public static final IfcTrackElementTypeEnum4X3 NOTDEFINED
public static IfcTrackElementTypeEnum4X3[] values()
for (IfcTrackElementTypeEnum4X3 c : IfcTrackElementTypeEnum4X3.values()) System.out.println(c);
public static IfcTrackElementTypeEnum4X3 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.