Uses of Class
javax.cim.CIMDataType
-
Packages that use CIMDataType 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 Internal implementation of the SAX parser for cim-xml.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 CIMDataType in javax.cim
Fields in javax.cim declared as CIMDataType Modifier and Type Field Description static CIMDataTypeCIMDataType. BOOLEAN_ARRAY_TBoolean unbounded array data typestatic CIMDataTypeCIMDataType. BOOLEAN_TBoolean data typestatic CIMDataTypeCIMDataType. CHAR16_ARRAY_T16-bit UCS-2 character unbounded Array typestatic CIMDataTypeCIMDataType. CHAR16_T16-bit UCS-2 character data typestatic CIMDataTypeCIMDataType. CLASS_ARRAY_TCIMClass unbounded Array typestatic CIMDataTypeCIMDataType. CLASS_TCIMClass typestatic CIMDataTypeCIMDataType. DATETIME_ARRAY_TA date-time unbounded array data typestatic CIMDataTypeCIMDataType. DATETIME_TA date-time data typestatic CIMDataTypeCIMDataType. INVALID_TInvalid data typestatic CIMDataTypeCIMDataType. OBJECT_ARRAY_TCIMInstance unbounded Array typestatic CIMDataTypeCIMDataType. OBJECT_TCIMInstance type data type (Note: For CIMV2, this can only be used when the property has either an EmbeddedInstance or EmbeddedObject qualifier)static CIMDataTypeCIMDataType. REAL32_ARRAY_TIEEE 4-byte floating-point unbounded array data typestatic CIMDataTypeCIMDataType. REAL32_TIEEE 4-byte floating-point data typestatic CIMDataTypeCIMDataType. REAL64_ARRAY_TIEEE 8-byte floating-point unbounded array data typestatic CIMDataTypeCIMDataType. REAL64_TIEEE 8-byte floating-point data typestatic CIMDataTypeCIMDataType. SINT16_ARRAY_TSigned 16-bit integer unbounded array data typestatic CIMDataTypeCIMDataType. SINT16_TSigned 16-bit integer data typestatic CIMDataTypeCIMDataType. SINT32_ARRAY_TSigned 32-bit integer unbounded array data typestatic CIMDataTypeCIMDataType. SINT32_TSigned 32-bit integer data typestatic CIMDataTypeCIMDataType. SINT64_ARRAY_TSigned 64-bit integer unbounded array data typestatic CIMDataTypeCIMDataType. SINT64_TSigned 64-bit integer data typestatic CIMDataTypeCIMDataType. SINT8_ARRAY_TSigned 8-bit integer unbounded array data typestatic CIMDataTypeCIMDataType. SINT8_TSigned 8-bit integer data typestatic CIMDataTypeCIMDataType. STRING_ARRAY_TUCS-2 string unbounded array data typestatic CIMDataTypeCIMDataType. STRING_TUCS-2 string data typestatic CIMDataTypeCIMDataType. UINT16_ARRAY_TUnsigned 16-bit integer unbounded array data typestatic CIMDataTypeCIMDataType. UINT16_TUnsigned 16-bit integer data typestatic CIMDataTypeCIMDataType. UINT32_ARRAY_TUnsigned 32-bit integer unbounded array data typestatic CIMDataTypeCIMDataType. UINT32_TUnsigned 32-bit integer data typestatic CIMDataTypeCIMDataType. UINT64_ARRAY_TUnsigned 64-bit integer unbounded array data typestatic CIMDataTypeCIMDataType. UINT64_TUnsigned 64-bit integer data typestatic CIMDataTypeCIMDataType. UINT8_ARRAY_TUnsigned 8-bit integer unbounded array data typestatic CIMDataTypeCIMDataType. UINT8_TUnsigned 8-bit integer data typeMethods in javax.cim that return CIMDataType Modifier and Type Method Description static CIMDataTypeCIMDataType. getDataType(java.lang.Object pObj)Get the data type of an object.CIMDataTypeCIMTypedElement. getDataType()Returns theCIMDataTypefor this CIM Element.Constructors in javax.cim with parameters of type CIMDataType Constructor Description CIMArgument(java.lang.String pName, CIMDataType pType, E pValue)Constructs aCIMArgumentto be used for method invocations.CIMClassProperty(java.lang.String pName, CIMDataType pType, E pValue, CIMQualifier<?>[] pQualifiers, boolean pKey, boolean pPropagated, java.lang.String pOriginClass)This method constructs an instance ofCIMClassProperty.CIMMethod(java.lang.String pName, CIMDataType pType, CIMQualifier<?>[] pQualis, CIMParameter<?>[] pParams, boolean pPropagated, java.lang.String pOriginClass)Constructs aCIMMethodobject with the specified information.CIMParameter(java.lang.String pName, CIMDataType pType, CIMQualifier<?>[] pQualifiers)Constructs aCIMParameterobject using the specified name, data type and qualifiers.CIMProperty(java.lang.String pName, CIMDataType pType, E pValue)Constructs aCIMPropertyto be used in instances.CIMProperty(java.lang.String pName, CIMDataType pType, E pValue, boolean pKey, boolean pPropagated, java.lang.String pOriginClass)Constructs aCIMPropertyto be used in instances.CIMQualifier(java.lang.String pName, CIMDataType pType, E pValue, int pFlavor)Constructs a CIM qualifier with the specified name, type, value, and flavors.CIMQualifier(java.lang.String pName, CIMDataType pType, E pValue, int pFlavor, boolean pIsPropagated)Constructs a CIM qualifier with the specified name, type, value, and flavors.CIMQualifierType(CIMObjectPath pPath, CIMDataType pType, E pValue, int pScope, int pFlavor)Constructs a new CIM qualifier type, using the name, type of the specified CIM qualifier type.CIMTypedElement(java.lang.String pName, CIMDataType pType)Constructs aCIMTypedElementwith the given name and data type.CIMValuedElement(java.lang.String pName, CIMDataType pType, E pValue)Creates a new CIM element with the given name, type and value. -
Uses of CIMDataType in org.sblim.cimclient.internal.cim
Methods in org.sblim.cimclient.internal.cim that return CIMDataType Modifier and Type Method Description static CIMDataTypeCIMHelper. ScalarDataType(int pType)Returns the CIMDataType of a scalar of the specified data type.static CIMDataTypeCIMHelper. UnboundedArrayDataType(int pType)Returns the CIMDataType of an unbounded array of the specified data type. -
Uses of CIMDataType in org.sblim.cimclient.internal.cimxml
Methods in org.sblim.cimclient.internal.cimxml that return CIMDataType Modifier and Type Method Description CIMDataTypeTypedValue. getType()getTypestatic CIMDataTypeCIMXMLParserImpl. parseArrayTypeStr(java.lang.String pTypeStr)parseArrayTypeStrstatic CIMDataTypeCIMXMLParserImpl. parseScalarTypeStr(java.lang.String pTypeStr)parseScalarTypeStrstatic CIMDataTypeCIMXMLParserImpl. parseTypeStr(java.lang.String pTypeStr, boolean pArray)parseTypeStrMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMDataType Modifier and Type Method Description static java.lang.StringCIMXMLBuilderImpl. getEmbObjTypeStr(CIMDataType pType)getEmbObjTypeStrstatic java.lang.StringCIMXMLBuilderImpl. getOpTypeStr(CIMDataType pType)getOpTypeStrstatic java.lang.StringCIMXMLBuilderImpl. getTypeStr(CIMDataType pType)getTypeStrstatic booleanCIMXMLBuilderImpl. isCIMObject(CIMDataType pType)isCIMObjectConstructors in org.sblim.cimclient.internal.cimxml with parameters of type CIMDataType Constructor Description TypedValue(CIMDataType pType, java.lang.Object pValue)Ctor. -
Uses of CIMDataType in org.sblim.cimclient.internal.cimxml.sax
Methods in org.sblim.cimclient.internal.cimxml.sax that return CIMDataType Modifier and Type Method Description CIMDataTypeEmbObjHandler. getArrayType()getArrayType useful e.g.static CIMDataTypeCIMObjectFactory. getCIMObjArrayType(java.lang.Object pObj)getCIMObjArrayTypestatic CIMDataTypeCIMObjectFactory. getCIMObjArrayType(java.lang.Object pObj, boolean pNullToString)getArrayCIMObjTypestatic CIMDataTypeCIMObjectFactory. getCIMObjScalarType(java.lang.Object pObj)getCIMObjTypestatic CIMDataTypeCIMObjectFactory. getCIMObjScalarType(java.lang.Object pObj, boolean pNullToString)getCIMObjTypeCIMDataTypeEmbObjHandler. getRawType()getRawTypestatic CIMDataTypeCIMObjectFactory. getType(java.lang.String pTypeStr)getTypeCIMDataTypeEmbObjHandler. getType()getTypeMethods in org.sblim.cimclient.internal.cimxml.sax with parameters of type CIMDataType Modifier and Type Method Description static java.lang.ObjectCIMObjectFactory. getEmbeddedObj(CIMDataType pType, java.lang.Object pValObj, SAXSession pSession)getEmbeddedObjstatic java.lang.ObjectCIMObjectFactory. getEmbeddedObj(CIMDataType pType, java.lang.String pValueStr, SAXSession pSession)getEmbeddedObjectstatic java.lang.Object[]CIMObjectFactory. getEmbeddedObjA(CIMDataType pType, java.lang.String[] pValueStrA, SAXSession pSession)getEmbeddedObjectAstatic java.lang.Object[]CIMObjectFactory. getEmbeddedObjA(CIMDataType pType, ValueArrayNode pValueArrayNode, SAXSession pSession)getEmbbeddedObjectAstatic java.lang.ObjectCIMObjectFactory. getObject(CIMDataType pType, java.lang.String pValueStr)getObjectstatic java.lang.ObjectCIMObjectFactory. getObject(CIMDataType pType, ValueArrayNode pValueArrayNode)getObjectstatic java.lang.ObjectCIMObjectFactory. getObject(CIMDataType pType, ValueNode pValueNode)getObjectstatic java.lang.Object[]CIMObjectFactory. getObjectArray(CIMDataType pType, java.util.ArrayList<java.lang.Object> pAL) -
Uses of CIMDataType in org.sblim.cimclient.internal.cimxml.sax.node
Methods in org.sblim.cimclient.internal.cimxml.sax.node that return CIMDataType Modifier and Type Method Description static CIMDataTypeNode. getCIMType(org.xml.sax.Attributes pAttribs)getCIMType(pAttribs, pOptional=false);static CIMDataTypeNode. getCIMType(org.xml.sax.Attributes pAttribs, boolean pOptional)ENTITY % CIMType "TYPE (boolean|string|char16|uint8|sint8|uint16|sint16|uint32 |sint32|uint64|sint64|datetime|real32|real64)" getCIMTypestatic CIMDataTypeNode. getParamType(org.xml.sax.Attributes pAttribs)ENTITY % ParamType "PARAMTYPE ( boolean|string|char16|uint8|sint8|uint16|sint16 |uint32|sint32|uint64|sint64|datetime| real32|real64|reference)CIMDataTypeCorrelatorNode. getType()CIMDataTypeIParamValueNode. getType()CIMDataTypeKeyValueNode. getType()CIMDataTypeParameterArrayNode. getType()CIMDataTypeParameterNode. getType()CIMDataTypeParameterRefArrayNode. getType()CIMDataTypeParameterReferenceNode. getType()CIMDataTypeParamValueNode. getType()CIMDataTypePropertyArrayNode. getType()CIMDataTypePropertyNode. getType()CIMDataTypePropertyReferenceNode. getType()CIMDataTypeQualiDeclNode. getType()CIMDataTypeReturnValueNode. getType()CIMDataTypeTypedIf. getType()getTypeCIMDataTypeValueArrayNode. getType()CIMDataTypeValueInstanceWithPathNode. getType()CIMDataTypeValueNamedInstanceNode. getType()CIMDataTypeValueNode. getType()CIMDataTypeValueNullNode. getType()CIMDataTypeValueObjectNode. getType()CIMDataTypeValueObjectWithLocalPathNode. getType()CIMDataTypeValueObjectWithPathNode. getType()CIMDataTypeValueRefArrayNode. getType()CIMDataTypeValueReferenceNode. getType() -
Uses of CIMDataType in org.sblim.cimclient.internal.util
Methods in org.sblim.cimclient.internal.util with parameters of type CIMDataType Modifier and Type Method Description static java.lang.StringMOF. dataType(CIMDataType pType)dataType = DT_UINT8 | DT_SINT8 | DT_UINT16 | DT_SINT16 | DT_UINT32 | DT_SINT32 | DT_UINT64 | DT_SINT64 | DT_REAL32 | DT_REAL64 | DT_CHAR16 | DT_STR | DT_BOOL | DT_DATETIME
-