|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.criteria.AbstractPredicate org.kuali.rice.core.api.criteria.LessThanOrEqualPredicate
public final class LessThanOrEqualPredicate
An immutable predicate which represents a "less than or equal to" statement which is
evaluated the CriteriaValue
of this predicate.
for a convenient way to construct this class.
,
Serialized FormNested Class Summary | |
---|---|
(package private) static class |
LessThanOrEqualPredicate.Constants
Defines some internal constants used on this class. |
Field Summary | |
---|---|
private Collection<Element> |
_futureElements
|
private String |
propertyPath
|
private static long |
serialVersionUID
|
private CriteriaValue<?> |
value
|
Constructor Summary | |
---|---|
private |
LessThanOrEqualPredicate()
Should only be invoked by JAXB. |
(package private) |
LessThanOrEqualPredicate(String propertyPath,
CriteriaValue<?> value)
Constructs a LessThanOrEqualPredicate for the given path and value. |
Method Summary | |
---|---|
String |
getPropertyPath()
Returns the property path for this predicate which represents the portion of the object model to which the predicate applies. |
CriteriaValue<?> |
getValue()
Gets the criteria value for this predicate. |
String |
toString()
This will return a proper string representation of the Model Object. |
Methods inherited from class org.kuali.rice.core.api.criteria.AbstractPredicate |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectComplete |
---|
equals, hashCode |
Field Detail |
---|
private static final long serialVersionUID
private final String propertyPath
private final CriteriaValue<?> value
private final Collection<Element> _futureElements
Constructor Detail |
---|
private LessThanOrEqualPredicate()
LessThanOrEqualPredicate(String propertyPath, CriteriaValue<?> value)
CriteriaValue
:
propertyPath
- the property path for the predicate, must not be null or blankvalue
- the value to evaluation the path against, must not be null.
IllegalArgumentException
- if the propertyPath is null or blank
IllegalArgumentException
- if the value is null
IllegalArgumentException
- if this predicate does not support the given type of CriteriaValue
Method Detail |
---|
public String getPropertyPath()
PropertyPathPredicate
getPropertyPath
in interface PropertyPathPredicate
public CriteriaValue<?> getValue()
SingleValuedPredicate
getValue
in interface SingleValuedPredicate
public String toString()
ModelObjectBasic
toString
in interface ModelObjectBasic
toString
in class AbstractPredicate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |