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