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