org.odata4j.core
Class OPredicates
java.lang.Object
org.odata4j.core.OPredicates
public class OPredicates
- extends Object
A static factory to create useful generic predicate instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entityPropertyValueEquals
public static Predicate1<OEntity> entityPropertyValueEquals(String propName,
Object value)
linkTitleEquals
public static Predicate1<OLink> linkTitleEquals(String title)
propertyNameEquals
public static Predicate1<OProperty<?>> propertyNameEquals(String propName)
http://odata4j.org