Uses of Class
javax.cim.CIMProperty
-
Packages that use CIMProperty 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.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 Modifier and Type Class Description class
CIMClassProperty<E>
Methods in javax.cim that return CIMProperty Modifier and Type Method Description CIMProperty<?>
CIMObjectPath. getKey(java.lang.String pName)
Gets a key property by name.CIMProperty<?>[]
CIMInstance. getKeys()
Get the key properties for this instance.CIMProperty<?>[]
CIMObjectPath. getKeys()
Gets all key properties.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(java.lang.String pName)
Returns the specified property.CIMProperty<?>
CIMInstance. getProperty(java.lang.String pName, java.lang.String pOriginClass)
Returns the specifiedCIMProperty
.Methods in javax.cim with parameters of type CIMProperty Modifier and Type Method Description CIMInstance
CIMInstance. deriveInstance(CIMProperty<?>[] pPropA)
Returns aCIMInstance
with the updated values for the properties inpPropA
.Constructors in javax.cim with parameters of type CIMProperty Constructor Description CIMInstance(CIMObjectPath pName, CIMProperty<?>[] pProps)
Constructs aCIMInstance
object using the name and properties specified.CIMObjectPath(java.lang.String pScheme, java.lang.String pHost, java.lang.String pPort, java.lang.String pNamespace, java.lang.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(java.lang.String pScheme, java.lang.String pHost, java.lang.String pPort, java.lang.String pNamespace, java.lang.String pObjectName, CIMProperty<?>[] pKeys, java.lang.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 Modifier and Type Method Description CIMProperty<?>[]
CIMInstanceBuilder. getAllPropertis()
getAllPropertisMethods in org.sblim.cimclient.internal.cim with parameters of type CIMProperty Modifier and Type Method Description static CIMInstance
CIMHelper. CIMInstanceWithSynchonizedNumericKeyDataTypes(CIMObjectPath pObjectPath, CIMProperty<?>[] pProps)
CIMInstanceWithSynchonizedNumericKeyDataTypes returns aCIMInstance
where the data types of all numeric keys in theCIMObjectPath
match those of the corresponding keys within theCIMProperty[]
.Constructors in org.sblim.cimclient.internal.cim with parameters of type CIMProperty Constructor Description 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 Modifier and Type Method Description static CIMProperty<?>
CIMXMLParserImpl. parseKEYBINDING(org.w3c.dom.Element pKeyBindingE)
parseKEYBINDINGstatic CIMProperty<?>[]
CIMXMLParserImpl. parsePROPERTIES(org.w3c.dom.Element pElement)
parsePROPERTIESstatic CIMProperty<?>
CIMXMLParserImpl. parsePROPERTY(org.w3c.dom.Element pPropertyE)
parsePROPERTYstatic CIMProperty<java.lang.Object>
CIMXMLParserImpl. parsePROPERTYARRAY(org.w3c.dom.Element pPropertyArrayE)
parsePROPERTYARRAYstatic CIMProperty<java.lang.Object>
CIMXMLParserImpl. parsePROPERTYREFERENCE(org.w3c.dom.Element pPropRefE)
parsePROPERTYREFERENCEMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMProperty Modifier and Type Method Description CIMObjectPath
LocalPathBuilder. build(java.lang.String pScheme, java.lang.String pHost, java.lang.String pPort, java.lang.String pNameSpace, java.lang.String pObjName, CIMProperty<?>[] pKeys)
buildCIMObjectPath
LocalPathBuilder. build(java.lang.String pHost, java.lang.String pNameSpace, java.lang.String pObjName, CIMProperty<?>[] pKeys)
buildCIMObjectPath
LocalPathBuilder. build(java.lang.String pObjName, java.lang.String pNameSpace, CIMProperty<?>[] pKeys)
buildstatic CIMObjectPath
LocalPathBuilder. build(CIMObjectPath pBasePath, java.lang.String pScheme, java.lang.String pHost, java.lang.String pPort, java.lang.String pNameSpace, java.lang.String pObjName, CIMProperty<?>[] pKeys)
buildstatic CIMObjectPath
LocalPathBuilder. build(CIMObjectPath pBasePath, java.lang.String pHost, java.lang.String pNameSpace, java.lang.String pObjName, CIMProperty<?>[] pKeys)
buildstatic CIMObjectPath
LocalPathBuilder. build(CIMObjectPath pBasePath, java.lang.String pObjName, java.lang.String pNameSpace, CIMProperty<?>[] pKeys)
buildstatic void
CIMXMLBuilderImpl. createPROPERTIES(org.w3c.dom.Document pDoc, org.w3c.dom.Element pParentE, CIMProperty<?>[] pProperties)
createPROPERTIESstatic org.w3c.dom.Element
CIMXMLBuilderImpl. createPROPERTY(org.w3c.dom.Document pDoc, org.w3c.dom.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 Modifier and Type Method Description CIMProperty<java.lang.Object>
AbstractPropertyNode. getCIMProperty()
getCIMPropertyCIMProperty<java.lang.Object>
KeyBindingNode. getCIMProperty()
getCIMPropertyCIMProperty<?>[]
InstanceNameNode. getKeys()
getKeys -
Uses of CIMProperty in org.sblim.cimclient.internal.util
Methods in org.sblim.cimclient.internal.util with parameters of type CIMProperty Modifier and Type Method Description static java.lang.String
MOF. propertyDeclaration(CIMProperty<?> pProp, java.lang.String pInd)
propertyDeclaration = typedElement [ defaultValue ] ";" defaultValue = "=" initializerstatic java.lang.String
MOF. valueInitializer(CIMProperty<?> pProp, java.lang.String pInd)
valueInitializer = [ qualifierList ] ( propertyName | referenceName ) "=" initializer ";"
-