public class ODNamedQueryCriteria
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the criteria name.
|
int |
getOperator()
Get the search operand.
|
java.lang.String[] |
getSearchValues()
Get the search values specified for this criteria.
|
public int getOperator()
ODConstant.ODConstant.OPEqual,
ODConstant.OPNotEqual,
ODConstant.OPLessThan,
ODConstant.OPLessThanEqual,
ODConstant.OPGreaterThan,
ODConstant.OPGreaterThanEqual,
ODConstant.OPIn,
ODConstant.OPNotIn,
ODConstant.OPLike,
ODConstant.OPNotLike,
ODConstant.OPBetween,
ODConstant.OPNotBetweenpublic java.lang.String[] getSearchValues()
public java.lang.String getName()
(c)Copyright International Business Machines Corporation 2001, 2020. IBM Corp. All rights reserved.