org.kuali.rice.core.api.criteria
Interface SingleValuedPredicate

All Superinterfaces:
ModelObjectBasic, ModelObjectComplete, Predicate, PropertyPathPredicate, Serializable
All Known Implementing Classes:
EqualIgnoreCasePredicate, EqualPredicate, GreaterThanOrEqualPredicate, GreaterThanPredicate, LessThanOrEqualPredicate, LessThanPredicate, LikePredicate, NotEqualIgnoreCasePredicate, NotEqualPredicate, NotLikePredicate

public interface SingleValuedPredicate
extends PropertyPathPredicate

Represents an predicate which contains some CriteriaValue.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 CriteriaValue<?> getValue()
          Gets the criteria value for this predicate.
 
Methods inherited from interface org.kuali.rice.core.api.criteria.PropertyPathPredicate
getPropertyPath
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectComplete
equals, hashCode
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Method Detail

getValue

CriteriaValue<?> getValue()
Gets the criteria value for this predicate.

Returns:
the criteria value for this predicate


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.