gov.usda.gdpc
Class AbstractFilterValue

java.lang.Object
  extended bygov.usda.gdpc.AbstractFilterValue
All Implemented Interfaces:
FilterValue
Direct Known Subclasses:
FilterLikeValue, FilterRangeValue, FilterSingleValue

public abstract class AbstractFilterValue
extends java.lang.Object
implements FilterValue

This class provides a skeletal implementation of the DBConnection interface, to minimize the effort required to implement this interface.

Author:
terryc

Field Summary
protected  Property myProperty
           
 
Constructor Summary
AbstractFilterValue(Property property)
          AbstractFilterValue Constructor.
 
Method Summary
 Property getProperty()
          Returns the property associated with this value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gov.usda.gdpc.FilterValue
getType, matches
 

Field Detail

myProperty

protected final Property myProperty
Constructor Detail

AbstractFilterValue

public AbstractFilterValue(Property property)
AbstractFilterValue Constructor.

Parameters:
property - property associated with this value (can not be null)
Method Detail

getProperty

public Property getProperty()
Returns the property associated with this value.

Specified by:
getProperty in interface FilterValue
Returns:
property