com.sun.jaw.reference.query
Class 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
- Direct Known Subclasses:
- QualifiedIndexedAttributeExp
- 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
, Serialized Form
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
QualifiedAttributeExp
public QualifiedAttributeExp(java.lang.String className,
java.lang.String attr)
QualifiedAttributeExp
public QualifiedAttributeExp()
getClassVersion
public java.lang.String getClassVersion()
- Overrides:
- getClassVersion in class AttributeExp
apply
public ValueExp apply(java.lang.Object mo)
throws BadAttributeValueException,
InvalidApplicationException
- Overrides:
- apply in class AttributeExp
toString
public java.lang.String toString()
- Overrides:
- toString in class AttributeExp
getAttrClassName
public java.lang.String getAttrClassName()