public enum XFormerConnectCode extends java.lang.Enum<XFormerConnectCode> implements org.eclipse.emf.common.util.Enumerator
AcscPackage.getXFormerConnectCode()
Enum Constant and Description |
---|
DELTA
The 'Delta' literal object.
|
DELTA11
The 'Delta11' literal object.
|
WYE
The 'Wye' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
DELTA_VALUE
The 'Delta' literal value.
|
static int |
DELTA11_VALUE
The 'Delta11' literal value.
|
static java.util.List<XFormerConnectCode> |
VALUES
A public read-only list of all the 'XFormer Connect Code' enumerators.
|
static int |
WYE_VALUE
The 'Wye' literal value.
|
Modifier and Type | Method and Description |
---|---|
static XFormerConnectCode |
get(int value)
Returns the 'XFormer Connect Code' literal with the specified integer value.
|
static XFormerConnectCode |
get(java.lang.String literal)
Returns the 'XFormer Connect Code' literal with the specified literal value.
|
static XFormerConnectCode |
getByName(java.lang.String name)
Returns the 'XFormer Connect Code' 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 XFormerConnectCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XFormerConnectCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XFormerConnectCode DELTA
DELTA_VALUE
public static final XFormerConnectCode WYE
WYE_VALUE
public static final XFormerConnectCode DELTA11
DELTA11_VALUE
public static final int DELTA_VALUE
If the meaning of 'Delta' literal object isn't clear, there really should be more of a description here...
DELTA
,
Constant Field Valuespublic static final int WYE_VALUE
If the meaning of 'Wye' literal object isn't clear, there really should be more of a description here...
WYE
,
Constant Field Valuespublic static final int DELTA11_VALUE
If the meaning of 'Delta' literal object isn't clear, there really should be more of a description here...
DELTA11
,
Constant Field Valuespublic static final java.util.List<XFormerConnectCode> VALUES
public static XFormerConnectCode[] values()
for (XFormerConnectCode c : XFormerConnectCode.values()) System.out.println(c);
public static XFormerConnectCode 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 XFormerConnectCode get(java.lang.String literal)
literal
- the literal.null
.public static XFormerConnectCode getByName(java.lang.String name)
name
- the name.null
.public static XFormerConnectCode 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<XFormerConnectCode>