Qizx/Open v0.3

net.xfra.qizxopen.util
Class Bound.Numeric

java.lang.Object
  |
  +--net.xfra.qizxopen.util.Bound
        |
        +--net.xfra.qizxopen.util.Bound.Numeric
Direct Known Subclasses:
Bound.NumberGE, Bound.NumberGT, Bound.NumberLE, Bound.NumberLT
Enclosing class:
Bound

public abstract static class Bound.Numeric
extends Bound


Nested Class Summary
 
Nested classes inherited from class net.xfra.qizxopen.util.Bound
Bound.NumberGE, Bound.NumberGT, Bound.NumberLE, Bound.NumberLT, Bound.Numeric, Bound.StringBound, Bound.StringGE, Bound.StringGT, Bound.StringLE, Bound.StringLT
 
Method Summary
 boolean isNumeric()
           
 double numericValue()
           
 boolean test(java.lang.String value)
          Tests a String value against this Bound.
 
Methods inherited from class net.xfra.qizxopen.util.Bound
GE, GE, GT, GT, isStrict, LE, LE, LT, LT, stringValue, test
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

test

public boolean test(java.lang.String value)
Description copied from class: Bound
Tests a String value against this Bound.

Specified by:
test in class Bound

isNumeric

public boolean isNumeric()
Specified by:
isNumeric in class Bound

numericValue

public double numericValue()
Overrides:
numericValue in class Bound

 Copyright Xavier FRANC 2003-2004