Uses of Class
javax.cim.UnsignedInteger8
Packages that use UnsignedInteger8
Package
Description
Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification.
Internal helper classes for the CIM data classes.
-
Uses of UnsignedInteger8 in javax.cim
Classes in javax.cim that implement interfaces with type arguments of type UnsignedInteger8Modifier and TypeClassDescriptionclass
This class represents anUnsignedInteger8
.Methods in javax.cim with parameters of type UnsignedInteger8Modifier and TypeMethodDescriptionint
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 UnsignedInteger8Modifier and TypeMethodDescriptionCIMOctetString.getBytes()
Returns byte array representation of octet string.Constructors in org.sblim.cimclient.internal.cim with parameters of type UnsignedInteger8ModifierConstructorDescriptionCIMOctetString
(UnsignedInteger8[] pBytes) Constructs aCIMOctetString
from the given byte array.