public class ViewCriteriaItemVariable
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
| Modifier and Type | Method and Description | 
|---|---|
static int | 
getValueIndexFromVar(Variable var)
Returns the index for vc item value that uses the given bind variable. 
 | 
static ViewCriteriaItem | 
getVcItemFromVar(Variable var)
Returns the view criteria item that uses the given bind variable. 
 | 
static ViewCriteriaItem[] | 
getVcItemsFromVar(Variable var)
Returns the view criteria items that uses the given bind variable. 
 | 
java.lang.Object | 
invoke(java.lang.Object proxy,
      java.lang.reflect.Method method,
      java.lang.Object[] args)  | 
public static ViewCriteriaItem getVcItemFromVar(Variable var)
var - the bind variable that we want to find out the vc item
            usage informationpublic static ViewCriteriaItem[] getVcItemsFromVar(Variable var)
var - the bind variable that we want to find out the vc item
            usage informationpublic static int getValueIndexFromVar(Variable var)
var - the bind variable that we want to find out the vc item
            usage informationpublic java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.Throwable