Uses of Class
org.sblim.wbem.cim.CIMScope
-
Packages that use CIMScope Package Description org.sblim.wbem.cim Representation of CIM data in Java. -
-
Uses of CIMScope in org.sblim.wbem.cim
Fields in org.sblim.wbem.cim declared as CIMScope Modifier and Type Field Description protected static CIMScope[]
CIMScope. SCOPES
Methods in org.sblim.wbem.cim that return CIMScope Modifier and Type Method Description static CIMScope
CIMScope. getScope(int pScopeCode)
Returns an instance of the CIMScope given the specified argument.Methods in org.sblim.wbem.cim with parameters of type CIMScope Modifier and Type Method Description void
CIMQualifierType. addScope(CIMScope pScope)
Adds the specified CIMScope to this CIMQualifierType objectboolean
CIMQualifierType. hasScope(CIMScope pScope)
Determines if this CIMQualifierType has a CIMScope value associated with it.
-