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