Uses of Class
org.sblim.wbem.cim.CIMFlavor
-
Packages that use CIMFlavor Package Description 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 Modifier and Type Method Description static CIMFlavor
CIMFlavor. getFlavor(int flavor)
Gets an object of the specified CIMFlavor.Methods in org.sblim.wbem.cim with parameters of type CIMFlavor Modifier and Type Method Description void
CIMQualifier. addFlavor(CIMFlavor pFlavor)
Adds a flavor to this qualifiervoid
CIMQualifierType. addFlavor(CIMFlavor pFlavor)
Adds the specified CIMFlavor to this CIMQualifierType objectboolean
CIMQualifier. hasFlavor(CIMFlavor pFlavor)
Checks if this qualifier has a given flavor setboolean
CIMQualifierType. hasFlavor(CIMFlavor pFlavor)
Determines if this CIMQualifierType has a CIMFlavor value associated with it.
-