com.ibm.wala.ecore.java
Class EClassLoaderName

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.wala.ecore.java.EClassLoaderName
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class EClassLoaderName
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'EClass Loader Name', and utility methods for working with them.

See Also:
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

APPLICATION

public static final int APPLICATION
The 'Application' literal value.

If the meaning of 'Application' literal object isn't clear, there really should be more of a description here...

See Also:
APPLICATION_LITERAL, Constant Field Values

PRIMORDIAL

public static final int PRIMORDIAL
The 'Primordial' literal value.

If the meaning of 'Primordial' literal object isn't clear, there really should be more of a description here...

See Also:
PRIMORDIAL_LITERAL, Constant Field Values

EXTENSION

public static final int EXTENSION
The 'Extension' literal value.

If the meaning of 'Extension' literal object isn't clear, there really should be more of a description here...

See Also:
EXTENSION_LITERAL, Constant Field Values

APPLICATION_LITERAL

public static final EClassLoaderName APPLICATION_LITERAL
The 'Application' literal object.

See Also:
APPLICATION

PRIMORDIAL_LITERAL

public static final EClassLoaderName PRIMORDIAL_LITERAL
The 'Primordial' literal object.

See Also:
PRIMORDIAL

EXTENSION_LITERAL

public static final EClassLoaderName EXTENSION_LITERAL
The 'Extension' literal object.

See Also:
EXTENSION

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'EClass Loader Name' enumerators.

Method Detail

get

public static EClassLoaderName get(java.lang.String literal)
Returns the 'EClass Loader Name' literal with the specified literal value.


getByName

public static EClassLoaderName getByName(java.lang.String name)
Returns the 'EClass Loader Name' literal with the specified name.


get

public static EClassLoaderName get(int value)
Returns the 'EClass Loader Name' literal with the specified integer value.