public enum MeasureType extends java.lang.Enum<MeasureType> implements org.eclipse.emf.common.util.Enumerator
SEPackage.getMeasureType()
Enum Constant and Description |
---|
CUR
The 'Cur' literal object.
|
FROM_CUR
The 'From Cur' literal object.
|
FROM_P
The 'From P' literal object.
|
FROM_Q
The 'From Q' literal object.
|
INJECT_P
The 'Inject P' literal object.
|
INJECT_Q
The 'Inject Q' literal object.
|
P
The 'P' literal object.
|
Q
The 'Q' literal object.
|
TAP
The 'Tap' literal object.
|
TO_CUR
The 'To Cur' literal object.
|
TO_P
The 'To P' literal object.
|
TO_Q
The 'To Q' literal object.
|
VOLT_ANG
The 'Volt Ang' literal object.
|
VOLT_MAG
The 'Volt Mag' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
CUR_VALUE
The 'Cur' literal value.
|
static int |
FROM_CUR_VALUE
The 'From Cur' literal value.
|
static int |
FROM_P_VALUE
The 'From P' literal value.
|
static int |
FROM_Q_VALUE
The 'From Q' literal value.
|
static int |
INJECT_P_VALUE
The 'Inject P' literal value.
|
static int |
INJECT_Q_VALUE
The 'Inject Q' literal value.
|
static int |
P_VALUE
The 'P' literal value.
|
static int |
Q_VALUE
The 'Q' literal value.
|
static int |
TAP_VALUE
The 'Tap' literal value.
|
static int |
TO_CUR_VALUE
The 'To Cur' literal value.
|
static int |
TO_P_VALUE
The 'To P' literal value.
|
static int |
TO_Q_VALUE
The 'To Q' literal value.
|
static java.util.List<MeasureType> |
VALUES
A public read-only list of all the 'Measure Type' enumerators.
|
static int |
VOLT_ANG_VALUE
The 'Volt Ang' literal value.
|
static int |
VOLT_MAG_VALUE
The 'Volt Mag' literal value.
|
Modifier and Type | Method and Description |
---|---|
static MeasureType |
get(int value)
Returns the 'Measure Type' literal with the specified integer value.
|
static MeasureType |
get(java.lang.String literal)
Returns the 'Measure Type' literal with the specified literal value.
|
static MeasureType |
getByName(java.lang.String name)
Returns the 'Measure Type' 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 MeasureType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MeasureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeasureType INJECT_P
INJECT_P_VALUE
public static final MeasureType INJECT_Q
INJECT_Q_VALUE
public static final MeasureType VOLT_MAG
VOLT_MAG_VALUE
public static final MeasureType VOLT_ANG
VOLT_ANG_VALUE
public static final MeasureType FROM_P
FROM_P_VALUE
public static final MeasureType FROM_Q
FROM_Q_VALUE
public static final MeasureType TO_P
TO_P_VALUE
public static final MeasureType TO_Q
TO_Q_VALUE
public static final MeasureType P
P_VALUE
public static final MeasureType Q
Q_VALUE
public static final MeasureType FROM_CUR
FROM_CUR_VALUE
public static final MeasureType TO_CUR
TO_CUR_VALUE
public static final MeasureType CUR
CUR_VALUE
public static final MeasureType TAP
TAP_VALUE
public static final int INJECT_P_VALUE
If the meaning of 'Inject P' literal object isn't clear, there really should be more of a description here...
INJECT_P
,
Constant Field Valuespublic static final int INJECT_Q_VALUE
If the meaning of 'Inject Q' literal object isn't clear, there really should be more of a description here...
INJECT_Q
,
Constant Field Valuespublic static final int VOLT_MAG_VALUE
If the meaning of 'Volt Mag' literal object isn't clear, there really should be more of a description here...
VOLT_MAG
,
Constant Field Valuespublic static final int VOLT_ANG_VALUE
If the meaning of 'Volt Ang' literal object isn't clear, there really should be more of a description here...
VOLT_ANG
,
Constant Field Valuespublic static final int FROM_P_VALUE
If the meaning of 'From P' literal object isn't clear, there really should be more of a description here...
FROM_P
,
Constant Field Valuespublic static final int FROM_Q_VALUE
If the meaning of 'From Q' literal object isn't clear, there really should be more of a description here...
FROM_Q
,
Constant Field Valuespublic static final int TO_P_VALUE
If the meaning of 'To P' literal object isn't clear, there really should be more of a description here...
TO_P
,
Constant Field Valuespublic static final int TO_Q_VALUE
If the meaning of 'To Q' literal object isn't clear, there really should be more of a description here...
TO_Q
,
Constant Field Valuespublic static final int P_VALUE
If the meaning of 'P' literal object isn't clear, there really should be more of a description here...
P
,
Constant Field Valuespublic static final int Q_VALUE
If the meaning of 'Q' literal object isn't clear, there really should be more of a description here...
Q
,
Constant Field Valuespublic static final int FROM_CUR_VALUE
FROM_CUR
,
Constant Field Valuespublic static final int TO_CUR_VALUE
TO_CUR
,
Constant Field Valuespublic static final int CUR_VALUE
CUR
,
Constant Field Valuespublic static final int TAP_VALUE
TAP
,
Constant Field Valuespublic static final java.util.List<MeasureType> VALUES
public static MeasureType[] values()
for (MeasureType c : MeasureType.values()) System.out.println(c);
public static MeasureType 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 MeasureType get(java.lang.String literal)
literal
- the literal.null
.public static MeasureType getByName(java.lang.String name)
name
- the name.null
.public static MeasureType 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<MeasureType>