Package | Description |
---|---|
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CIMArgument<E> |
This class represents an instance of a
CIMParameter used for a
method invocation. |
class |
CIMClass |
|
class |
CIMClassProperty<E> |
|
class |
CIMMethod<E> |
|
class |
CIMParameter<E> |
This class represents a CIM Parameter.
|
class |
CIMProperty<E> |
|
class |
CIMQualifier<E> |
|
class |
CIMQualifierType<E> |
|
class |
CIMTypedElement |
CIMTypedElement is an abstract class that represents a CIM
element that contains just the data type, but no value. |
class |
CIMValuedElement<E> |
CIMValuedElement is a base class used by any element that
contains a name, type and value. |
Modifier and Type | Method | Description |
---|---|---|
int |
CIMElement.compareTo(CIMElement pObj) |
Compares this element name to the CIMElement passed in.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
MOF.qualifierList(CIMElement pElement,
java.lang.String pInd) |
qualifierList = "[" qualifier *( "," qualifier ) "]"
|
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.