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 TypeClassDescriptionclassMethods 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 aCIMInstancewith the updated values for the properties inpPropA.Constructors in javax.cim with parameters of type CIMPropertyModifierConstructorDescriptionCIMInstance(CIMObjectPath pName, CIMProperty<?>[] pProps) Constructs aCIMInstanceobject 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 CIMInstanceCIMHelper.CIMInstanceWithSynchonizedNumericKeyDataTypes(CIMObjectPath pObjectPath, CIMProperty<?>[] pProps) CIMInstanceWithSynchonizedNumericKeyDataTypes returns aCIMInstancewhere the data types of all numeric keys in theCIMObjectPathmatch 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 CIMObjectPathLocalPathBuilder.build(CIMObjectPath pBasePath, String pScheme, String pHost, String pPort, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildstatic CIMObjectPathLocalPathBuilder.build(CIMObjectPath pBasePath, String pHost, String pNameSpace, String pObjName, CIMProperty<?>[] pKeys) buildstatic CIMObjectPathLocalPathBuilder.build(CIMObjectPath pBasePath, String pObjName, String pNameSpace, CIMProperty<?>[] pKeys) buildstatic voidCIMXMLBuilderImpl.createPROPERTIES(Document pDoc, Element pParentE, CIMProperty<?>[] pProperties) createPROPERTIESstatic ElementCIMXMLBuilderImpl.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 StringMOF.propertyDeclaration(CIMProperty<?> pProp, String pInd) propertyDeclaration = typedElement [ defaultValue ] ";" defaultValue = "=" initializerstatic StringMOF.valueInitializer(CIMProperty<?> pProp, String pInd) valueInitializer = [ qualifierList ] ( propertyName | referenceName ) "=" initializer ";"