public enum IfcEvaporativeCoolerTypeEnum extends Enum<IfcEvaporativeCoolerTypeEnum>
Modifier and Type | Method and Description |
---|---|
static IfcEvaporativeCoolerTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcEvaporativeCoolerTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcEvaporativeCoolerTypeEnum DIRECTEVAPORATIVERANDOMMEDIAAIRCOOLER
public static final IfcEvaporativeCoolerTypeEnum DIRECTEVAPORATIVERIGIDMEDIAAIRCOOLER
public static final IfcEvaporativeCoolerTypeEnum DIRECTEVAPORATIVESLINGERSPACKAGEDAIRCOOLER
public static final IfcEvaporativeCoolerTypeEnum DIRECTEVAPORATIVEPACKAGEDROTARYAIRCOOLER
public static final IfcEvaporativeCoolerTypeEnum DIRECTEVAPORATIVEAIRWASHER
public static final IfcEvaporativeCoolerTypeEnum INDIRECTEVAPORATIVEPACKAGEAIRCOOLER
public static final IfcEvaporativeCoolerTypeEnum INDIRECTEVAPORATIVEWETCOIL
public static final IfcEvaporativeCoolerTypeEnum INDIRECTEVAPORATIVECOOLINGTOWERORCOILCOOLER
public static final IfcEvaporativeCoolerTypeEnum INDIRECTDIRECTCOMBINATION
public static final IfcEvaporativeCoolerTypeEnum USERDEFINED
public static final IfcEvaporativeCoolerTypeEnum NOTDEFINED
public static IfcEvaporativeCoolerTypeEnum[] values()
for (IfcEvaporativeCoolerTypeEnum c : IfcEvaporativeCoolerTypeEnum.values()) System.out.println(c);
public static IfcEvaporativeCoolerTypeEnum 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