tle.searchutil.impl
Class CondNotIn

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

public class CondNotIn
extends AbstractPropertyValuesCond

not inÀ» Ç¥Çö

Author:
ÃÖ¹ü±Õ

Constructor Summary
CondNotIn(java.lang.String propertyName, java.util.Collection v)
           
CondNotIn(java.lang.String propertyName, java.lang.Object[] v)
           
 
Method Summary
 
Methods inherited from class tle.searchutil.impl.AbstractPropertyValuesCond
addValue, 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

CondNotIn

public CondNotIn(java.lang.String propertyName,
                 java.util.Collection v)

CondNotIn

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