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