Uses of Class
org.tockit.datatype.xsd.DecimalType

Packages that use DecimalType
org.tockit.datatype.xsd   
 

Uses of DecimalType in org.tockit.datatype.xsd
 

Methods in org.tockit.datatype.xsd that return DecimalType
static DecimalType DecimalType.createDecimalType(java.lang.String name, double min, double max, int numDecimals)
           
static DecimalType DecimalType.createDecimalType(java.lang.String name, double min, boolean minIncluded, double max, boolean maxIncluded, int numDecimals)
           
static DecimalType DecimalType.createUnrestrictedType(java.lang.String name)
           
static DecimalType DecimalType.createDecimalType(java.lang.String name, java.lang.Double min, boolean minIncluded, java.lang.Double max, boolean maxIncluded, java.lang.Integer numDecimals)
           
 



The ToscanaJ project