org.odata4j.core
Class OPredicates

java.lang.Object
  extended by org.odata4j.core.OPredicates

public class OPredicates
extends Object

A static factory to create useful generic predicate instances.


Method Summary
static Predicate1<OEntity> entityPropertyValueEquals(String propName, Object value)
           
static Predicate1<OLink> linkTitleEquals(String title)
           
static Predicate1<OProperty<?>> propertyNameEquals(String propName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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