All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.QualifiedIndexedAttributeExp

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

public class QualifiedIndexedAttributeExp
extends QualifiedAttributeExp
For internal use only.

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.

See Also:
ValueExp, Query

Constructor Index

 o QualifiedIndexedAttributeExp()
 o QualifiedIndexedAttributeExp(String, String, int)

Method Index

 o toString()
Returns the string representing its value.

Constructors

 o QualifiedIndexedAttributeExp
 public QualifiedIndexedAttributeExp(String className,
                                     String attr,
                                     int index)
 o QualifiedIndexedAttributeExp
 public QualifiedIndexedAttributeExp()

Methods

 o toString
 public String toString()
Returns the string representing its value.

Overrides:
toString in class QualifiedAttributeExp

All Packages  Class Hierarchy  This Package  Previous  Next  Index