Uses of Interface
de.fraunhofer.ipsi.xpathDatatypes.Numeric

Packages that use Numeric
de.fraunhofer.ipsi.xpathDatatypes   
 

Uses of Numeric in de.fraunhofer.ipsi.xpathDatatypes
 

Classes in de.fraunhofer.ipsi.xpathDatatypes that implement Numeric
 class XS_Byte
           
 class XS_Decimal
           
 class XS_Double
           
 class XS_Float
           
 class XS_Int
           
 class XS_Integer
           
 class XS_Long
           
 class XS_NegativeInteger
           
 class XS_NonNegativeInteger
           
 class XS_NonPositiveInteger
           
 class XS_PositiveInteger
           
 class XS_Short
           
 class XS_UnsignedByte
           
 class XS_UnsignedInt
           
 class XS_UnsignedLong
           
 class XS_UnsignedShort
           
 

Methods in de.fraunhofer.ipsi.xpathDatatypes that return Numeric
 Numeric XS_Integer.abs()
          Method abs
 Numeric XS_Float.abs()
          Method abs
 Numeric XS_Double.abs()
          Method abs
 Numeric XS_Decimal.abs()
          Method abs
 Numeric Numeric.abs()
          Method abs
 Numeric XS_Integer.add(Numeric b)
          Method add
 Numeric XS_Float.add(Numeric b)
          Method add
 Numeric XS_Double.add(Numeric b)
          Method add
 Numeric XS_Decimal.add(Numeric b)
          Method add
 Numeric Numeric.add(Numeric a)
          Method add
 Numeric XS_Integer.ceiling()
          Method ceiling
 Numeric XS_Float.ceiling()
          Method ceiling
 Numeric XS_Double.ceiling()
          Method ceiling
 Numeric XS_Decimal.ceiling()
          Method ceiling
 Numeric Numeric.ceiling()
          Method ceiling
 Numeric XS_Float.divide(Numeric b)
          Method divide
 Numeric XS_Double.divide(Numeric b)
          Method divide
 Numeric XS_Decimal.divide(Numeric b)
          Method divide
 Numeric Numeric.divide(Numeric a)
          Method divide
 Numeric XS_Integer.floor()
          Method floor
 Numeric XS_Float.floor()
          Method floor
 Numeric XS_Double.floor()
          Method floor
 Numeric XS_Decimal.floor()
          Method floor
 Numeric Numeric.floor()
          Method floor
 Numeric XS_Float.idivide(Numeric b)
           
 Numeric XS_Double.idivide(Numeric b)
           
 Numeric XS_Decimal.idivide(Numeric b)
          Method divide
 Numeric Numeric.idivide(Numeric a)
          Method idivide
 Numeric XS_Integer.mod(Numeric b)
          Method mod
 Numeric XS_Float.mod(Numeric b)
          Method mod
 Numeric XS_Double.mod(Numeric b)
          Method mod
 Numeric XS_Decimal.mod(Numeric b)
          Method mod
 Numeric Numeric.mod(Numeric a)
          Method mod
 Numeric XS_Integer.multiply(Numeric b)
          Method multiply
 Numeric XS_Float.multiply(Numeric b)
          Method multiply
 Numeric XS_Double.multiply(Numeric b)
          Method multiply
 Numeric XS_Decimal.multiply(Numeric b)
          Method multiply
 Numeric Numeric.multiply(Numeric a)
          Method multiply
 Numeric XS_Integer.negate()
          Method negate
 Numeric XS_Float.negate()
          Method negate
 Numeric XS_Double.negate()
          Method negate
 Numeric XS_Decimal.negate()
          Method negate
 Numeric Numeric.negate()
          Method negate
 Numeric XS_Integer.round()
          Method round
 Numeric XS_Float.round()
          Method round
 Numeric XS_Double.round()
          Method round
 Numeric XS_Decimal.round()
          Method round
 Numeric Numeric.round()
          Method round
 Numeric XS_Integer.roundHalfToEven(int n)
          Method roundHalfEven
 Numeric XS_Float.roundHalfToEven(int n)
          Method roundHalfEven
 Numeric XS_Double.roundHalfToEven(int n)
          Method roundHalfEven
 Numeric XS_Decimal.roundHalfToEven(int n)
          Method roundHalfEven
 Numeric Numeric.roundHalfToEven(int precision)
          Method roundHalfToEven
 Numeric XS_Integer.subtract(Numeric b)
          Method subtract
 Numeric XS_Float.subtract(Numeric b)
          Method subtract
 Numeric XS_Double.subtract(Numeric b)
          Method subtract
 Numeric XS_Decimal.subtract(Numeric b)
          Method subtract
 Numeric Numeric.subtract(Numeric a)
          Method subtract
 

Methods in de.fraunhofer.ipsi.xpathDatatypes with parameters of type Numeric
 Numeric XS_Integer.add(Numeric b)
          Method add
 Numeric XS_Float.add(Numeric b)
          Method add
 Numeric XS_Double.add(Numeric b)
          Method add
 Numeric XS_Decimal.add(Numeric b)
          Method add
 Numeric Numeric.add(Numeric a)
          Method add
 int XS_Integer.compareTo(Numeric num)
          Method compareTo
 int XS_Float.compareTo(Numeric num)
          Method compareTo
 int XS_Double.compareTo(Numeric num)
          Method compareTo
 int XS_Decimal.compareTo(Numeric num)
          Method compareTo
 Numeric XS_Float.divide(Numeric b)
          Method divide
 Numeric XS_Double.divide(Numeric b)
          Method divide
 Numeric XS_Decimal.divide(Numeric b)
          Method divide
 Numeric Numeric.divide(Numeric a)
          Method divide
 Numeric XS_Float.idivide(Numeric b)
           
 Numeric XS_Double.idivide(Numeric b)
           
 Numeric XS_Decimal.idivide(Numeric b)
          Method divide
 Numeric Numeric.idivide(Numeric a)
          Method idivide
 Numeric XS_Integer.mod(Numeric b)
          Method mod
 Numeric XS_Float.mod(Numeric b)
          Method mod
 Numeric XS_Double.mod(Numeric b)
          Method mod
 Numeric XS_Decimal.mod(Numeric b)
          Method mod
 Numeric Numeric.mod(Numeric a)
          Method mod
 Numeric XS_Integer.multiply(Numeric b)
          Method multiply
 Numeric XS_Float.multiply(Numeric b)
          Method multiply
 Numeric XS_Double.multiply(Numeric b)
          Method multiply
 Numeric XS_Decimal.multiply(Numeric b)
          Method multiply
 Numeric Numeric.multiply(Numeric a)
          Method multiply
 Numeric XS_Integer.subtract(Numeric b)
          Method subtract
 Numeric XS_Float.subtract(Numeric b)
          Method subtract
 Numeric XS_Double.subtract(Numeric b)
          Method subtract
 Numeric XS_Decimal.subtract(Numeric b)
          Method subtract
 Numeric Numeric.subtract(Numeric a)
          Method subtract
static XS_Float XS_Float.valueOf(Numeric d)
          Method valueOf