|
|||||||||||
| 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.FilterSingleValue
This is a filter value which consists of a single value.
| Field Summary |
| Fields inherited from class gov.usda.gdpc.AbstractFilterValue |
myProperty |
| Constructor Summary | |
FilterSingleValue(Property property,
java.lang.Object value)
FilterSingleValue Constructor. |
|
| Method Summary | |
FilterValueType |
getType()
Returns type of this filter value. |
java.lang.Object |
getValue()
Returns the single 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 FilterSingleValue(Property property,
java.lang.Object value)
property - property associated with this valuevalue - value (null values are not allowed)| Method Detail |
public FilterValueType getType()
public java.lang.Object getValue()
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 | ||||||||||