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.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 |
CIMClassProperty<E> |
|
class |
CIMProperty<E> |
|
class |
CIMQualifier<E> |
|
class |
CIMQualifierType<E> |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
MOF.constantValue(CIMValuedElement<?> pValuedElement,
java.lang.String pInd) |
constantValue = integerValue | realValue | charValue | stringValue | booleanValue | nullValue
// | dateTimeValue | objectHandle
|
static java.lang.String |
MOF.valuedElement(CIMValuedElement<?> pValuedElement,
java.lang.String pInd) |
valuedElement = typedElement [ defaultValue ] ";"
defaultValue = "=" initializer
|
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.