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