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

Diff for /pegasus/Schemas/CIM231/DMTF/qualifiers_optional.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:49:54 version 1.1.2.2, 2012/02/15 17:46:07
Line 0 
Line 1 
   // Copyright (c) 2007 DMTF.  All rights reserved.
   // <change cr="ArchCR00071.005" type="add">Add new
   //DisplayDescription qualifier.</change>
   // ==================================================================
   // Optional Qualifiers
   // Defined in the CIM Infrastructure Specification Section 2.5.3
   // ==================================================================
   
   Qualifier Alias : string = null,
       Scope(property, reference, method),
       Flavor(EnableOverride, ToSubclass, Translatable);
   
   Qualifier Delete : boolean = false,
       Scope(association, reference);
   
   Qualifier DisplayDescription : string = null,
       Scope(any),
       Flavor(EnableOverride, ToSubclass, Translatable);
   
   Qualifier Expensive : boolean = false,
       Scope(any);
   
   Qualifier Ifdeleted : boolean = false,
       Scope(association, reference);
   
   Qualifier Invisible : boolean = false,
       Scope(class, association, property, reference, method);
   
   Qualifier Large : boolean = false,
       Scope(class, property);
   
   Qualifier PropertyUsage : string = "CurrentContext",
       Scope(property);
   
   Qualifier Provider : string = null,
       Scope(any);
   
   Qualifier SyntaxType : string = null,
       Scope(property, reference, method, parameter);
   
   Qualifier Syntax : string = null,
       Scope(property, reference, method, parameter);
   
   Qualifier TriggerType : string = null,
       Scope(class, association, indication, property, reference, method);
   
   Qualifier UnknownValues : string[],
       Scope(property),
       Flavor(DisableOverride, ToSubclass);
   
   Qualifier UnsupportedValues : string[],
       Scope(property),
       Flavor(DisableOverride, ToSubclass);
   


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2