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