Class CIM_ClassIndication
extends CIM_Indication

CIM_ClassIndication is an abstract superclass describing changes in the definition of the schema. Subclasses represent specific types of change notifications, such as class creation, deletion and modification.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_Indication
   |
   +--CIM_ClassIndication

Direct Known Subclasses

CIM_ClassCreation
CIM_ClassDeletion
CIM_ClassModification

Class Qualifiers

NameData TypeValue
Abstractbooleantrue
DescriptionstringCIM_ClassIndication is an abstract superclass describing changes in the definition of the schema. Subclasses represent specific types of change notifications, such as class creation, deletion and modification.
Indicationbooleantrue
UMLPackagePathstringCIM::Event
Versionstring2.6.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
ClassDefinitionstring
DescriptionstringThe current definition of the class that is created, changed or deleted in the schema. In the case of a CIM_ClassDeletion Indication, the definition for the class just prior to deletion should be placed in this property.
EmbeddedObjectbooleantrue
Requiredbooleantrue

Inherited Properties

NameData TypeClass Origin
IndicationFilterNamestringCIM_Indication
IndicationIdentifierstringCIM_Indication
IndicationTimedatetimeCIM_Indication
OtherSeveritystringCIM_Indication
PerceivedSeverityuint16CIM_Indication
SequenceContextstringCIM_Indication
SequenceNumbersint64CIM_Indication
CorrelatedIndicationsstring[]CIM_Indication

Class Methods