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