(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.42 and 1.43

version 1.42, 2003/12/01 22:20:50 version 1.43, 2004/02/03 21:25:45
Line 51 
Line 51 
 /** The CIMMethod class is used to represent CIM methods in Pegasus. /** The CIMMethod class is used to represent CIM methods in Pegasus.
     A CIMMethod consists of the following entities:     A CIMMethod consists of the following entities:
     <ul>     <ul>
         <li>Name of the method, a \Ref{CIMName}.          <li>Name of the method, a CIMName.
  
         <li>CIM type of the method return value, a \Ref{CIMType}.          <li>CIM type of the method return value, a CIMType.
  
         <li>Optional qualifiers (see \Ref{CIMQualifier}) for the method.          <li>Optional qualifiers (see CIMQualifier) for the method.
         A method can contain zero or more CIMQualifiers.          A method can contain zero or more CIMQualifier objects.
  
         <li>Optional parameters (see \Ref{CIMParameter}) for the method.          <li>Optional parameters (see CIMParameter) for the method.
         A CIMMethod may contain zero or more CIMParameters.          A CIMMethod may contain zero or more CIMParameter objects.
     </ul>     </ul>
     In addition, a CIMMethod contains the following internal attributes:     In addition, a CIMMethod contains the following internal attributes:
     <ul>     <ul>
Line 79 
Line 79 
         methods originated with the current object or were inherited from         methods originated with the current object or were inherited from
         higher levels in the hiearchy.         higher levels in the hiearchy.
     </ul>     </ul>
     A CIMMethod is generally defined in the context of a \Ref{CIMClass}.      A CIMMethod is generally defined in the context of a CIMClass.
  
     CIMMethod uses shared representations, meaning that multiple     CIMMethod uses shared representations, meaning that multiple
     CIMMethod objects may refer to the same copy of data. Assignment and copy     CIMMethod objects may refer to the same copy of data. Assignment and copy
Line 87 
Line 87 
     A distinct copy may be created using the clone method.     A distinct copy may be created using the clone method.
     {@link Shared Classes}     {@link Shared Classes}
     @see CIMConstMethod     @see CIMConstMethod
     @see CIMParameters      @see CIMParameter
     @see CIMQualifiers      @see CIMQualifier
     @see CIMType     @see CIMType
     @see CIMClass     @see CIMClass
 */ */


Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2