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