Uses of Class
org.sblim.wbem.cim.CIMFlavor

Packages that use CIMFlavor
org.sblim.wbem.cim Representation of CIM data in Java. 
 

Uses of CIMFlavor in org.sblim.wbem.cim
 

Methods in org.sblim.wbem.cim that return CIMFlavor
static CIMFlavor CIMFlavor.getFlavor(int flavor)
          Gets an object of the specified CIMFlavor.
 

Methods in org.sblim.wbem.cim with parameters of type CIMFlavor
 void CIMQualifier.addFlavor(CIMFlavor pFlavor)
          Adds a flavor to this qualifier
 void CIMQualifierType.addFlavor(CIMFlavor pFlavor)
          Adds the specified CIMFlavor to this CIMQualifierType object
 boolean CIMQualifier.hasFlavor(CIMFlavor pFlavor)
          Checks if this qualifier has a given flavor set
 boolean CIMQualifierType.hasFlavor(CIMFlavor pFlavor)
          Determines if this CIMQualifierType has a CIMFlavor value associated with it.
 



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