|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dacf.dataset.RowFilterCriteria
Internal: Applications should not use this class or its methods.
Field Summary | |
static int |
EQUAL
|
static int |
IS_NULL
|
static int |
NOT_EQUAL
|
static int |
UNDEFINED
|
Constructor Summary | |
RowFilterCriteria()
|
|
RowFilterCriteria(int operator,
java.lang.Object[] values)
|
Method Summary | |
java.lang.Object[] |
getCriteria()
Returns the comparison values. |
int |
getOperator()
|
void |
setCriteria(java.lang.Object[] criteria)
Sets the comparison values. |
void |
setOperator(int operator)
Specifies the comparison operator to be used. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int UNDEFINED
public static final int IS_NULL
public static final int NOT_EQUAL
public static final int EQUAL
Constructor Detail |
public RowFilterCriteria()
public RowFilterCriteria(int operator, java.lang.Object[] values)
Method Detail |
public void setOperator(int operator)
operator
- one of the comparison operatorsgetOperator()
,
getCriteria()
,
setCriteria(Object[] criteria)
public int getOperator()
public void setCriteria(java.lang.Object[] criteria)
The array of values are used as operands when performing the comparison operation specified by getOperator(). The criteria values are needed for all but the IS_NULL comparison.
criteria
- the array of comparison valuesgetOperator()
,
getCriteria()
public java.lang.Object[] getCriteria()
The array of values are used as operands when performing the comparison operation specified by getOperator(). The criteria values are needed for all but the IS_NULL comparison.
getOperator()
,
getCriteria()
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.