public enum OriginalDataFormat extends java.lang.Enum<OriginalDataFormat> implements org.eclipse.emf.common.util.Enumerator
NetPackage.getOriginalDataFormat()
Enum Constant and Description |
---|
BPA
The 'BPA' literal object.
|
CIM
The 'CIM' literal object.
|
GE_PSLF
The 'GE PSLF' literal object.
|
IEEECDF
The 'IEEECDF' literal object.
|
IPSS_API
The 'Ipss API' literal object.
|
IPSS_EDITOR
The 'Ipss Editor' literal object.
|
PSASP
The 'PSASP' literal object.
|
PSDB
The 'PSDB' literal object.
|
PSSE
The 'PSSE' literal object.
|
PWD
The 'PWD' literal object.
|
QS
The 'QS' literal object.
|
UCTE
The 'UCTE' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
BPA_VALUE
The 'BPA' literal value.
|
static int |
CIM_VALUE
The 'CIM' literal value.
|
static int |
GE_PSLF_VALUE
The 'GE PSLF' literal value.
|
static int |
IEEECDF_VALUE
The 'IEEECDF' literal value.
|
static int |
IPSS_API_VALUE
The 'Ipss API' literal value.
|
static int |
IPSS_EDITOR_VALUE
The 'Ipss Editor' literal value.
|
static int |
PSASP_VALUE
The 'PSASP' literal value.
|
static int |
PSDB_VALUE
The 'PSDB' literal value.
|
static int |
PSSE_VALUE
The 'PSSE' literal value.
|
static int |
PWD_VALUE
The 'PWD' literal value.
|
static int |
QS_VALUE
The 'QS' literal value.
|
static int |
UCTE_VALUE
The 'UCTE' literal value.
|
static java.util.List<OriginalDataFormat> |
VALUES
A public read-only list of all the 'Original Data Format' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static OriginalDataFormat |
get(int value)
Returns the 'Original Data Format' literal with the specified integer value.
|
static OriginalDataFormat |
get(java.lang.String literal)
Returns the 'Original Data Format' literal with the specified literal value.
|
static OriginalDataFormat |
getByName(java.lang.String name)
Returns the 'Original Data Format' 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 OriginalDataFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OriginalDataFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OriginalDataFormat IPSS_EDITOR
IPSS_EDITOR_VALUE
public static final OriginalDataFormat IPSS_API
IPSS_API_VALUE
public static final OriginalDataFormat CIM
CIM_VALUE
public static final OriginalDataFormat IEEECDF
IEEECDF_VALUE
public static final OriginalDataFormat UCTE
UCTE_VALUE
public static final OriginalDataFormat GE_PSLF
GE_PSLF_VALUE
public static final OriginalDataFormat BPA
BPA_VALUE
public static final OriginalDataFormat PWD
PWD_VALUE
public static final OriginalDataFormat PSASP
PSASP_VALUE
public static final OriginalDataFormat PSSE
PSSE_VALUE
public static final OriginalDataFormat QS
QS_VALUE
public static final OriginalDataFormat PSDB
PSDB_VALUE
public static final int IPSS_EDITOR_VALUE
If the meaning of 'Ipss Editor' literal object isn't clear, there really should be more of a description here...
IPSS_EDITOR
,
Constant Field Valuespublic static final int IPSS_API_VALUE
If the meaning of 'Ipss API' literal object isn't clear, there really should be more of a description here...
IPSS_API
,
Constant Field Valuespublic static final int CIM_VALUE
If the meaning of 'CIM' literal object isn't clear, there really should be more of a description here...
CIM
,
Constant Field Valuespublic static final int IEEECDF_VALUE
If the meaning of 'IEEECDF' literal object isn't clear, there really should be more of a description here...
IEEECDF
,
Constant Field Valuespublic static final int UCTE_VALUE
If the meaning of 'UCTE' literal object isn't clear, there really should be more of a description here...
UCTE
,
Constant Field Valuespublic static final int GE_PSLF_VALUE
If the meaning of 'GE PSLF' literal object isn't clear, there really should be more of a description here...
GE_PSLF
,
Constant Field Valuespublic static final int BPA_VALUE
If the meaning of 'BPA' literal object isn't clear, there really should be more of a description here...
BPA
,
Constant Field Valuespublic static final int PWD_VALUE
If the meaning of 'PWD' literal object isn't clear, there really should be more of a description here...
PWD
,
Constant Field Valuespublic static final int PSASP_VALUE
If the meaning of 'PSASP' literal object isn't clear, there really should be more of a description here...
PSASP
,
Constant Field Valuespublic static final int PSSE_VALUE
If the meaning of 'PSSE' literal object isn't clear, there really should be more of a description here...
PSSE
,
Constant Field Valuespublic static final int QS_VALUE
QS
,
Constant Field Valuespublic static final int PSDB_VALUE
PSDB
,
Constant Field Valuespublic static final java.util.List<OriginalDataFormat> VALUES
public static OriginalDataFormat[] values()
for (OriginalDataFormat c : OriginalDataFormat.values()) System.out.println(c);
public static OriginalDataFormat 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 OriginalDataFormat get(java.lang.String literal)
literal
- the literal.null
.public static OriginalDataFormat getByName(java.lang.String name)
name
- the name.null
.public static OriginalDataFormat 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<OriginalDataFormat>