All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.IndexedAttributeExp

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.IndexedAttributeExp

public class IndexedAttributeExp
extends AttributeExp
For internal use only.

This class represents indexed attributes used as arguments to relational constraints. An IndexedAttributeExp may be used anywhere a ValueExp is required.

See Also:
ValueExp, Query

Constructor Index

 o IndexedAttributeExp()
 o IndexedAttributeExp(String, int)

Method Index

 o toString()
Returns the string representing its value.

Constructors

 o IndexedAttributeExp
 public IndexedAttributeExp(String attr,
                            int index)
 o IndexedAttributeExp
 public IndexedAttributeExp()

Methods

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

Overrides:
toString in class AttributeExp

All Packages  Class Hierarchy  This Package  Previous  Next  Index