tle.searchutil.impl
Class CondLike

java.lang.Object
  extended by tle.searchutil.impl.AbstractPropertyCond
      extended by tle.searchutil.impl.AbstractPropertyValueCond
          extended by tle.searchutil.impl.CondLike
All Implemented Interfaces:
Cond, PropertyCond, PropertyValueCond
Direct Known Subclasses:
CondIlike

public class CondLike
extends AbstractPropertyValueCond

Author:
ÃÖ¹ü±Õ

Constructor Summary
CondLike(java.lang.String propertyName, java.lang.String value, int match)
           
 
Method Summary
 int getMatch()
           
 java.lang.String getValueString()
           
 
Methods inherited from class tle.searchutil.impl.AbstractPropertyValueCond
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

CondLike

public CondLike(java.lang.String propertyName,
                java.lang.String value,
                int match)
Method Detail

getValueString

public java.lang.String getValueString()

getMatch

public int getMatch()