tle.searchutil.impl
Class CondGe

java.lang.Object
  extended by tle.searchutil.impl.AbstractPropertyCond
      extended by tle.searchutil.impl.AbstractPropertyValueCond
          extended by tle.searchutil.impl.CondGe
All Implemented Interfaces:
Cond, PropertyCond, PropertyValueCond

public class CondGe
extends AbstractPropertyValueCond

>= Á¶°ÇÀ» Ç¥ÇöÇÑ´Ù.

Author:
ÃÖ¹ü±Õ

Constructor Summary
CondGe(java.lang.String propertyName, java.lang.Object value)
           
 
Method Summary
 
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

CondGe

public CondGe(java.lang.String propertyName,
              java.lang.Object value)