jet.formula
Class fCurrency
java.lang.Object
jet.connect.DbValue
jet.connect.DbNumber
jet.connect.DbDecimal
jet.formula.fCurrency
- All Implemented Interfaces:
- jet.util.DbValueable, jet.util.QuickSortableNode
public class fCurrency
- extends DbDecimal
The internal representative of the currency data type of the JReport Formula.
The value
attribute is a BigDecimal object.
Fields inherited from interface jet.util.DbValueable |
EQUAL, GREATER, LESS |
Method Summary |
java.lang.Object |
clone()
Creates a clone of this DbDecimal object. |
Methods inherited from class jet.connect.DbDecimal |
byteValue, doubleValue, equals, floatValue, get, intValue, longValue, set, set, set, setValue, setValue, shortValue, toString, toStringValue |
Methods inherited from class jet.connect.DbValue |
compareTo, compareTo, equals, getColDesc, getPrecision, getScale, getSqlType, isCurrency, isNull, makeDbValue, setColDesc, setfoo, setNull, setValue |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
fCurrency
public fCurrency()
fCurrency
public fCurrency(java.math.BigDecimal d)
- Parameters:
d
- Specifies the initial value.
fCurrency
public fCurrency(DbColDesc desc)
clone
public java.lang.Object clone()
- Description copied from class:
DbDecimal
- Creates a clone of this
DbDecimal
object.
- Specified by:
clone
in interface jet.util.DbValueable
- Overrides:
clone
in class DbDecimal