Uses of Class
javax.cim.UnsignedInteger8

Packages that use UnsignedInteger8
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
 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
 UnsignedInteger8[] CIMOctetString.getBytes()
          Returns byte array representation of octet string.
 

Constructors in org.sblim.cimclient.internal.cim with parameters of type UnsignedInteger8
CIMOctetString(UnsignedInteger8[] pBytes)
          Constructs a CIMOctetString from the given byte array.
 



Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.