Uses of Class
org.sblim.wbem.cim.UnsignedInt32
-
Packages that use UnsignedInt32 Package Description org.sblim.wbem.cim Representation of CIM data in Java. -
-
Uses of UnsignedInt32 in org.sblim.wbem.cim
Constructors in org.sblim.wbem.cim with parameters of type UnsignedInt32 Constructor Description UnsignedInt32(UnsignedInt32 pValue)
Constructs an unsigned 32-bit integer object for the specified UnsignedInt32 value.UnsignedInt64(UnsignedInt32 pValue)
Constructs an unsigned 64-bit integer object for the specified UnsignedInt32 value.
-