/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT THIS FILE; IT WAS AUTOMATICALLY GENERATED BY GENCLASS. // //============================================================================== #include #include #include #include "CIM_ManagedElement.h" CIMPLE_NAMESPACE_BEGIN using namespace cimple; extern const Meta_Repository __meta_repository_C2AA78B37C6515EB9DBF2BC150C67E7F; extern const Meta_Property _CIM_ManagedElement_Caption; const Meta_Property _CIM_ManagedElement_Caption = { { 0 }, /* refs */ CIMPLE_FLAG_PROPERTY|CIMPLE_FLAG_READ, "Caption", 0, /* meta_qualifiers */ 0, /* num_meta_qaulifiers */ STRING, 0, /* subscript */ CIMPLE_OFF(CIM_ManagedElement,Caption), 0, /* value */ }; extern const Meta_Property _CIM_ManagedElement_Description; const Meta_Property _CIM_ManagedElement_Description = { { 0 }, /* refs */ CIMPLE_FLAG_PROPERTY|CIMPLE_FLAG_READ, "Description", 0, /* meta_qualifiers */ 0, /* num_meta_qaulifiers */ STRING, 0, /* subscript */ CIMPLE_OFF(CIM_ManagedElement,Description), 0, /* value */ }; extern const Meta_Property _CIM_ManagedElement_ElementName; const Meta_Property _CIM_ManagedElement_ElementName = { { 0 }, /* refs */ CIMPLE_FLAG_PROPERTY|CIMPLE_FLAG_READ, "ElementName", 0, /* meta_qualifiers */ 0, /* num_meta_qaulifiers */ STRING, 0, /* subscript */ CIMPLE_OFF(CIM_ManagedElement,ElementName), 0, /* value */ }; static Meta_Feature* _CIM_ManagedElement_MFA[] = { (Meta_Feature*)(void*)&_CIM_ManagedElement_Caption, (Meta_Feature*)(void*)&_CIM_ManagedElement_Description, (Meta_Feature*)(void*)&_CIM_ManagedElement_ElementName, }; static const Meta_Feature_Local _locals[] = { {1}, {1}, {1}, }; const Meta_Class CIM_ManagedElement::static_meta_class = { { 0 }, /* refs */ CIMPLE_FLAG_CLASS|CIMPLE_FLAG_ABSTRACT, "CIM_ManagedElement", 0, /* meta_qualifiers */ 0, /* num_meta_qaulifiers */ _CIM_ManagedElement_MFA, CIMPLE_ARRAY_SIZE(_CIM_ManagedElement_MFA), sizeof(CIM_ManagedElement), _locals, 0, /* super_class */ 0, /* num_keys */ 0x5B2A3886, /* crc */ &__meta_repository_C2AA78B37C6515EB9DBF2BC150C67E7F, }; CIMPLE_NAMESPACE_END