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