All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.reference.query.QueryEval
|
+----com.sun.jaw.reference.query.QueryExp
|
+----com.sun.jaw.reference.query.MatchQueryExp
This class is used by the query-building mechanism to represent binary relations.
For internal use only.
public MatchQueryExp(AttributeExp a1,
StringValueExp s)
public MatchQueryExp()
public String getClassVersion()
public AttributeExp getAttribute()
public String getPattern()
public boolean apply(Object mo) throws BadAttributeValueException, InvalidApplicationException
public String toString()
All Packages Class Hierarchy This Package Previous Next Index