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