org.moremotion.evaluator
Class Operator

java.lang.Object
  extended by org.moremotion.evaluator.Operator

public class Operator
extends java.lang.Object

Version:
$Id: Operator.java 51 2008-03-10 11:46:54Z erkan $

Field Summary
static int ADD
           
static int AND
           
static int COLUMN
           
static int DIVIDE
           
static int EQ
           
static int GE
           
static int GT
           
static int INCLUDE
           
static int LE
           
static int LIKE
           
static int LT
           
static int MATCH
           
static int MAXLEVEL
           
static int MULTIPLY
           
static int NE
           
static int NULL
           
static int OR
           
static int QMARK
           
static int SEMICOL
           
static int SUBTRACT
           
static int WMATCH
           
 
Constructor Summary
Operator()
           
 
Method Summary
static int getOperatorAsInt(java.lang.String opr)
           
static java.lang.String getOperatorAsString(int opr)
           
static int getOperatorLevel(int opr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final int NULL
See Also:
Constant Field Values

MULTIPLY

public static final int MULTIPLY
See Also:
Constant Field Values

DIVIDE

public static final int DIVIDE
See Also:
Constant Field Values

ADD

public static final int ADD
See Also:
Constant Field Values

SUBTRACT

public static final int SUBTRACT
See Also:
Constant Field Values

EQ

public static final int EQ
See Also:
Constant Field Values

NE

public static final int NE
See Also:
Constant Field Values

GT

public static final int GT
See Also:
Constant Field Values

GE

public static final int GE
See Also:
Constant Field Values

LT

public static final int LT
See Also:
Constant Field Values

LE

public static final int LE
See Also:
Constant Field Values

MATCH

public static final int MATCH
See Also:
Constant Field Values

WMATCH

public static final int WMATCH
See Also:
Constant Field Values

LIKE

public static final int LIKE
See Also:
Constant Field Values

INCLUDE

public static final int INCLUDE
See Also:
Constant Field Values

AND

public static final int AND
See Also:
Constant Field Values

OR

public static final int OR
See Also:
Constant Field Values

QMARK

public static final int QMARK
See Also:
Constant Field Values

SEMICOL

public static final int SEMICOL
See Also:
Constant Field Values

COLUMN

public static final int COLUMN
See Also:
Constant Field Values

MAXLEVEL

public static final int MAXLEVEL
See Also:
Constant Field Values
Constructor Detail

Operator

public Operator()
Method Detail

getOperatorLevel

public static int getOperatorLevel(int opr)

getOperatorAsInt

public static int getOperatorAsInt(java.lang.String opr)
                            throws InvalidEntityException
Throws:
InvalidEntityException

getOperatorAsString

public static java.lang.String getOperatorAsString(int opr)


Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.