jaugment2.helpers
Class SearchStringParser.morethannode

java.lang.Object
  |
  +--jaugment2.helpers.SearchStringParser.morethannode
Enclosing class:
SearchStringParser

private static class SearchStringParser.morethannode
extends java.lang.Object
implements SearchStringParser.node

node for handling > and < issues


Field Summary
private  java.lang.String name
           
private  boolean not
           
private  double val
           
 
Constructor Summary
SearchStringParser.morethannode(java.lang.String n, java.lang.String v, boolean not)
          != instead of ==
 
Method Summary
 boolean matches(javax.naming.directory.Attributes attr)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name

val

private double val

not

private boolean not
Constructor Detail

SearchStringParser.morethannode

public SearchStringParser.morethannode(java.lang.String n,
                                       java.lang.String v,
                                       boolean not)
!= instead of ==
Method Detail

matches

public boolean matches(javax.naming.directory.Attributes attr)
Specified by:
matches in interface SearchStringParser.node