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