Package com.powsybl.cgmes.conversion
Enum Conversion.Xfmr2StructuralRatioInterpretationAlternative
- java.lang.Object
-
- java.lang.Enum<Conversion.Xfmr2StructuralRatioInterpretationAlternative>
-
- com.powsybl.cgmes.conversion.Conversion.Xfmr2StructuralRatioInterpretationAlternative
-
- All Implemented Interfaces:
Serializable
,Comparable<Conversion.Xfmr2StructuralRatioInterpretationAlternative>
- Enclosing class:
- Conversion
public static enum Conversion.Xfmr2StructuralRatioInterpretationAlternative extends Enum<Conversion.Xfmr2StructuralRatioInterpretationAlternative>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Conversion.Xfmr2StructuralRatioInterpretationAlternative
valueOf(String name)
Returns the enum constant of this type with the specified name.static Conversion.Xfmr2StructuralRatioInterpretationAlternative[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
END1
public static final Conversion.Xfmr2StructuralRatioInterpretationAlternative END1
-
END2
public static final Conversion.Xfmr2StructuralRatioInterpretationAlternative END2
-
X
public static final Conversion.Xfmr2StructuralRatioInterpretationAlternative X
-
-
Method Detail
-
values
public static Conversion.Xfmr2StructuralRatioInterpretationAlternative[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Conversion.Xfmr2StructuralRatioInterpretationAlternative c : Conversion.Xfmr2StructuralRatioInterpretationAlternative.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Conversion.Xfmr2StructuralRatioInterpretationAlternative valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-