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