All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.reference.query.QueryEval
|
+----com.sun.jaw.reference.query.ValueExp
|
+----com.sun.jaw.reference.query.AttributeExp
|
+----com.sun.jaw.reference.query.QualifiedAttributeExp
|
+----com.sun.jaw.reference.query.QualifiedIndexedAttributeExp
This class represents indexed attributes of a given class used as arguments to
relational constraints. A QualifiedIndexedAttributeExp may be
used anywhere a ValueExp is required.
public QualifiedIndexedAttributeExp(String className,
String attr,
int index)
public QualifiedIndexedAttributeExp()
public String toString()
All Packages Class Hierarchy This Package Previous Next Index