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