public interface RelOps
boolean equal(BaseType bt) throws InvalidOperatorException, RegExpException, SBHException
boolean not_equal(BaseType bt) throws InvalidOperatorException, RegExpException, SBHException
boolean greater(BaseType bt) throws InvalidOperatorException, RegExpException, SBHException
boolean greater_eql(BaseType bt) throws InvalidOperatorException, RegExpException, SBHException
boolean less(BaseType bt) throws InvalidOperatorException, RegExpException, SBHException
boolean less_eql(BaseType bt) throws InvalidOperatorException, RegExpException, SBHException
boolean regexp(BaseType bt) throws InvalidOperatorException, RegExpException, SBHException
Copyright © 1999-2013 OPeNDAP. All Rights Reserved.