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