com.sun.jaw.reference.query
Class MatchQueryExp
java.lang.Object
|
+--com.sun.jaw.reference.query.QueryEval
|
+--com.sun.jaw.reference.query.QueryExp
|
+--com.sun.jaw.reference.query.MatchQueryExp
- public class MatchQueryExp
- extends QueryExp
For internal use only.
This class is used by the query-building mechanism to represent
binary relations.
For internal use only.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
MatchQueryExp
public MatchQueryExp(AttributeExp a1,
StringValueExp s)
MatchQueryExp
public MatchQueryExp()
getClassVersion
public java.lang.String getClassVersion()
getAttribute
public AttributeExp getAttribute()
getPattern
public java.lang.String getPattern()
apply
public boolean apply(java.lang.Object mo)
throws BadAttributeValueException,
InvalidApplicationException
- Overrides:
- apply in class QueryExp
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object