org.eclipse.mofscript.MOFScriptModel
Class ImportType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.mofscript.MOFScriptModel.ImportType
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'Import Type', and utility methods for working with them.

See Also:
MOFScriptModelPackage.getImportType(), Serialized Form

Field Summary
static int LIBRARY
          The 'LIBRARY' literal value
static ImportType LIBRARY_LITERAL
          The 'LIBRARY' literal object
static int TRANSFORMATION
          The 'TRANSFORMATION' literal value
static ImportType TRANSFORMATION_LITERAL
          The 'TRANSFORMATION' literal object
static java.util.List VALUES
          A public read-only list of all the 'Import Type' enumerators
 
Method Summary
static ImportType get(int value)
          Returns the 'Import Type' literal with the specified integer value
static ImportType get(java.lang.String literal)
          Returns the 'Import Type' literal with the specified literal value
static ImportType getByName(java.lang.String name)
          Returns the 'Import Type' 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LIBRARY

public static final int LIBRARY
The 'LIBRARY' literal value.

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

See Also:
LIBRARY_LITERAL, Constant Field Values

TRANSFORMATION

public static final int TRANSFORMATION
The 'TRANSFORMATION' literal value.

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

See Also:
TRANSFORMATION_LITERAL, Constant Field Values

LIBRARY_LITERAL

public static final ImportType LIBRARY_LITERAL
The 'LIBRARY' literal object.

See Also:
LIBRARY

TRANSFORMATION_LITERAL

public static final ImportType TRANSFORMATION_LITERAL
The 'TRANSFORMATION' literal object.

See Also:
TRANSFORMATION

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Import Type' enumerators.

Method Detail

get

public static ImportType get(java.lang.String literal)
Returns the 'Import Type' literal with the specified literal value.


getByName

public static ImportType getByName(java.lang.String name)
Returns the 'Import Type' literal with the specified name.


get

public static ImportType get(int value)
Returns the 'Import Type' literal with the specified integer value.