tle.searchutil.impl
Class AbstractPropertyValueCond

java.lang.Object
  extended by tle.searchutil.impl.AbstractPropertyCond
      extended by tle.searchutil.impl.AbstractPropertyValueCond
All Implemented Interfaces:
Cond, PropertyCond, PropertyValueCond
Direct Known Subclasses:
CondEq, CondGe, CondGt, CondIdEq, CondLe, CondLike, CondLt, CondNe

public class AbstractPropertyValueCond
extends AbstractPropertyCond
implements PropertyValueCond


Constructor Summary
AbstractPropertyValueCond(java.lang.String propertyName, java.lang.Object value)
           
 
Method Summary
 java.lang.Object getValue()
          ºñ±³ÇÒ °ª
 
Methods inherited from class tle.searchutil.impl.AbstractPropertyCond
getPropertyName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface tle.searchutil.PropertyCond
getPropertyName
 

Constructor Detail

AbstractPropertyValueCond

public AbstractPropertyValueCond(java.lang.String propertyName,
                                 java.lang.Object value)
Method Detail

getValue

public java.lang.Object getValue()
Description copied from interface: PropertyValueCond
ºñ±³ÇÒ °ª

Specified by:
getValue in interface PropertyValueCond
Returns: