org.sintef.mofscript.MOFScriptModel
Class ImportSemantics

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.sintef.mofscript.MOFScriptModel.ImportSemantics
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

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

See Also:
MOFScriptModelPackage.getImportSemantics()

Field Summary
static int ACCESS
          The 'ACCESS' literal value
static ImportSemantics ACCESS_LITERAL
          The 'ACCESS' literal object
static int IMPORT
          The 'IMPORT' literal value
static ImportSemantics IMPORT_LITERAL
          The 'IMPORT' literal object
static java.util.List VALUES
          A public read-only list of all the 'Import Semantics' enumerators
 
Method Summary
static ImportSemantics get(int value)
          Returns the 'Import Semantics' literal with the specified integer value
static ImportSemantics get(java.lang.String literal)
          Returns the 'Import Semantics' literal with the specified literal value
static ImportSemantics getByName(java.lang.String name)
          Returns the 'Import Semantics' 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

ACCESS

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

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

See Also:
ACCESS_LITERAL, Constant Field Values

IMPORT

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

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

See Also:
IMPORT_LITERAL, Constant Field Values

ACCESS_LITERAL

public static final ImportSemantics ACCESS_LITERAL
The 'ACCESS' literal object.

See Also:
ACCESS

IMPORT_LITERAL

public static final ImportSemantics IMPORT_LITERAL
The 'IMPORT' literal object.

See Also:
IMPORT

VALUES

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

Method Detail

get

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


getByName

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


get

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