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