org.exolab.castor.xml.schema.simpletypes

Class RealType

public class RealType extends AtomicType

Represents "real numbers" (float, double and user types derived from them) Those numbers are of the form m x 2^e The min and max values for m are accessed with get/setMin/MaxMantissa e are accessed with get/setMin/MaxExponent m and e are not facets as specified by the xmlschema, they are just a way to regroup real and float under the same class.

Version: $Revision:

Author: Arnaud Berry

Method Summary
longgetMaxExponent()
longgetMaxMantissa()
longgetMinExponent()
longgetMinMantissa()
voidsetMaxExponent(long maxExponent)
voidsetMaxMantissa(long maxMantissa)
voidsetMinExponent(long minExponent)
voidsetMinMantissa(long minMantissa)

Method Detail

getMaxExponent

public long getMaxExponent()

getMaxMantissa

public long getMaxMantissa()

getMinExponent

public long getMinExponent()

getMinMantissa

public long getMinMantissa()

setMaxExponent

public void setMaxExponent(long maxExponent)

setMaxMantissa

public void setMaxMantissa(long maxMantissa)

setMinExponent

public void setMinExponent(long minExponent)

setMinMantissa

public void setMinMantissa(long minMantissa)
Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com