(file) Return to CIMObject.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/CIMObject.h between version 1.34 and 1.35

version 1.34, 2002/08/09 20:55:21 version 1.35, 2002/08/20 17:39:37
Line 111 
Line 111 
         Thows an exception of the CIMQualifier already exists in the instance         Thows an exception of the CIMQualifier already exists in the instance
         @param CIMQualifier object to add to instance         @param CIMQualifier object to add to instance
         @return the resulting object.         @return the resulting object.
         @exception Throws AlreadyExists.          @exception AlreadyExistsException.
     */     */
     CIMObject& addQualifier(const CIMQualifier& qualifier);     CIMObject& addQualifier(const CIMQualifier& qualifier);
  
Line 129 
Line 129 
         so that incrementing loops can be used to get all qualifier         so that incrementing loops can be used to get all qualifier
         objects in a CIMInstnace.         objects in a CIMInstnace.
         @return: Returns qualifier object defined by index.         @return: Returns qualifier object defined by index.
         @exception Throws the OutOfBounds exception if the index          @exception Throws the IndexOutOfBoundsException exception if the index
         is out of bounds         is out of bounds
     */     */
     CIMQualifier getQualifier(Uint32 pos);     CIMQualifier getQualifier(Uint32 pos);
Line 140 
Line 140 
         so that incrementing loops can be used to get all qualifier         so that incrementing loops can be used to get all qualifier
         objects in a CIMInstnace.         objects in a CIMInstnace.
         @return: Returns qualifier object defined by index.         @return: Returns qualifier object defined by index.
         @exception Throws the OutOfBounds exception if the index          @exception Throws the IndexOutOfBoundsException exception if the index
         is out of bounds         is out of bounds
     */     */
     CIMConstQualifier getQualifier(Uint32 pos) const;     CIMConstQualifier getQualifier(Uint32 pos) const;
Line 151 
Line 151 
         defined for this CIMObject.         defined for this CIMObject.
         @return Count of the number of CIMQualifier objects in the         @return Count of the number of CIMQualifier objects in the
         CIMObject.         CIMObject.
         @exception Throws the OutOfBounds exception if the index          @exception Throws the IndexOutOfBoundsException exception if the index
         is out of bounds         is out of bounds
     */     */
     Uint32 getQualifierCount() const;     Uint32 getQualifierCount() const;
Line 161 
Line 161 
         @param Property Object to be added.  See the CIM Property         @param Property Object to be added.  See the CIM Property
         class for definition of the property object         class for definition of the property object
         @return the resulting object.         @return the resulting object.
         @exception Throws the exception AlreadyExists if the property          @exception AlreadyExistsException if the property already exists.
         already exists.  
     */     */
     CIMObject& addProperty(const CIMProperty& x);     CIMObject& addProperty(const CIMProperty& x);
  
Line 183 
Line 182 
         so that incrementing loops can be used to get all qualifier         so that incrementing loops can be used to get all qualifier
         objects in a CIMObject.         objects in a CIMObject.
         @return CIMProperty object corresponding to the index.         @return CIMProperty object corresponding to the index.
         @exception Throws the OutOfBounds exception if the index          @exception Throws the IndexOutOfBoundsException exception if the index
         is out of bounds         is out of bounds
     */     */
     CIMProperty getProperty(Uint32 pos);     CIMProperty getProperty(Uint32 pos);
Line 195 
Line 194 
         so that incrementing loops can be used to get all qualifier         so that incrementing loops can be used to get all qualifier
         objects in a CIMInstnace.         objects in a CIMInstnace.
         @return CIMProperty object corresponding to the index.         @return CIMProperty object corresponding to the index.
         @exception Throws the OutOfBounds exception if the index          @exception Throws the IndexOutOfBoundsException exception if the index
         is out of bounds         is out of bounds
     */     */
     CIMConstProperty getProperty(Uint32 pos) const;     CIMConstProperty getProperty(Uint32 pos) const;
Line 213 
Line 212 
         @return Count of the number of CIMProperty objects in the         @return Count of the number of CIMProperty objects in the
         CIMObject. Zero indicates that no CIMProperty objects         CIMObject. Zero indicates that no CIMProperty objects
         are contained in the CIMObject         are contained in the CIMObject
         @exception Throws the OutOfBounds exception if the index          @exception Throws the IndexOutOfBoundsException exception if the index
         is out of bounds         is out of bounds
  
     */     */
Line 330 
Line 329 
  
     Boolean isUninitialized() const;     Boolean isUninitialized() const;
  
       Boolean isClass() const;
   
       Boolean isInstance() const;
   
 private: private:
  
     CIMObjectRep* _rep;     CIMObjectRep* _rep;


Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2