📄 jmpiciminstanceprovider.mof
字号:
//%2006//////////////////////////////////////////////////////////////////////////// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development// Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.// Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;// IBM Corp.; EMC Corporation, The Open Group.// Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;// IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.// Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;// EMC Corporation; VERITAS Software Corporation; The Open Group.// Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;// EMC Corporation; Symantec Corporation; The Open Group.//// Permission is hereby granted, free of charge, to any person obtaining a copy// of this software and associated documentation files (the "Software"), to// deal in the Software without restriction, including without limitation the// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or// sell copies of the Software, and to permit persons to whom the Software is// furnished to do so, subject to the following conditions://// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.////==============================================================================// ==================================================================// JMPICIMInstance_TestElement// ==================================================================[ Abstract, Version ("2.2.0"), Description ("JMPICIMInstance_TestElement is an abstract class that provides a common " "superclass (or top of the inheritance tree) for the " "non-association classes in the test Schema.")]class JMPICIMInstance_TestElement{ [ Key, MaxLen (256), Description ("CreationClassName indicates the name of the class or the " "subclass used in the creation of an instance. When used " "with the other key properties of this class, this property " "allows all instances of this class and its subclasses to " "be uniquely identified.") ] string CreationClassName; [ Key, Description ("An identifier that uniquely identifies each instance " "of the JMPICIMInstance_TestElement hierarchy.") ] uint64 InstanceId;};// ===================================================================// JMPICIMInstance_TestPropertyTypes// ===================================================================[ Version ("2.2.0"), Description ("JMPICIMInstance_TestPropertyTypes is a concrete class derived from " "JMPICIMInstance_TestElement"), provider ("JMPICIMInstance_TestPropertyTypes")]class JMPICIMInstance_TestPropertyTypes : JMPICIMInstance_TestElement{ [ Maxlen (256), Description ("a string property of JMPICIMInstance_TestPropertyTypes") ] string PropertyString; [ Description ("a uint8 property of JMPICIMInstance_TestPropertyTypes") ] uint8 PropertyUint8; [ Description ("a uint16 property of JMPICIMInstance_TestPropertyTypes") ] uint16 PropertyUint16; [ Description ("a uint32 property of JMPICIMInstance_TestPropertyTypes") ] uint32 PropertyUint32; [ Description ("a uint64 property of JMPICIMInstance_TestPropertyTypes") ] uint64 PropertyUint64; [ Description ("a sint8 property of JMPICIMInstance_TestPropertyTypes") ] sint8 PropertySint8; [ Description ("a sint16 property of JMPICIMInstance_TestPropertyTypes") ] sint16 PropertySint16; [ Description ("a sint32 property of JMPICIMInstance_TestPropertyTypes") ] sint32 PropertySint32; [ Description ("a sint64 property of JMPICIMInstance_TestPropertyTypes") ] sint64 PropertySint64; [ Description ("a boolean property of JMPICIMInstance_TestPropertyTypes") ] boolean PropertyBoolean; [ Description ("a real32 property of JMPICIMInstance_TestPropertyTypes") ] real32 PropertyReal32; [ Description ("a real64 property of JMPICIMInstance_TestPropertyTypes") ] real64 PropertyReal64; [ Description ("a datetime property of JMPICIMInstance_TestPropertyTypes") ] datetime PropertyDatetime; [ Description ("a char16 property of JMPICIMInstance_TestPropertyTypes") ] char16 PropertyChar16; [ Description ("an object property of JMPICIMInstance_TestPropertyTypes"), EmbeddedObject ] string PropertyObject;// [ Description ("a reference property of JMPICIMInstance_TestPropertyTypes")// ]// ref PropertyReference; [ Description ("an array of uint8s property of JMPICIMInstance_TestPropertyTypes") ] uint8 PropertyArrayUint8[]; [ Description ("an array of uint16s property of JMPICIMInstance_TestPropertyTypes") ] uint16 PropertyArrayUint16[]; [ Description ("an array of uint32s property of JMPICIMInstance_TestPropertyTypes") ] uint32 PropertyArrayUint32[]; [ Description ("an array of uint64s property of JMPICIMInstance_TestPropertyTypes") ] uint64 PropertyArrayUint64[]; [ Description ("an array of sint8s property of JMPICIMInstance_TestPropertyTypes") ] sint8 PropertyArraySint8[]; [ Description ("an array of sint16s property of JMPICIMInstance_TestPropertyTypes") ] sint16 PropertyArraySint16[]; [ Description ("an array of sint32s property of JMPICIMInstance_TestPropertyTypes") ] sint32 PropertyArraySint32[]; [ Description ("an array of sint64s property of JMPICIMInstance_TestPropertyTypes") ] sint64 PropertyArraySint64[]; [ Description ("an array of booleans property of JMPICIMInstance_TestPropertyTypes") ] boolean PropertyArrayBoolean[]; [ Description ("an array of real32s property of JMPICIMInstance_TestPropertyTypes") ] real32 PropertyArrayReal32[]; [ Description ("an array of real64s property of JMPICIMInstance_TestPropertyTypes") ] real64 PropertyArrayReal64[]; [ Description ("an array of datetimes property of JMPICIMInstance_TestPropertyTypes") ] datetime PropertyArrayDatetime[]; [ Description ("an array of char16s property of JMPICIMInstance_TestPropertyTypes") ] char16 PropertyArrayChar16[]; [ Description ("an object property of JMPICIMInstance_TestPropertyTypes"), EmbeddedObject ] string PropertyArrayObject[]; [ Description ("a function that returns a string which says hello") ] String sayHello (); [ Description ("a function which tells the provider to allow modifications") ] boolean enableModifications (boolean fState);};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -