org.sintef.mofscript.MOFScriptModel
Class AdviceOperator

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

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

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

See Also:
MOFScriptModelPackage.getAdviceOperator()

Field Summary
static int AFTER
          The 'AFTER' literal value
static AdviceOperator AFTER_LITERAL
          The 'AFTER' literal object
static int AROUND
          The 'AROUND' literal value
static AdviceOperator AROUND_LITERAL
          The 'AROUND' literal object
static int BEFORE
          The 'BEFORE' literal value
static AdviceOperator BEFORE_LITERAL
          The 'BEFORE' literal object
static java.util.List VALUES
          A public read-only list of all the 'Advice Operator' enumerators
 
Method Summary
static AdviceOperator get(int value)
          Returns the 'Advice Operator' literal with the specified integer value
static AdviceOperator get(java.lang.String literal)
          Returns the 'Advice Operator' literal with the specified literal value
static AdviceOperator getByName(java.lang.String name)
          Returns the 'Advice Operator' 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

BEFORE

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

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

See Also:
BEFORE_LITERAL, Constant Field Values

AFTER

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

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

See Also:
AFTER_LITERAL, Constant Field Values

AROUND

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

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

See Also:
AROUND_LITERAL, Constant Field Values

BEFORE_LITERAL

public static final AdviceOperator BEFORE_LITERAL
The 'BEFORE' literal object.

See Also:
BEFORE

AFTER_LITERAL

public static final AdviceOperator AFTER_LITERAL
The 'AFTER' literal object.

See Also:
AFTER

AROUND_LITERAL

public static final AdviceOperator AROUND_LITERAL
The 'AROUND' literal object.

See Also:
AROUND

VALUES

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

Method Detail

get

public static AdviceOperator get(java.lang.String literal)
Returns the 'Advice Operator' literal with the specified literal value.


getByName

public static AdviceOperator getByName(java.lang.String name)
Returns the 'Advice Operator' literal with the specified name.


get

public static AdviceOperator get(int value)
Returns the 'Advice Operator' literal with the specified integer value.