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