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