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