tle.searchutil.impl
Class AbstractPropertyValuesCond

java.lang.Object
  extended by tle.searchutil.impl.AbstractPropertyCond
      extended by tle.searchutil.impl.AbstractPropertyValuesCond
All Implemented Interfaces:
Cond, PropertyCond, PropertyValuesCond
Direct Known Subclasses:
CondBetween, CondIn, CondNotIn

public class AbstractPropertyValuesCond
extends AbstractPropertyCond
implements PropertyValuesCond


Constructor Summary
AbstractPropertyValuesCond(java.lang.String propertyName, java.util.Collection v)
           
AbstractPropertyValuesCond(java.lang.String propertyName, java.lang.Object[] v)
           
 
Method Summary
 PropertyValuesCond addValue(java.lang.Object value)
          ºñ±³ÇÒ °ªÀ» Ãß°¡ÇÑ´Ù.
 java.util.List getValues()
          ºñ±³ÇÒ °ª ¸ñ·ÏÀ» ±¸ÇÑ´Ù.
 
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

AbstractPropertyValuesCond

public AbstractPropertyValuesCond(java.lang.String propertyName,
                                  java.lang.Object[] v)

AbstractPropertyValuesCond

public AbstractPropertyValuesCond(java.lang.String propertyName,
                                  java.util.Collection v)
Method Detail

addValue

public PropertyValuesCond addValue(java.lang.Object value)
Description copied from interface: PropertyValuesCond
ºñ±³ÇÒ °ªÀ» Ãß°¡ÇÑ´Ù.

Specified by:
addValue in interface PropertyValuesCond

getValues

public java.util.List getValues()
Description copied from interface: PropertyValuesCond
ºñ±³ÇÒ °ª ¸ñ·ÏÀ» ±¸ÇÑ´Ù.

Specified by:
getValues in interface PropertyValuesCond
Returns: