public enum AclfAdjustCode extends java.lang.Enum<AclfAdjustCode> implements org.eclipse.emf.common.util.Enumerator
AclfAdjustPackage.getAclfAdjustCode()
Enum Constant and Description |
---|
ALL_ADJUST
The 'All Adjust' literal object.
|
DISCRETE_VOLT_ADJUST
The 'Discrete Volt Adjust' literal object.
|
LIMIT_ADJUST
The 'Limit Adjust' literal object.
|
LIMIT_BACKOFF_CHECK
The 'Limit Backoff Check' literal object.
|
POWER_ADJUST
The 'Power Adjust' literal object.
|
VOLTAGE_ADJUST
The 'Voltage Adjust' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
ALL_ADJUST_VALUE
The 'All Adjust' literal value.
|
static int |
DISCRETE_VOLT_ADJUST_VALUE
The 'Discrete Volt Adjust' literal value.
|
static int |
LIMIT_ADJUST_VALUE
The 'Limit Adjust' literal value.
|
static int |
LIMIT_BACKOFF_CHECK_VALUE
The 'Limit Backoff Check' literal value.
|
static int |
POWER_ADJUST_VALUE
The 'Power Adjust' literal value.
|
static java.util.List<AclfAdjustCode> |
VALUES
A public read-only list of all the 'Code' enumerators.
|
static int |
VOLTAGE_ADJUST_VALUE
The 'Voltage Adjust' literal value.
|
Modifier and Type | Method and Description |
---|---|
static AclfAdjustCode |
get(int value)
Returns the 'Code' literal with the specified integer value.
|
static AclfAdjustCode |
get(java.lang.String literal)
Returns the 'Code' literal with the specified literal value.
|
static AclfAdjustCode |
getByName(java.lang.String name)
Returns the '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 AclfAdjustCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AclfAdjustCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AclfAdjustCode ALL_ADJUST
ALL_ADJUST_VALUE
public static final AclfAdjustCode LIMIT_ADJUST
LIMIT_ADJUST_VALUE
public static final AclfAdjustCode POWER_ADJUST
POWER_ADJUST_VALUE
public static final AclfAdjustCode VOLTAGE_ADJUST
VOLTAGE_ADJUST_VALUE
public static final AclfAdjustCode DISCRETE_VOLT_ADJUST
DISCRETE_VOLT_ADJUST_VALUE
public static final AclfAdjustCode LIMIT_BACKOFF_CHECK
LIMIT_BACKOFF_CHECK_VALUE
public static final int ALL_ADJUST_VALUE
If the meaning of 'All Adjust' literal object isn't clear, there really should be more of a description here...
ALL_ADJUST
,
Constant Field Valuespublic static final int LIMIT_ADJUST_VALUE
If the meaning of 'Limit Adjust' literal object isn't clear, there really should be more of a description here...
LIMIT_ADJUST
,
Constant Field Valuespublic static final int POWER_ADJUST_VALUE
If the meaning of 'Power Adjust' literal object isn't clear, there really should be more of a description here...
POWER_ADJUST
,
Constant Field Valuespublic static final int VOLTAGE_ADJUST_VALUE
If the meaning of 'Voltage Adjust' literal object isn't clear, there really should be more of a description here...
VOLTAGE_ADJUST
,
Constant Field Valuespublic static final int DISCRETE_VOLT_ADJUST_VALUE
If the meaning of 'Discrete Volt Adjust' literal object isn't clear, there really should be more of a description here...
DISCRETE_VOLT_ADJUST
,
Constant Field Valuespublic static final int LIMIT_BACKOFF_CHECK_VALUE
If the meaning of 'Limit Backoff Check' literal object isn't clear, there really should be more of a description here...
LIMIT_BACKOFF_CHECK
,
Constant Field Valuespublic static final java.util.List<AclfAdjustCode> VALUES
public static AclfAdjustCode[] values()
for (AclfAdjustCode c : AclfAdjustCode.values()) System.out.println(c);
public static AclfAdjustCode 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 AclfAdjustCode get(java.lang.String literal)
literal
- the literal.null
.public static AclfAdjustCode getByName(java.lang.String name)
name
- the name.null
.public static AclfAdjustCode 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<AclfAdjustCode>