public enum IfcRampTypeEnum2X3 extends Enum<IfcRampTypeEnum2X3>
IfcRampTypeEnum
| Enum Constant and Description |
|---|
HALF_TURN_RAMP |
NOTDEFINED |
QUARTER_TURN_RAMP |
SPIRAL_RAMP |
STRAIGHT_RUN_RAMP |
TWO_QUARTER_TURN_RAMP |
TWO_STRAIGHT_RUN_RAMP |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcRampTypeEnum2X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcRampTypeEnum2X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcRampTypeEnum2X3 STRAIGHT_RUN_RAMP
public static final IfcRampTypeEnum2X3 TWO_STRAIGHT_RUN_RAMP
public static final IfcRampTypeEnum2X3 QUARTER_TURN_RAMP
public static final IfcRampTypeEnum2X3 TWO_QUARTER_TURN_RAMP
public static final IfcRampTypeEnum2X3 HALF_TURN_RAMP
public static final IfcRampTypeEnum2X3 SPIRAL_RAMP
public static final IfcRampTypeEnum2X3 USERDEFINED
public static final IfcRampTypeEnum2X3 NOTDEFINED
public static IfcRampTypeEnum2X3[] values()
for (IfcRampTypeEnum2X3 c : IfcRampTypeEnum2X3.values()) System.out.println(c);
public static IfcRampTypeEnum2X3 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.