|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CIMProperty | |
---|---|
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. |
Uses of CIMProperty in javax.cim |
---|
Subclasses of CIMProperty in javax.cim | |
---|---|
class |
CIMClassProperty<E>
This class represents a CIM property (when used for a CIMClass) as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004). |
Methods in javax.cim that return CIMProperty | |
---|---|
CIMProperty<?> |
CIMObjectPath.getKey(String name)
Gets a key property by name. |
CIMProperty<?>[] |
CIMObjectPath.getKeys()
Gets all key properties. |
CIMProperty<?>[] |
CIMInstance.getKeys()
Get the key properties for this instance. |
CIMProperty<?>[] |
CIMInstance.getProperties()
Retrieve an array of the properties for this instance. |
CIMProperty<?> |
CIMInstance.getProperty(int pIndex)
Get a class property by index. |
CIMProperty<?> |
CIMInstance.getProperty(String name)
Returns the specified property |
CIMProperty<?> |
CIMInstance.getProperty(String name,
String originClass)
Returns the specified CIMProperty. |
Methods in javax.cim with parameters of type CIMProperty | |
---|---|
CIMInstance |
CIMInstance.deriveInstance(CIMProperty<?>[] pArray)
Returns a CIMInstance with the updated values for the properties in pArray. |
Constructors in javax.cim with parameters of type CIMProperty | |
---|---|
CIMInstance(CIMObjectPath name,
CIMProperty<?>[] props)
Constructs a CIMInstance object using the name and properties specified. |
|
CIMObjectPath(String objectName,
String namespace,
CIMProperty<?>[] keys)
Constructs a CIM Object Path referencing an instance of the specified CIM element as defined in the specified namespace and identified by the given key properties and their corresponding values. |
|
CIMObjectPath(String host,
String namespace,
String objectName,
CIMProperty<?>[] keys)
Constructs a CIM Object Path referencing an instance of the specified CIM element as defined in the specified namespace on the specified host and identified by the given key properties and their corresponding values. |
|
CIMObjectPath(String scheme,
String host,
String port,
String namespace,
String objectName,
CIMProperty<?>[] keys)
Constructs a CIM Object Path referencing an instance of the specified CIM element as defined in the specified namespace on the specified host and identified by the given key properties and their corresponding values. |
|
CIMObjectPath(String scheme,
String host,
String port,
String namespace,
String objectName,
CIMProperty<?>[] keys,
String xmlSchemaName)
Constructs a CIM Object Path referencing an instance of the specified CIM element as defined in the specified namespace on the specified host and identified by the given key properties and their corresponding values. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |