public enum HvdcOperationMode extends java.lang.Enum<HvdcOperationMode> implements org.eclipse.emf.common.util.Enumerator
HvdcLinePackage.getHvdcOperationMode()
Enum Constant and Description |
---|
REC1_INV1
The 'Rec1 Inv1' literal object.
|
REC1_INV2
The 'Rec1 Inv2' literal object.
|
REC1_INV2_LAYERED
The 'Rec1 Inv2 Layered' literal object.
|
REC2_INV1
The 'Rec2 Inv1' literal object.
|
REC2_INV1_LAYERED
The 'Rec2 Inv1 Layered' literal object.
|
REC2_INV2
The 'Rec2 Inv2' literal object.
|
REC2_INV2_LAYERED
The 'Rec2 Inv2 Layered' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
REC1_INV1_VALUE
The 'Rec1 Inv1' literal value.
|
static int |
REC1_INV2_LAYERED_VALUE
The 'Rec1 Inv2 Layered' literal value.
|
static int |
REC1_INV2_VALUE
The 'Rec1 Inv2' literal value.
|
static int |
REC2_INV1_LAYERED_VALUE
The 'Rec2 Inv1 Layered' literal value.
|
static int |
REC2_INV1_VALUE
The 'Rec2 Inv1' literal value.
|
static int |
REC2_INV2_LAYERED_VALUE
The 'Rec2 Inv2 Layered' literal value.
|
static int |
REC2_INV2_VALUE
The 'Rec2 Inv2' literal value.
|
static java.util.List<HvdcOperationMode> |
VALUES
A public read-only list of all the 'Hvdc Operation Mode' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static HvdcOperationMode |
get(int value)
Returns the 'Hvdc Operation Mode' literal with the specified integer value.
|
static HvdcOperationMode |
get(java.lang.String literal)
Returns the 'Hvdc Operation Mode' literal with the specified literal value.
|
static HvdcOperationMode |
getByName(java.lang.String name)
Returns the 'Hvdc Operation Mode' literal with the specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static HvdcOperationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HvdcOperationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HvdcOperationMode REC1_INV1
REC1_INV1_VALUE
public static final HvdcOperationMode REC1_INV2
REC1_INV2_VALUE
public static final HvdcOperationMode REC1_INV2_LAYERED
REC1_INV2_LAYERED_VALUE
public static final HvdcOperationMode REC2_INV2
REC2_INV2_VALUE
public static final HvdcOperationMode REC2_INV2_LAYERED
REC2_INV2_LAYERED_VALUE
public static final HvdcOperationMode REC2_INV1
REC2_INV1_VALUE
public static final HvdcOperationMode REC2_INV1_LAYERED
REC2_INV1_LAYERED_VALUE
public static final int REC1_INV1_VALUE
REC1_INV1
,
Constant Field Valuespublic static final int REC1_INV2_VALUE
REC1_INV2
,
Constant Field Valuespublic static final int REC1_INV2_LAYERED_VALUE
REC1_INV2_LAYERED
,
Constant Field Valuespublic static final int REC2_INV2_VALUE
REC2_INV2
,
Constant Field Valuespublic static final int REC2_INV2_LAYERED_VALUE
REC2_INV2_LAYERED
,
Constant Field Valuespublic static final int REC2_INV1_VALUE
REC2_INV1
,
Constant Field Valuespublic static final int REC2_INV1_LAYERED_VALUE
REC2_INV1_LAYERED
,
Constant Field Valuespublic static final java.util.List<HvdcOperationMode> VALUES
public static HvdcOperationMode[] values()
for (HvdcOperationMode c : HvdcOperationMode.values()) System.out.println(c);
public static HvdcOperationMode 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 nullpublic static HvdcOperationMode get(java.lang.String literal)
literal
- the literal.null
.public static HvdcOperationMode getByName(java.lang.String name)
name
- the name.null
.public static HvdcOperationMode get(int value)
value
- the integer value.null
.public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<HvdcOperationMode>