|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
int |
getParamLength() Returns the number of elements in the array of parameters that make up the row filter. |
java.lang.Object[] |
getParamValues() Returns the array of parameter values that make up the row filter. |
int |
getRowInitLength() Returns the number of elements in the array of row init values. |
java.lang.Object[] |
getRowInitValues() Returns the array of row init values. |
ViewObjectImpl |
getViewObjectImpl() Retrieves the view object association with the row filter. |
boolean |
isNull() Indicates whether this row filter represents a null filter or not. |
boolean |
paramQualifies(java.lang.Object[] values) Returns a flag indicating whether values is qualified by this row filter or not. |
Method Detail |
public ViewObjectImpl getViewObjectImpl()
public boolean isNull()
public int getParamLength()
public java.lang.Object[] getParamValues()
public boolean paramQualifies(java.lang.Object[] values)
values
is qualified by this row filter or not.values
- values to examine for qualification.public int getRowInitLength()
public java.lang.Object[] getRowInitValues()
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.