|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wala.ecore.java.EClassLoaderName
public final class EClassLoaderName
A representation of the literals of the enumeration 'EClass Loader Name', and utility methods for working with them.
JavaPackage.getEClassLoaderName(),
Serialized Form| Field Summary | |
|---|---|
static int |
APPLICATION
The 'Application' literal value. |
static EClassLoaderName |
APPLICATION_LITERAL
The 'Application' literal object. |
static int |
EXTENSION
The 'Extension' literal value. |
static EClassLoaderName |
EXTENSION_LITERAL
The 'Extension' literal object. |
static int |
PRIMORDIAL
The 'Primordial' literal value. |
static EClassLoaderName |
PRIMORDIAL_LITERAL
The 'Primordial' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'EClass Loader Name' enumerators. |
| Method Summary | |
|---|---|
static EClassLoaderName |
get(int value)
Returns the 'EClass Loader Name' literal with the specified integer value. |
static EClassLoaderName |
get(java.lang.String literal)
Returns the 'EClass Loader Name' literal with the specified literal value. |
static EClassLoaderName |
getByName(java.lang.String name)
Returns the 'EClass Loader Name' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString, writeReplace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int APPLICATION
If the meaning of 'Application' literal object isn't clear, there really should be more of a description here...
APPLICATION_LITERAL,
Constant Field Valuespublic static final int PRIMORDIAL
If the meaning of 'Primordial' literal object isn't clear, there really should be more of a description here...
PRIMORDIAL_LITERAL,
Constant Field Valuespublic static final int EXTENSION
If the meaning of 'Extension' literal object isn't clear, there really should be more of a description here...
EXTENSION_LITERAL,
Constant Field Valuespublic static final EClassLoaderName APPLICATION_LITERAL
APPLICATIONpublic static final EClassLoaderName PRIMORDIAL_LITERAL
PRIMORDIALpublic static final EClassLoaderName EXTENSION_LITERAL
EXTENSIONpublic static final java.util.List VALUES
| Method Detail |
|---|
public static EClassLoaderName get(java.lang.String literal)
public static EClassLoaderName getByName(java.lang.String name)
public static EClassLoaderName get(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||