|
||||||||||
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. |
org.sblim.cimclient.internal.cim | Internal helper classes for the CIM data classes. |
org.sblim.cimclient.internal.cimxml | Internal cim-xml DOM parser & builder implementation. |
org.sblim.cimclient.internal.cimxml.sax.node | Internal implementation of the SAX parser for cim-xml. |
org.sblim.cimclient.internal.util | Internal utility classes, such as constants, defaults, configuration and others. |
Uses of CIMProperty in javax.cim |
---|
Subclasses of CIMProperty in javax.cim | |
---|---|
class |
CIMClassProperty<E>
Creates and instantiates a CIM property, a name/value pair used to characterize instances of a class. |
Methods in javax.cim that return CIMProperty | |
---|---|
CIMProperty<?> |
CIMObjectPath.getKey(String pName)
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 pName)
Returns the specified property. |
CIMProperty<?> |
CIMInstance.getProperty(String pName,
String pOriginClass)
Returns the specified CIMProperty . |
Methods in javax.cim with parameters of type CIMProperty | |
---|---|
CIMInstance |
CIMInstance.deriveInstance(CIMProperty<?>[] pPropA)
Returns a CIMInstance with the updated values for the
properties in pPropA . |
Constructors in javax.cim with parameters of type CIMProperty | |
---|---|
CIMInstance(CIMObjectPath pName,
CIMProperty<?>[] pProps)
Constructs a CIMInstance object using the name and
properties specified. |
|
CIMObjectPath(String pObjectName,
String pNamespace,
CIMProperty<?>[] pKeys)
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 pHost,
String pNamespace,
String pObjectName,
CIMProperty<?>[] pKeys)
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 pScheme,
String pHost,
String pPort,
String pNamespace,
String pObjectName,
CIMProperty<?>[] pKeys)
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 pScheme,
String pHost,
String pPort,
String pNamespace,
String pObjectName,
CIMProperty<?>[] pKeys,
String pXmlSchemaName)
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. |
Uses of CIMProperty in org.sblim.cimclient.internal.cim |
---|
Methods in org.sblim.cimclient.internal.cim that return CIMProperty | |
---|---|
CIMProperty<?>[] |
CIMInstanceBuilder.getAllPropertis()
getAllPropertis |
Constructors in org.sblim.cimclient.internal.cim with parameters of type CIMProperty | |
---|---|
CIMInstanceBuilder(CIMObjectPath pPath,
CIMProperty<?>[] pProps)
Ctor. |
Uses of CIMProperty in org.sblim.cimclient.internal.cimxml |
---|
Methods in org.sblim.cimclient.internal.cimxml that return CIMProperty | |
---|---|
static CIMProperty<?> |
CIMXMLParserImpl.parseKEYBINDING(Element pKeyBindingE)
parseKEYBINDING |
static CIMProperty<?>[] |
CIMXMLParserImpl.parsePROPERTIES(Element pElement)
parsePROPERTIES |
static CIMProperty<?> |
CIMXMLParserImpl.parsePROPERTY(Element pPropertyE)
parsePROPERTY |
static CIMProperty<Object> |
CIMXMLParserImpl.parsePROPERTYARRAY(Element pPropertyArrayE)
parsePROPERTYARRAY |
static CIMProperty<Object> |
CIMXMLParserImpl.parsePROPERTYREFERENCE(Element pPropRefE)
parsePROPERTYREFERENCE |
Methods in org.sblim.cimclient.internal.cimxml with parameters of type CIMProperty | |
---|---|
static CIMObjectPath |
LocalPathBuilder.build(CIMObjectPath pBasePath,
String pObjName,
String pNameSpace,
CIMProperty<?>[] pKeys)
build |
static CIMObjectPath |
LocalPathBuilder.build(CIMObjectPath pBasePath,
String pHost,
String pNameSpace,
String pObjName,
CIMProperty<?>[] pKeys)
build |
static CIMObjectPath |
LocalPathBuilder.build(CIMObjectPath pBasePath,
String pScheme,
String pHost,
String pPort,
String pNameSpace,
String pObjName,
CIMProperty<?>[] pKeys)
build |
CIMObjectPath |
LocalPathBuilder.build(String pObjName,
String pNameSpace,
CIMProperty<?>[] pKeys)
build |
CIMObjectPath |
LocalPathBuilder.build(String pHost,
String pNameSpace,
String pObjName,
CIMProperty<?>[] pKeys)
build |
CIMObjectPath |
LocalPathBuilder.build(String pScheme,
String pHost,
String pPort,
String pNameSpace,
String pObjName,
CIMProperty<?>[] pKeys)
build |
static void |
CIMXMLBuilderImpl.createPROPERTIES(Document pDoc,
Element pParentE,
CIMProperty<?>[] pProperties)
createPROPERTIES |
static Element |
CIMXMLBuilderImpl.createPROPERTY(Document pDoc,
Element pParentE,
CIMProperty<?> pProperty)
createPROPERTY |
Uses of CIMProperty in org.sblim.cimclient.internal.cimxml.sax.node |
---|
Methods in org.sblim.cimclient.internal.cimxml.sax.node that return CIMProperty | |
---|---|
CIMProperty<Object> |
AbstractPropertyNode.getCIMProperty()
getCIMProperty |
CIMProperty<Object> |
KeyBindingNode.getCIMProperty()
getCIMProperty |
CIMProperty<?>[] |
InstanceNameNode.getKeys()
getKeys |
Uses of CIMProperty in org.sblim.cimclient.internal.util |
---|
Methods in org.sblim.cimclient.internal.util with parameters of type CIMProperty | |
---|---|
static String |
MOF.propertyDeclaration(CIMProperty<?> pProp,
String pInd)
propertyDeclaration = typedElement [ defaultValue ] ";" defaultValue = "=" initializer |
static String |
MOF.valueInitializer(CIMProperty<?> pProp,
String pInd)
valueInitializer = [ qualifierList ] ( propertyName | referenceName ) "=" initializer ";" |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |