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