Package javax.cim
Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification. For more information on CIM, see http://www.dmtf.org/.
- Since:
- 2.0.0
-
Interface Summary Interface Description CIMNamedElementInterface The NamedElementInterface is used by CIM Elements that are named.CIMQualifiedElementInterface TheCIMQualifiedElementInterface
is used by CIM Elements that have qualifiers. -
Class Summary Class Description CIMArgument<E> This class represents an instance of aCIMParameter
used for a method invocation.CIMClass CIMClassProperty<E> CIMDataType CIMDateTime CIMDateTimeAbsolute This class represents the datetime data type when used as a time value as specified in the CIM Infrastructure specification.CIMDateTimeInterval CIMElement CIMFlavor CIMInstance CIMMethod<E> CIMObjectPath CIMParameter<E> This class represents a CIM Parameter.CIMProperty<E> CIMQualifier<E> CIMQualifierType<E> CIMScope CIMTypedElement CIMTypedElement
is an abstract class that represents a CIM element that contains just the data type, but no value.CIMValuedElement<E> CIMValuedElement
is a base class used by any element that contains a name, type and value.UnsignedInteger16 This class represents anUnsignedInteger16
.UnsignedInteger32 This class represents anUnsignedInteger32
.UnsignedInteger64 This class represents anUnsignedInteger64
.UnsignedInteger8 This class represents anUnsignedInteger8
.