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