(file) Return to CIM_SAPStatistics.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Core

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_SAPStatistics 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Core::Statistics" ), 
 9                   Description ( 
10                      "SAPStatistics relates the SAPStatisticalInformation class to "
11                      "the ServiceAccessPoint to which it applies." )]
12               class CIM_SAPStatistics : CIM_Statistics {
13               
14                     [Override ( "Stats" ), 
15                      Weak, Description ( "The statistical object." )]
16                  CIM_SAPStatisticalInformation REF Stats;
17               
18                     [Override ( "Element" ), 
19                      Min ( 1 ), 
20                      Max ( 1 ), 
21                      Description ( 
22 karl  1.1.2.2           "The ServiceAccessPoint to which the statistics apply." )]
23                  CIM_ServiceAccessPoint REF Element;
24               
25               
26               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2