org.sintef.mofscript.MOFScriptModel
Class LogicalOperator

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

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

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

See Also:
MOFScriptModelPackage.getLogicalOperator()

Field Summary
static int AND
          The 'AND' literal value
static LogicalOperator AND_LITERAL
          The 'AND' literal object
static int NONE
          The 'NONE' literal value
static LogicalOperator NONE_LITERAL
          The 'NONE' literal object
static int NOT
          The 'NOT' literal value
static LogicalOperator NOT_LITERAL
          The 'NOT' literal object
static int OR
          The 'OR' literal value
static LogicalOperator OR_LITERAL
          The 'OR' literal object
static java.util.List VALUES
          A public read-only list of all the 'Logical Operator' enumerators
 
Method Summary
static LogicalOperator get(int value)
          Returns the 'Logical Operator' literal with the specified value
static LogicalOperator get(java.lang.String name)
          Returns the 'Logical Operator' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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

NOT

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

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

See Also:
NOT_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 LogicalOperator AND_LITERAL
The 'AND' literal object.

See Also:
AND

OR_LITERAL

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

See Also:
OR

NOT_LITERAL

public static final LogicalOperator NOT_LITERAL
The 'NOT' literal object.

See Also:
NOT

NONE_LITERAL

public static final LogicalOperator 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 'Logical Operator' enumerators.

Method Detail

get

public static LogicalOperator get(java.lang.String name)
Returns the 'Logical Operator' literal with the specified name.


get

public static LogicalOperator get(int value)
Returns the 'Logical Operator' literal with the specified value.