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