Uses of Class
javax.cim.CIMElement
Packages that use CIMElement
Package
Description
Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification.
Internal helper classes for the CIM data classes.
Internal utility classes, such as constants, defaults, configuration and others.
-
Uses of CIMElement in javax.cim
Subclasses of CIMElement in javax.cimModifier and TypeClassDescriptionclass
CIMArgument<E>
This class represents an instance of aCIMParameter
used for a method invocation.class
class
class
CIMMethod<E>
class
CIMParameter<E>
This class represents a CIM Parameter.class
CIMProperty<E>
class
CIMQualifier<E>
class
class
CIMTypedElement
is an abstract class that represents a CIM element that contains just the data type, but no value.class
CIMValuedElement
is a base class used by any element that contains a name, type and value.Classes in javax.cim that implement interfaces with type arguments of type CIMElementModifier and TypeClassDescriptionclass
Methods in javax.cim with parameters of type CIMElementModifier and TypeMethodDescriptionint
CIMElement.compareTo
(CIMElement pObj) Compares this element name to the CIMElement passed in. -
Uses of CIMElement in org.sblim.cimclient.internal.cim
Methods in org.sblim.cimclient.internal.cim that return CIMElementModifier and TypeMethodDescriptionstatic CIMElement
CIMElementSorter.find
(CIMElement[] pArray, String pName) Finds CIMElement, named pName, in pArray which must be a sorted array of CIMElements.static CIMElement[]
CIMElementSorter.sort
(CIMElement[] pArray) Sorts the passed CIMElement array, the passed array is not copied.Methods in org.sblim.cimclient.internal.cim with parameters of type CIMElementModifier and TypeMethodDescriptionstatic CIMElement
CIMElementSorter.find
(CIMElement[] pArray, String pName) Finds CIMElement, named pName, in pArray which must be a sorted array of CIMElements.static int
CIMElementSorter.findIdx
(CIMElement[] pArray, String pName) Finds the index of CIMElement, named pName, in pArray which must be a sorted array of CIMElements.static CIMElement[]
CIMElementSorter.sort
(CIMElement[] pArray) Sorts the passed CIMElement array, the passed array is not copied. -
Uses of CIMElement in org.sblim.cimclient.internal.util
Methods in org.sblim.cimclient.internal.util with parameters of type CIMElementModifier and TypeMethodDescriptionstatic String
MOF.qualifierList
(CIMElement pElement, String pInd) qualifierList = "[" qualifier *( "," qualifier ) "]"