|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CIMElement | |
|---|---|
| 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. |
| org.sblim.cimclient.internal.cim | Internal helper classes for the CIM data classes. |
| org.sblim.cimclient.internal.util | Internal utility classes, such as constants, defaults, configuration and others. |
| Uses of CIMElement in javax.cim |
|---|
| Subclasses of CIMElement in javax.cim | |
|---|---|
class |
CIMArgument<E>
CIMArgument represents an instance of a
CIMParameter used for method invocation. |
class |
CIMClass
CIMClass represents a CIM class as defined by the Distributed
Management Task Force (www.dmtf.org) CIM Infrastructure Specification. |
class |
CIMClassProperty<E>
Creates and instantiates a CIM property, a name/value pair used to characterize instances of a class. |
class |
CIMMethod<E>
Creates and instantiates a CIM method. |
class |
CIMParameter<E>
The CIMParameter class wraps a CIM parameter that is used to
define an input, output or input/output parameter to a CIM method. |
class |
CIMProperty<E>
The CIMProperty class wraps the value of a CIM Property. |
class |
CIMQualifier<E>
The CIMQualifier class wraps a CIM qualifier. |
class |
CIMQualifierType<E>
The CIMQualifierType class represents a CIM Qualifier Type as an
object. |
class |
CIMTypedElement
Class CIMTypedElement is the base class of all typed CIM
element. |
class |
CIMValuedElement<E>
Class CIMValuedElement is the base class of all valued CIM
element. |
| Methods in javax.cim with parameters of type CIMElement | |
|---|---|
int |
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 CIMElement | |
|---|---|
static CIMElement |
CIMElementSorter.find(CIMElement[] pArray,
java.lang.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 CIMElement | |
|---|---|
static CIMElement |
CIMElementSorter.find(CIMElement[] pArray,
java.lang.String pName)
Finds CIMElement, named pName, in pArray which must be a sorted array of CIMElements. |
static int |
CIMElementSorter.findIdx(CIMElement[] pArray,
java.lang.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 CIMElement | |
|---|---|
static java.lang.String |
MOF.qualifierList(CIMElement pElement,
java.lang.String pInd)
qualifierList = "[" qualifier *( "," qualifier ) "]" |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||