public enum XfrConnectCode extends java.lang.Enum<XfrConnectCode> implements org.eclipse.emf.common.util.Enumerator
AcscPackage.getXfrConnectCode()| Enum Constant and Description |
|---|
DELTA
The 'Delta' literal object.
|
DELTA11
The 'Delta' literal object.
|
WYE_SOLID_GROUNDED
The 'Wye Solid Grounded' literal object.
|
WYE_UNGROUNDED
The 'Wye Ungrounded' literal object.
|
WYE_ZGROUNDED
The 'Wye ZGrounded' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DELTA_VALUE
The 'Delta' literal value.
|
static int |
DELTA11_VALUE
The 'Delta' literal value.
|
static java.util.List<XfrConnectCode> |
VALUES
A public read-only list of all the 'Xfr Connect Code' enumerators.
|
static int |
WYE_SOLID_GROUNDED_VALUE
The 'Wye Solid Grounded' literal value.
|
static int |
WYE_UNGROUNDED_VALUE
The 'Wye Ungrounded' literal value.
|
static int |
WYE_ZGROUNDED_VALUE
The 'Wye ZGrounded' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static XfrConnectCode |
get(int value)
Returns the 'Xfr Connect Code' literal with the specified integer value.
|
static XfrConnectCode |
get(java.lang.String literal)
Returns the 'Xfr Connect Code' literal with the specified literal value.
|
static XfrConnectCode |
getByName(java.lang.String name)
Returns the 'Xfr 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 XfrConnectCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XfrConnectCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XfrConnectCode DELTA
DELTA_VALUEpublic static final XfrConnectCode WYE_SOLID_GROUNDED
WYE_SOLID_GROUNDED_VALUEpublic static final XfrConnectCode WYE_UNGROUNDED
WYE_UNGROUNDED_VALUEpublic static final XfrConnectCode WYE_ZGROUNDED
WYE_ZGROUNDED_VALUEpublic static final XfrConnectCode DELTA11
DELTA_VALUEpublic 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_SOLID_GROUNDED_VALUE
If the meaning of 'Wye Solid Grounded' literal object isn't clear, there really should be more of a description here...
WYE_SOLID_GROUNDED,
Constant Field Valuespublic static final int WYE_UNGROUNDED_VALUE
If the meaning of 'Wye Ungrounded' literal object isn't clear, there really should be more of a description here...
WYE_UNGROUNDED,
Constant Field Valuespublic static final int WYE_ZGROUNDED_VALUE
If the meaning of 'Wye ZGrounded' literal object isn't clear, there really should be more of a description here...
WYE_ZGROUNDED,
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...
DELTA,
Constant Field Valuespublic static final java.util.List<XfrConnectCode> VALUES
public static XfrConnectCode[] values()
for (XfrConnectCode c : XfrConnectCode.values()) System.out.println(c);
public static XfrConnectCode 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 XfrConnectCode get(java.lang.String literal)
literal - the literal.null.public static XfrConnectCode getByName(java.lang.String name)
name - the name.null.public static XfrConnectCode get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<XfrConnectCode>