Uses of Class
javax.cim.UnsignedInteger8
-
Packages that use UnsignedInteger8 Package Description javax.cim Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification.org.sblim.cimclient.internal.cim Internal helper classes for the CIM data classes. -
-
Uses of UnsignedInteger8 in javax.cim
Methods in javax.cim with parameters of type UnsignedInteger8 Modifier and Type Method Description int
UnsignedInteger8. compareTo(UnsignedInteger8 pOther)
Compares this object with the specified object for order. -
Uses of UnsignedInteger8 in org.sblim.cimclient.internal.cim
Methods in org.sblim.cimclient.internal.cim that return UnsignedInteger8 Modifier and Type Method Description UnsignedInteger8[]
CIMOctetString. getBytes()
Returns byte array representation of octet string.Constructors in org.sblim.cimclient.internal.cim with parameters of type UnsignedInteger8 Constructor Description CIMOctetString(UnsignedInteger8[] pBytes)
Constructs aCIMOctetString
from the given byte array.
-