Internal helper classes for the CIM data classes.
See: Description
Class Summary | |
---|---|
CIMElementSorter | Class CIMElementSorter can sort CIMElement arrays and can do binary search by name in them. |
CIMHelper | Class CIMHelper provides convenience methods that are missing from the official JSR48 API |
CIMInstanceBuilder |
Class CIMInstanceBuilder provides help for CIMInstance(CIMObjectPath,
CIMProperty[]) constructor. CIMObjectPath param have to contain the key properties only. ( VALUE.NAMEDINSTANCE->INSTANCENAME->KEYBINDING ) CIMProperty[] param have to contain all properties, including key properties. ( VALUE.NAMEDINSTANCE->INSTANCE->PROPERTY* ) The implementation merges the properties from both params. From CIMObjectPath's keys only the type and value information is considered. |
CIMQualifiedElementInterfaceImpl | Class CIMQualifiedElementInterfaceImpl is responsible for implementing the functionality of javax.cim.CIMQualifiedElementInterface |
DTStringReader | Class DTString helps parsing CIMDateTime Strings. |
DTStringWriter | Class DTStringWriter helps making CIMDateTime Strings. |
Since: 2.0.0