ch.panter.li.bi.asn.api
Interface DecimalValue

All Superinterfaces:
DecimalValueInfo, NumericalValueInfo
All Known Implementing Classes:
AsnReal

public interface DecimalValue
extends DecimalValueInfo


Field Summary
 
Fields inherited from interface ch.panter.li.bi.asn.api.DecimalValueInfo
VALUE_COMPARISON_RANGE
 
Method Summary
 void assign(DecimalValue other)
           
 void setValue(BigDecimal value)
           
 void setValue(DecimalValue value)
           
 void setValue(Double value)
           
 void setValue(Float value)
           
 
Methods inherited from interface ch.panter.li.bi.asn.api.DecimalValueInfo
hasSameNumericalValue, hasSameNumericalValue, hasSameNumericalValue, hasSameNumericalValue, isInfinity, isNegativeInfinity, isPositiveInfinity, isValidNumber
 
Methods inherited from interface ch.panter.li.bi.asn.api.NumericalValueInfo
getValue, isNegative, isPositive, isZero
 

Method Detail

setValue

void setValue(Float value)

setValue

void setValue(Double value)

setValue

void setValue(BigDecimal value)

setValue

void setValue(DecimalValue value)

assign

void assign(DecimalValue other)


Copyright 2007-2007 SourceForge. All Rights Reserved.