Public Member Functions

org.exolab.castor.xml.schema.simpletypes.RealType Class Reference

Inheritance diagram for org.exolab.castor.xml.schema.simpletypes.RealType:
org.exolab.castor.xml.schema.simpletypes.AtomicType org.exolab.castor.xml.schema.SimpleType org.exolab.castor.xml.schema.XMLType org.exolab.castor.xml.schema.Referable org.exolab.castor.xml.schema.Annotated org.exolab.castor.xml.schema.Structure

List of all members.

Public Member Functions

void setMinMantissa (long minMantissa)
void setMaxMantissa (long maxMantissa)
void setMinExponent (long minExponent)
void setMaxExponent (long maxExponent)
long getMinMantissa ()
long getMaxMantissa ()
long getMinExponent ()
long getMaxExponent ()

Detailed Description

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.

Author:
Arnaud Berry
Version:
$Revision:

Member Function Documentation

long org.exolab.castor.xml.schema.simpletypes.RealType.getMaxExponent (  ) 
long org.exolab.castor.xml.schema.simpletypes.RealType.getMaxMantissa (  ) 
long org.exolab.castor.xml.schema.simpletypes.RealType.getMinExponent (  ) 
long org.exolab.castor.xml.schema.simpletypes.RealType.getMinMantissa (  ) 
void org.exolab.castor.xml.schema.simpletypes.RealType.setMaxExponent ( long  maxExponent  ) 
void org.exolab.castor.xml.schema.simpletypes.RealType.setMaxMantissa ( long  maxMantissa  ) 
void org.exolab.castor.xml.schema.simpletypes.RealType.setMinExponent ( long  minExponent  ) 
void org.exolab.castor.xml.schema.simpletypes.RealType.setMinMantissa ( long  minMantissa  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties