|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ProviderPriority>
org.eclipse.gmf.codegen.gmfgen.ProviderPriority
public enum ProviderPriority
A representation of the literals of the enumeration 'Provider Priority', and utility methods for working with them.
GMFGenPackage.getProviderPriority()
Enum Constant Summary | |
---|---|
HIGH_LITERAL
The 'High' literal object. |
|
HIGHEST_LITERAL
The 'Highest' literal object. |
|
LOW_LITERAL
The 'Low' literal object. |
|
LOWEST_LITERAL
The 'Lowest' literal object. |
|
MEDIUM_LITERAL
The 'Medium' literal object. |
Field Summary | |
---|---|
static int |
HIGH
The 'High' literal value. |
static int |
HIGHEST
The 'Highest' literal value. |
static int |
LOW
The 'Low' literal value. |
static int |
LOWEST
The 'Lowest' literal value. |
static int |
MEDIUM
The 'Medium' literal value. |
static List<ProviderPriority> |
VALUES
A public read-only list of all the 'Provider Priority' enumerators. |
Method Summary | |
---|---|
static ProviderPriority |
get(int value)
Returns the 'Provider Priority' literal with the specified integer value. |
static ProviderPriority |
get(String literal)
Returns the 'Provider Priority' literal with the specified literal value. |
static ProviderPriority |
getByName(String name)
Returns the 'Provider Priority' literal with the specified name. |
String |
getLiteral()
|
String |
getName()
|
int |
getValue()
|
String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static ProviderPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProviderPriority[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ProviderPriority LOWEST_LITERAL
LOWEST
public static final ProviderPriority LOW_LITERAL
LOW
public static final ProviderPriority MEDIUM_LITERAL
MEDIUM
public static final ProviderPriority HIGH_LITERAL
HIGH
public static final ProviderPriority HIGHEST_LITERAL
HIGHEST
Field Detail |
---|
public static final int LOWEST
If the meaning of 'Lowest' literal object isn't clear, there really should be more of a description here...
LOWEST_LITERAL
,
Constant Field Valuespublic static final int LOW
If the meaning of 'Low' literal object isn't clear, there really should be more of a description here...
LOW_LITERAL
,
Constant Field Valuespublic static final int MEDIUM
If the meaning of 'Medium' literal object isn't clear, there really should be more of a description here...
MEDIUM_LITERAL
,
Constant Field Valuespublic static final int HIGH
If the meaning of 'High' literal object isn't clear, there really should be more of a description here...
HIGH_LITERAL
,
Constant Field Valuespublic static final int HIGHEST
If the meaning of 'Highest' literal object isn't clear, there really should be more of a description here...
HIGHEST_LITERAL
,
Constant Field Valuespublic static final List<ProviderPriority> VALUES
Method Detail |
---|
public static ProviderPriority[] values()
for (ProviderPriority c : ProviderPriority.values()) System.out.println(c);
public static ProviderPriority valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static ProviderPriority get(String literal)
public static ProviderPriority getByName(String name)
public static ProviderPriority get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public String toString()
toString
in class Enum<ProviderPriority>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |