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
This class represents attributes used as arguments to
relational constraints. An AttributeExp may be
used anywhere a ValueExp is required.
AttributeExp representing the object
attribute named by .
public AttributeExp(String attr)
AttributeExp representing the object
attribute named by .
public AttributeExp()
public String getClassVersion()
public String getAttributeName()
public ValueExp apply(Object mo) throws BadAttributeValueException, InvalidApplicationException
public String toString()
All Packages Class Hierarchy This Package Previous Next Index