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

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

version 1.34, 2002/08/20 17:39:37 version 1.35, 2002/08/27 23:38:44
Line 130 
Line 130 
     */     */
     CIMMethod& addQualifier(const CIMQualifier& x);     CIMMethod& addQualifier(const CIMQualifier& x);
  
     /** findQualifier - returns the position of the qualifier with      /** findQualifier - returns the index of the qualifier with
         the given name.         the given name.
         @param name Name of qualifier to be found.         @param name Name of qualifier to be found.
         @return index of the parameter if found; otherwise PEG_NOT_FOUND.         @return index of the parameter if found; otherwise PEG_NOT_FOUND.
Line 139 
Line 139 
  
     /** getQualifier - Gets the CIMQualifier defined by the index     /** getQualifier - Gets the CIMQualifier defined by the index
         input as a parameter.         input as a parameter.
         @param Index of the qualifier requested.          @param index Index of the qualifier requested.
         @return CIMQualifier object or exception         @return CIMQualifier object or exception
         @exception IndexOutOfBoundsException exception if the index is         @exception IndexOutOfBoundsException exception if the index is
         outside the range of parameters available from the CIMMethod.         outside the range of parameters available from the CIMMethod.
     */     */
     CIMQualifier getQualifier(Uint32 pos);      CIMQualifier getQualifier(Uint32 index);
  
     CIMConstQualifier getQualifier(Uint32 pos) const;      CIMConstQualifier getQualifier(Uint32 index) const;
  
     /** removeQualifier - Removes the CIMQualifier defined by the      /** removeQualifier - Remove the specified CIMQualifier from this method
         position input as a parameter.          @param index Index of the qualifier to remove
         @param Position of the qualifier requested.  
         @return CIMQualifier object or exception         @return CIMQualifier object or exception
         @exception IndexOutOfBoundsException exception if the index is         @exception IndexOutOfBoundsException exception if the index is
         outside the range of parameters available from the CIMMethod.         outside the range of parameters available from the CIMMethod.
     */     */
     void removeQualifier(Uint32 pos);      void removeQualifier(Uint32 index);
  
     /** getQualifierCount - Returns the number of Qualifiers attached     /** getQualifierCount - Returns the number of Qualifiers attached
         to this CIMMethod object.         to this CIMMethod object.
Line 182 
Line 181 
         @exception IndexOutOfBoundsException exception is thrown if the         @exception IndexOutOfBoundsException exception is thrown if the
         index is outside the range of available parameters         index is outside the range of available parameters
     */     */
     CIMParameter getParameter(Uint32 pos);      CIMParameter getParameter(Uint32 index);
  
     /** getParameter - const form */     /** getParameter - const form */
     CIMConstParameter getParameter(Uint32 pos) const;      CIMConstParameter getParameter(Uint32 index) const;
  
     /** removeParameter - Removes the CIMParameter defined by the     /** removeParameter - Removes the CIMParameter defined by the
         specified index         specified index
  
         @param pos index of the parameter to be removed          @param index index of the parameter to be removed
  
         @exception IndexOutOfBoundsException if the index is outside the         @exception IndexOutOfBoundsException if the index is outside the
         range of parameters available from the CIMMethod         range of parameters available from the CIMMethod
     */     */
     void removeParameter (Uint32 pos);      void removeParameter (Uint32 index);
  
     /** getParameterCount - Gets the count of the numbeer of     /** getParameterCount - Gets the count of the numbeer of
         Parameters attached to the CIMMethod.         Parameters attached to the CIMMethod.
Line 266 
Line 265 
  
     Uint32 findQualifier(const CIMName& name) const;     Uint32 findQualifier(const CIMName& name) const;
  
     CIMConstQualifier getQualifier(Uint32 pos) const;      CIMConstQualifier getQualifier(Uint32 index) const;
  
     Uint32 getQualifierCount() const;     Uint32 getQualifierCount() const;
  
     Uint32 findParameter(const CIMName& name) const;     Uint32 findParameter(const CIMName& name) const;
  
     CIMConstParameter getParameter(Uint32 pos) const;      CIMConstParameter getParameter(Uint32 index) const;
  
     Uint32 getParameterCount() const;     Uint32 getParameterCount() const;
  


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