|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Number
java.math.BigInteger
org.sblim.wbem.cim.Numeric
'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.
Field Summary |
Fields inherited from class java.math.BigInteger |
ONE, ZERO |
Constructor Summary | |
Numeric(java.lang.String value)
Base constructor. |
Methods inherited from class java.math.BigInteger |
abs, add, and, andNot, bitCount, bitLength, clearBit, compareTo, compareTo, divide, divideAndRemainder, doubleValue, equals, flipBit, floatValue, gcd, getLowestSetBit, hashCode, intValue, isProbablePrime, longValue, max, min, mod, modInverse, modPow, multiply, negate, not, or, pow, probablePrime, remainder, setBit, shiftLeft, shiftRight, signum, subtract, testBit, toByteArray, toString, toString, valueOf, xor |
Methods inherited from class java.lang.Number |
byteValue, shortValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Numeric(java.lang.String value)
value
- The value of the 'numeric' key property.BigInteger.BigInteger(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |