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

 1 marek 1.1 // 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_DiagnosticResultForTest 
 6           // ==================================================================
 7              [Association, Deprecated { "No Value" }, 
 8               Version ( "2.9.0" ), 
 9               UMLPackagePath ( "CIM::System::Diagnostics" ), 
10               Description ( 
11                  "This class is being deprecated as part of the deprecation of "
12                  "the DiagnosticResult class. \n"
13                  "This is an association class to relate the results of a test "
14                  "to the test itself." )]
15           class CIM_DiagnosticResultForTest {
16           
17                 [Deprecated { "No Value" }, 
18                  Key, Weak, Min ( 1 ), 
19                  Max ( 1 ), 
20                  Description ( "The result object." )]
21              CIM_DiagnosticResult REF DiagnosticResult;
22 marek 1.1 
23                 [Deprecated { "No Value" }, 
24                  Key, Min ( 1 ), 
25                  Max ( 1 ), 
26                  Description ( "The test that generated the result object." )]
27              CIM_DiagnosticTest REF DiagnosticTest;
28           
29           
30           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2