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