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