All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.reference.query.QualifiedAttributeExp

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

public class QualifiedAttributeExp
extends AttributeExp
For internal use only.

This class represents attributes of a given class used as arguments to relational constraints. A QualifiedAttributeExp may be used anywhere a ValueExp is required.

See Also:
ValueExp, Query

Constructor Index

 o QualifiedAttributeExp()
 o QualifiedAttributeExp(String, String)

Method Index

 o apply(Object)
 o getAttrClassName()
 o getClassVersion()
Returns the version of this class.
 o toString()
Returns the string representing its value.

Constructors

 o QualifiedAttributeExp
 public QualifiedAttributeExp(String className,
                              String attr)
 o QualifiedAttributeExp
 public QualifiedAttributeExp()

Methods

 o getClassVersion
 public String getClassVersion()
Returns the version of this class.

Overrides:
getClassVersion in class AttributeExp
 o apply
 public ValueExp apply(Object mo) throws BadAttributeValueException, InvalidApplicationException
Overrides:
apply in class AttributeExp
 o toString
 public String toString()
Returns the string representing its value.

Overrides:
toString in class AttributeExp
 o getAttrClassName
 public String getAttrClassName()

All Packages  Class Hierarchy  This Package  Previous  Next  Index