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