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