org.sblim.wbem.cim
Class Numeric
BigInteger
org.sblim.wbem.cim.Numeric
public class Numeric
extends 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.
Numeric(String value) - Base constructor.
|
Numeric
public Numeric(String value)
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.
value
- The value of the 'numeric' key property.
BigInteger.BigInteger(java.lang.String)
Copyright © 2005, 2007 IBM Corporation. All Rights Reserved.