org.eclipse.mofscript.MOFScriptModel
Class PointCutCombinationOperator

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

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

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

See Also:
MOFScriptModelPackage.getPointCutCombinationOperator(), Serialized Form

Field Summary
static int AND
          The 'AND' literal value
static PointCutCombinationOperator AND_LITERAL
          The 'AND' literal object
static int NONE
          The 'NONE' literal value
static PointCutCombinationOperator NONE_LITERAL
          The 'NONE' literal object
static int OR
          The 'OR' literal value
static PointCutCombinationOperator OR_LITERAL
          The 'OR' literal object
static java.util.List VALUES
          A public read-only list of all the 'Point Cut Combination Operator' enumerators
static int XOR
          The 'XOR' literal value
static PointCutCombinationOperator XOR_LITERAL
          The 'XOR' literal object
 
Method Summary
static PointCutCombinationOperator get(int value)
          Returns the 'Point Cut Combination Operator' literal with the specified integer value
static PointCutCombinationOperator get(java.lang.String literal)
          Returns the 'Point Cut Combination Operator' literal with the specified literal value
static PointCutCombinationOperator getByName(java.lang.String name)
          Returns the 'Point Cut Combination 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AND

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

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

See Also:
AND_LITERAL, Constant Field Values

OR

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

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

See Also:
OR_LITERAL, Constant Field Values

XOR

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

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

See Also:
XOR_LITERAL, Constant Field Values

NONE

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

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

See Also:
NONE_LITERAL, Constant Field Values

AND_LITERAL

public static final PointCutCombinationOperator AND_LITERAL
The 'AND' literal object.

See Also:
AND

OR_LITERAL

public static final PointCutCombinationOperator OR_LITERAL
The 'OR' literal object.

See Also:
OR

XOR_LITERAL

public static final PointCutCombinationOperator XOR_LITERAL
The 'XOR' literal object.

See Also:
XOR

NONE_LITERAL

public static final PointCutCombinationOperator NONE_LITERAL
The 'NONE' literal object.

See Also:
NONE

VALUES

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

Method Detail

get

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


getByName

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


get

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