public class XPathHelper.QueryPart extends Object
Constructor and Description |
---|
QueryPart(String query)
This constructor breaks the provided query into
property name and query value parts.
|
QueryPart(String property,
String value,
int op)
This constructor sets a logical operator and breaks
the provided query into property name and query
value parts.
|
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(SDODataObject dao)
Indicate if the query represented by this QueryPart evaluates to
true or false when executed on a given DataObject.
|
String |
toString() |
public QueryPart(String query)
query
- public boolean evaluate(SDODataObject dao)
dao
- Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.