public enum IfcAirToAirHeatRecoveryTypeEnum extends Enum<IfcAirToAirHeatRecoveryTypeEnum>
Modifier and Type | Method and Description |
---|---|
static IfcAirToAirHeatRecoveryTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcAirToAirHeatRecoveryTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcAirToAirHeatRecoveryTypeEnum FIXEDPLATECOUNTERFLOWEXCHANGER
public static final IfcAirToAirHeatRecoveryTypeEnum FIXEDPLATECROSSFLOWEXCHANGER
public static final IfcAirToAirHeatRecoveryTypeEnum FIXEDPLATEPARALLELFLOWEXCHANGER
public static final IfcAirToAirHeatRecoveryTypeEnum ROTARYWHEEL
public static final IfcAirToAirHeatRecoveryTypeEnum RUNAROUNDCOILLOOP
public static final IfcAirToAirHeatRecoveryTypeEnum HEATPIPE
public static final IfcAirToAirHeatRecoveryTypeEnum TWINTOWERENTHALPYRECOVERYLOOPS
public static final IfcAirToAirHeatRecoveryTypeEnum THERMOSIPHONSEALEDTUBEHEATEXCHANGERS
public static final IfcAirToAirHeatRecoveryTypeEnum THERMOSIPHONCOILTYPEHEATEXCHANGERS
public static final IfcAirToAirHeatRecoveryTypeEnum USERDEFINED
public static final IfcAirToAirHeatRecoveryTypeEnum NOTDEFINED
public static IfcAirToAirHeatRecoveryTypeEnum[] values()
for (IfcAirToAirHeatRecoveryTypeEnum c : IfcAirToAirHeatRecoveryTypeEnum.values()) System.out.println(c);
public static IfcAirToAirHeatRecoveryTypeEnum 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