org.moremotion.evaluator
Class Operator
java.lang.Object
org.moremotion.evaluator.Operator
public class Operator
- extends java.lang.Object
- Version:
- $Id: Operator.java 51 2008-03-10 11:46:54Z erkan $
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Operator
public Operator()
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.