Class Numeric
java.lang.Object
java.lang.Number
java.math.BigInteger
org.sblim.wbem.cim.Numeric
- All Implemented Interfaces:
Serializable, Comparable<BigInteger>
'numeric' properties are send out and retrieved by the CIM Client when the
CIMDataType of a Key property is one of the following:
- uint8, uint16, uint32, uint64
- int8, int16, int32, int64
- real32, real64
Is this the case, the Key Property, which is handled in the CIMObjectPath
is not of one of the CIMDataTypes, it is the XML data type 'numeric'.
So this class implements a data type which can deal with such 'numeric' Key
properties.
- See Also:
-
Field Summary
Fields inherited from class BigInteger
ONE, TEN, TWO, ZERO
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BigInteger
abs, add, and, andNot, bitCount, bitLength, byteValueExact, clearBit, compareTo, divide, divideAndRemainder, doubleValue, equals, flipBit, floatValue, gcd, getLowestSetBit, hashCode, intValue, intValueExact, isProbablePrime, longValue, longValueExact, max, min, mod, modInverse, modPow, multiply, negate, nextProbablePrime, not, or, parallelMultiply, pow, probablePrime, remainder, setBit, shiftLeft, shiftRight, shortValueExact, signum, sqrt, sqrtAndRemainder, subtract, testBit, toByteArray, toString, toString, valueOf, xor
Methods inherited from class Number
byteValue, shortValue
-
Constructor Details
-
Numeric
Base constructor. This 'Base constructor' can be used to create a 'numeric' property. The value of the created object can afterwards be consumed as needed.- Parameters:
value
- The value of the 'numeric' key property.- See Also:
-