org.sintef.mofscript.MOFScriptModel
Class PointCutOperator

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

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

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

See Also:
MOFScriptModelPackage.getPointCutOperator()

Field Summary
static int CALL
          The 'CALL' literal value
static PointCutOperator CALL_LITERAL
          The 'CALL' literal object
static int EXECUTE
          The 'EXECUTE' literal value
static PointCutOperator EXECUTE_LITERAL
          The 'EXECUTE' literal object
static int TARGET
          The 'TARGET' literal value
static PointCutOperator TARGET_LITERAL
          The 'TARGET' literal object
static java.util.List VALUES
          A public read-only list of all the 'Point Cut Operator' enumerators
 
Method Summary
static PointCutOperator get(int value)
          Returns the 'Point Cut Operator' literal with the specified integer value
static PointCutOperator get(java.lang.String literal)
          Returns the 'Point Cut Operator' literal with the specified literal value
static PointCutOperator getByName(java.lang.String name)
          Returns the 'Point Cut 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

EXECUTE

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

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

See Also:
EXECUTE_LITERAL, Constant Field Values

TARGET

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

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

See Also:
TARGET_LITERAL, Constant Field Values

CALL

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

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

See Also:
CALL_LITERAL, Constant Field Values

EXECUTE_LITERAL

public static final PointCutOperator EXECUTE_LITERAL
The 'EXECUTE' literal object.

See Also:
EXECUTE

TARGET_LITERAL

public static final PointCutOperator TARGET_LITERAL
The 'TARGET' literal object.

See Also:
TARGET

CALL_LITERAL

public static final PointCutOperator CALL_LITERAL
The 'CALL' literal object.

See Also:
CALL

VALUES

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

Method Detail

get

public static PointCutOperator get(java.lang.String literal)
Returns the 'Point Cut Operator' literal with the specified literal value.


getByName

public static PointCutOperator getByName(java.lang.String name)
Returns the 'Point Cut Operator' literal with the specified name.


get

public static PointCutOperator get(int value)
Returns the 'Point Cut Operator' literal with the specified integer value.