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