jet.formula
Class fCurRange

java.lang.Object
  extended by jet.connect.DbValue
      extended by jet.formula.fArray
          extended by jet.formula.fRange
              extended by jet.formula.fCurRange

public class fCurRange
extends fRange

the internal representative of the currency range datatype of the JetReport Formula


Field Summary
 
Fields inherited from class jet.formula.fArray
value
 
Fields inherited from class jet.connect.DbValue
bNull, CHAR_DESC, CURRENCY_DESC, DATE_DESC, desc, DOUBLE_DESC, INTEGER_DESC, TIME_DESC
 
Constructor Summary
fCurRange()
           
fCurRange(DbValue[] val, boolean b)
           
fCurRange(DbValue end, DbValue begin)
           
fCurRange(int arraysize)
           
 
Method Summary
 java.lang.Object clone()
          Creates a clone of this DbValue variable.
 
Methods inherited from class jet.formula.fRange
toString
 
Methods inherited from class jet.formula.fArray
compareTo, equals, getArray, getInstance, getSpecialInstance, set, set, set, setValue
 
Methods inherited from class jet.connect.DbValue
equals, getColDesc, getPrecision, getScale, getSqlType, isCurrency, isNull, makeDbValue, set, setColDesc, setfoo, setNull, setValue
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

fCurRange

public fCurRange()

fCurRange

public fCurRange(int arraysize)

fCurRange

public fCurRange(DbValue end,
                 DbValue begin)

fCurRange

public fCurRange(DbValue[] val,
                 boolean b)
Method Detail

clone

public java.lang.Object clone()
Description copied from class: DbValue
Creates a clone of this DbValue variable.

Specified by:
clone in class DbValue