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

Packages that use CIMScope
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
protected static CIMScope[] CIMScope.SCOPES
           
protected static CIMScope[] CIMScope.SCOPES
           
 

Methods in org.sblim.wbem.cim that return CIMScope
static CIMScope CIMScope.getScope(int pScopeCode)
          Returns an instance of the CIMScope given the specified argument.
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
 void CIMQualifierType.addScope(CIMScope pScope)
          Adds the specified CIMScope to this CIMQualifierType object
 void CIMQualifierType.addScope(CIMScope pScope)
          Adds the specified CIMScope to this CIMQualifierType object
 boolean CIMQualifierType.hasScope(CIMScope pScope)
          Determines if this CIMQualifierType has a CIMScope value associated with it.
 boolean CIMQualifierType.hasScope(CIMScope pScope)
          Determines if this CIMQualifierType has a CIMScope value associated with it.
 



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