tle.searchutil
Interface PropertyValuesCond

All Superinterfaces:
Cond, PropertyCond
All Known Implementing Classes:
AbstractPropertyValuesCond, CondBetween, CondIn, CondNotIn

public interface PropertyValuesCond
extends PropertyCond

ÇÁ·ÎÆÛƼ¸¦ ¿©·¯°ª°ú ºñ±³ÇÏ´Â °Ë»ö Á¶°ÇÀ» Ç¥Çö. ¿¹¸¦ µé¾î, in À̳ª between°ú °°Àº Á¶°Ç.

Author:
ÃÖ¹ü±Õ

Method Summary
 PropertyValuesCond addValue(java.lang.Object value)
          ºñ±³ÇÒ °ªÀ» Ãß°¡ÇÑ´Ù.
 java.util.List getValues()
          ºñ±³ÇÒ °ª ¸ñ·ÏÀ» ±¸ÇÑ´Ù.
 
Methods inherited from interface tle.searchutil.PropertyCond
getPropertyName
 

Method Detail

addValue

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

Parameters:
value -

getValues

java.util.List getValues()
ºñ±³ÇÒ °ª ¸ñ·ÏÀ» ±¸ÇÑ´Ù.

Returns: