|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgov.usda.gdpc.AbstractFilterValue
gov.usda.gdpc.FilterRangeValue
This is a filter value which consists of a range of values. The range is represented by a minimum value and maximum value and includes the end values.
| Field Summary |
| Fields inherited from class gov.usda.gdpc.AbstractFilterValue |
myProperty |
| Constructor Summary | |
FilterRangeValue(Property property,
java.lang.Comparable minValue,
java.lang.Comparable maxValue)
FilterRangeValue Constructor. |
|
| Method Summary | |
java.lang.Comparable |
getMaxValue()
Gets the maximum value of this range. |
java.lang.Comparable |
getMinValue()
Gets the minimum value of this range. |
FilterValueType |
getType()
Returns type of this filter value. |
boolean |
matches(java.util.Map properties)
Returns whether the given properties match this filter value. |
java.lang.String |
toString()
Returns the String representation of this filter value. |
| Methods inherited from class gov.usda.gdpc.AbstractFilterValue |
getProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FilterRangeValue(Property property,
java.lang.Comparable minValue,
java.lang.Comparable maxValue)
property - property associated with this valueminValue - minimum valuemaxValue - maximum value| Method Detail |
public FilterValueType getType()
public java.lang.Comparable getMinValue()
public java.lang.Comparable getMaxValue()
public boolean matches(java.util.Map properties)
properties - properties to check
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||