edu.iastate.jtm.jmed
Class Query.Operator
java.lang.Object
edu.iastate.jtm.jmed.Query.Operator
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Query
public static final class Query.Operator
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Jing Ding
edu.iastate.jtm.jmed
jtm
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AND
public static final Query.Operator AND
OR
public static final Query.Operator OR
NOT
public static final Query.Operator NOT
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getOperator
public static Query.Operator getOperator(java.lang.String val)
clone
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException