public enum IfcStairTypeEnum4 extends Enum<IfcStairTypeEnum4>
IfcStairTypeEnum
| Modifier and Type | Method and Description |
|---|---|
static IfcStairTypeEnum4 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcStairTypeEnum4[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcStairTypeEnum4 STRAIGHT_RUN_STAIR
public static final IfcStairTypeEnum4 TWO_STRAIGHT_RUN_STAIR
public static final IfcStairTypeEnum4 QUARTER_WINDING_STAIR
public static final IfcStairTypeEnum4 QUARTER_TURN_STAIR
public static final IfcStairTypeEnum4 HALF_WINDING_STAIR
public static final IfcStairTypeEnum4 HALF_TURN_STAIR
public static final IfcStairTypeEnum4 TWO_QUARTER_WINDING_STAIR
public static final IfcStairTypeEnum4 TWO_QUARTER_TURN_STAIR
public static final IfcStairTypeEnum4 THREE_QUARTER_WINDING_STAIR
public static final IfcStairTypeEnum4 THREE_QUARTER_TURN_STAIR
public static final IfcStairTypeEnum4 SPIRAL_STAIR
public static final IfcStairTypeEnum4 DOUBLE_RETURN_STAIR
public static final IfcStairTypeEnum4 CURVED_RUN_STAIR
public static final IfcStairTypeEnum4 TWO_CURVED_RUN_STAIR
public static final IfcStairTypeEnum4 USERDEFINED
public static final IfcStairTypeEnum4 NOTDEFINED
public static IfcStairTypeEnum4[] values()
for (IfcStairTypeEnum4 c : IfcStairTypeEnum4.values()) System.out.println(c);
public static IfcStairTypeEnum4 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.