public enum AclfBranchCode extends java.lang.Enum<AclfBranchCode> implements org.eclipse.emf.common.util.Enumerator
AclfPackage.getAclfBranchCode()
Enum Constant and Description |
---|
BREAKER
The 'Breaker' literal object.
|
GROUND_BRANCH
The 'Ground Branch' literal object.
|
LINE
The 'Line' literal object.
|
PS_XFORMER
The 'PS Xformer' literal object.
|
W3_PS_XFORMER
The 'W3 PS Xformer' literal object.
|
W3_XFORMER
The 'W3 Xformer' literal object.
|
XFORMER
The 'XFormer' literal object.
|
ZBR
The 'ZBR' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
BREAKER_VALUE
The 'Breaker' literal value.
|
static int |
GROUND_BRANCH_VALUE
The 'Ground Branch' literal value.
|
static int |
LINE_VALUE
The 'Line' literal value.
|
static int |
PS_XFORMER_VALUE
The 'PS Xformer' literal value.
|
static java.util.List<AclfBranchCode> |
VALUES
A public read-only list of all the 'Branch Code' enumerators.
|
static int |
W3_PS_XFORMER_VALUE
The 'W3 PS Xformer' literal value.
|
static int |
W3_XFORMER_VALUE
The 'W3 Xformer' literal value.
|
static int |
XFORMER_VALUE
The 'XFormer' literal value.
|
static int |
ZBR_VALUE
The 'ZBR' literal value.
|
Modifier and Type | Method and Description |
---|---|
static AclfBranchCode |
get(int value)
Returns the 'Branch Code' literal with the specified integer value.
|
static AclfBranchCode |
get(java.lang.String literal)
Returns the 'Branch Code' literal with the specified literal value.
|
static AclfBranchCode |
getByName(java.lang.String name)
Returns the 'Branch 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 AclfBranchCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AclfBranchCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AclfBranchCode LINE
LINE_VALUE
public static final AclfBranchCode XFORMER
XFORMER_VALUE
public static final AclfBranchCode PS_XFORMER
PS_XFORMER_VALUE
public static final AclfBranchCode GROUND_BRANCH
GROUND_BRANCH_VALUE
public static final AclfBranchCode W3_XFORMER
W3_XFORMER_VALUE
public static final AclfBranchCode W3_PS_XFORMER
W3_PS_XFORMER_VALUE
public static final AclfBranchCode BREAKER
BREAKER_VALUE
public static final AclfBranchCode ZBR
ZBR_VALUE
public static final int LINE_VALUE
If the meaning of 'Line' literal object isn't clear, there really should be more of a description here...
LINE
,
Constant Field Valuespublic static final int XFORMER_VALUE
If the meaning of 'XFormer' literal object isn't clear, there really should be more of a description here...
XFORMER
,
Constant Field Valuespublic static final int PS_XFORMER_VALUE
If the meaning of 'PS Xformer' literal object isn't clear, there really should be more of a description here...
PS_XFORMER
,
Constant Field Valuespublic static final int GROUND_BRANCH_VALUE
GROUND_BRANCH
,
Constant Field Valuespublic static final int W3_XFORMER_VALUE
If the meaning of 'W3 Xformer' literal object isn't clear, there really should be more of a description here...
W3_XFORMER
,
Constant Field Valuespublic static final int W3_PS_XFORMER_VALUE
If the meaning of 'W3 PS Xformer' literal object isn't clear, there really should be more of a description here...
W3_PS_XFORMER
,
Constant Field Valuespublic static final int BREAKER_VALUE
If the meaning of 'Breaker' literal object isn't clear, there really should be more of a description here...
BREAKER
,
Constant Field Valuespublic static final int ZBR_VALUE
If the meaning of 'ZBR' literal object isn't clear, there really should be more of a description here...
ZBR
,
Constant Field Valuespublic static final java.util.List<AclfBranchCode> VALUES
public static AclfBranchCode[] values()
for (AclfBranchCode c : AclfBranchCode.values()) System.out.println(c);
public static AclfBranchCode 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 AclfBranchCode get(java.lang.String literal)
literal
- the literal.null
.public static AclfBranchCode getByName(java.lang.String name)
name
- the name.null
.public static AclfBranchCode 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<AclfBranchCode>