|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.gmf.codegen.gmfgen.ProviderPriority
A representation of the literals of the enumeration 'Provider Priority', and utility methods for working with them.
GMFGenPackage.getProviderPriority()| Field Summary | |
static int |
HIGH
The 'High' literal value |
static ProviderPriority |
HIGH_LITERAL
The 'High' literal object |
static int |
HIGHEST
The 'Highest' literal value |
static ProviderPriority |
HIGHEST_LITERAL
The 'Highest' literal object |
static int |
LOW
The 'Low' literal value |
static ProviderPriority |
LOW_LITERAL
The 'Low' literal object |
static int |
LOWEST
The 'Lowest' literal value |
static ProviderPriority |
LOWEST_LITERAL
The 'Lowest' literal object |
static int |
MEDIUM
The 'Medium' literal value |
static ProviderPriority |
MEDIUM_LITERAL
The 'Medium' literal object |
static java.util.List |
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(java.lang.String literal)
Returns the 'Provider Priority' literal with the specified literal value |
static ProviderPriority |
getByName(java.lang.String name)
Returns the 'Provider Priority' literal with the specified name |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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...
ProviderPriority.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...
ProviderPriority.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...
ProviderPriority.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...
ProviderPriority.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...
ProviderPriority.HIGHEST_LITERAL,
Constant Field Valuespublic static final ProviderPriority LOWEST_LITERAL
ProviderPriority.LOWESTpublic static final ProviderPriority LOW_LITERAL
ProviderPriority.LOWpublic static final ProviderPriority MEDIUM_LITERAL
ProviderPriority.MEDIUMpublic static final ProviderPriority HIGH_LITERAL
ProviderPriority.HIGHpublic static final ProviderPriority HIGHEST_LITERAL
ProviderPriority.HIGHESTpublic static final java.util.List VALUES
| Method Detail |
public static ProviderPriority get(java.lang.String literal)
public static ProviderPriority getByName(java.lang.String name)
public static ProviderPriority get(int value)
|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.