Uses of Class
javax.cim.CIMProperty
Packages that use CIMProperty
Package
Description
Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification.
Internal helper classes for the CIM data classes.
Internal cim-xml DOM parser invalid input: '&' builder implementation.
Internal implementation of the SAX parser for cim-xml.
Internal utility classes, such as constants, defaults, configuration and others.
-
Uses of CIMProperty in javax.cim
Subclasses of CIMProperty in javax.cimModifier and TypeClassDescriptionclass
Methods in javax.cim that return CIMPropertyModifier and TypeMethodDescriptionCIMProperty
<?> 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
(String pName) Returns the specified property.CIMProperty
<?> CIMInstance.getProperty
(String pName, String pOriginClass) Returns the specifiedCIMProperty
.Methods in javax.cim with parameters of type CIMPropertyModifier and TypeMethodDescriptionCIMInstance.deriveInstance
(CIMProperty<?>[] pPropA) Returns aCIMInstance
with the updated values for the properties inpPropA
.Constructors in javax.cim with parameters of type CIMPropertyModifierConstructorDescriptionCIMInstance
(CIMObjectPath pName, CIMProperty<?>[] pProps) Constructs aCIMInstance
object using the name and properties specified.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 CIMPropertyModifier and TypeMethodDescriptionCIMProperty<?>[]
CIMInstanceBuilder.getAllPropertis()
getAllPropertisMethods in org.sblim.cimclient.internal.cim with parameters of type CIMPropertyModifier and TypeMethodDescriptionstatic 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 CIMPropertyModifierConstructorDescriptionCIMInstanceBuilder
(CIMObjectPath pPath, CIMProperty<?>[] pProps) Ctor. -
Uses of CIMProperty in org.sblim.cimclient.internal.cimxml
Methods in org.sblim.cimclient.internal.cimxml that return CIMPropertyModifier and TypeMethodDescriptionstatic CIMProperty
<?> CIMXMLParserImpl.parseKEYBINDING
(Element pKeyBindingE) parseKEYBINDINGstatic CIMProperty<?>[]
CIMXMLParserImpl.parsePROPERTIES
(Element pElement) parsePROPERTIESstatic CIMProperty
<?> CIMXMLParserImpl.parsePROPERTY
(Element pPropertyE) parsePROPERTYstatic CIMProperty
<Object> CIMXMLParserImpl.parsePROPERTYARRAY
(Element pPropertyArrayE) parsePROPERTYARRAYstatic CIMProperty
<Object> CIMXMLParserImpl.parsePROPERTYREFERENCE
(Element pPropRefE) parsePROPERTYREFERENCEMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMPropertyModifier and TypeMethodDescriptionLocalPathBuilder.build
(String pScheme, String pHost, String pPort, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildLocalPathBuilder.build
(String pHost, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildLocalPathBuilder.build
(String pObjName, String pNameSpace, CIMProperty<?>[] pKeys) buildstatic CIMObjectPath
LocalPathBuilder.build
(CIMObjectPath pBasePath, String pScheme, String pHost, String pPort, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildstatic CIMObjectPath
LocalPathBuilder.build
(CIMObjectPath pBasePath, String pHost, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildstatic CIMObjectPath
LocalPathBuilder.build
(CIMObjectPath pBasePath, String pObjName, String pNameSpace, CIMProperty<?>[] pKeys) buildstatic void
CIMXMLBuilderImpl.createPROPERTIES
(Document pDoc, Element pParentE, CIMProperty<?>[] pProperties) createPROPERTIESstatic 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 CIMPropertyModifier and TypeMethodDescriptionAbstractPropertyNode.getCIMProperty()
getCIMPropertyKeyBindingNode.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 CIMPropertyModifier and TypeMethodDescriptionstatic String
MOF.propertyDeclaration
(CIMProperty<?> pProp, String pInd) propertyDeclaration = typedElement [ defaultValue ] ";" defaultValue = "=" initializerstatic String
MOF.valueInitializer
(CIMProperty<?> pProp, String pInd) valueInitializer = [ qualifierList ] ( propertyName | referenceName ) "=" initializer ";"