public static enum ThreeWindingsTransformer.Side extends java.lang.Enum<ThreeWindingsTransformer.Side>
Modifier and Type | Method and Description |
---|---|
static ThreeWindingsTransformer.Side |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreeWindingsTransformer.Side[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreeWindingsTransformer.Side ONE
public static final ThreeWindingsTransformer.Side TWO
public static final ThreeWindingsTransformer.Side THREE
public static ThreeWindingsTransformer.Side[] values()
for (ThreeWindingsTransformer.Side c : ThreeWindingsTransformer.Side.values()) System.out.println(c);
public static ThreeWindingsTransformer.Side valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.