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