org.sintef.mofscript.MOFScriptModel
Class ParameterDirection

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

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

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

See Also:
MOFScriptModelPackage.getParameterDirection()

Field Summary
static int IN
          The 'IN' literal value
static ParameterDirection IN_LITERAL
          The 'IN' literal object
static int INOUT
          The 'INOUT' literal value
static ParameterDirection INOUT_LITERAL
          The 'INOUT' literal object
static int OUT
          The 'OUT' literal value
static ParameterDirection OUT_LITERAL
          The 'OUT' literal object
static java.util.List VALUES
          A public read-only list of all the 'Parameter Direction' enumerators
 
Method Summary
static ParameterDirection get(int value)
          Returns the 'Parameter Direction' literal with the specified integer value
static ParameterDirection get(java.lang.String literal)
          Returns the 'Parameter Direction' literal with the specified literal value
static ParameterDirection getByName(java.lang.String name)
          Returns the 'Parameter Direction' 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

IN

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

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

See Also:
IN_LITERAL, Constant Field Values

OUT

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

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

See Also:
OUT_LITERAL, Constant Field Values

INOUT

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

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

See Also:
INOUT_LITERAL, Constant Field Values

IN_LITERAL

public static final ParameterDirection IN_LITERAL
The 'IN' literal object.

See Also:
IN

OUT_LITERAL

public static final ParameterDirection OUT_LITERAL
The 'OUT' literal object.

See Also:
OUT

INOUT_LITERAL

public static final ParameterDirection INOUT_LITERAL
The 'INOUT' literal object.

See Also:
INOUT

VALUES

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

Method Detail

get

public static ParameterDirection get(java.lang.String literal)
Returns the 'Parameter Direction' literal with the specified literal value.


getByName

public static ParameterDirection getByName(java.lang.String name)
Returns the 'Parameter Direction' literal with the specified name.


get

public static ParameterDirection get(int value)
Returns the 'Parameter Direction' literal with the specified integer value.