Uses of Class
org.sblim.wbem.cim.CIMDataType
Packages that use CIMDataType
Package
Description
Representation of CIM data in Java.
Internal implementation of XML processing
-
Uses of CIMDataType in org.sblim.wbem.cim
Fields in org.sblim.wbem.cim declared as CIMDataTypeModifier and TypeFieldDescriptionstatic final CIMDataTypeCIMDataType.INVALID_DATATYPEstatic final CIMDataTypeCIMDataType.NULL_DATATYPEMethods in org.sblim.wbem.cim that return CIMDataTypeModifier and TypeMethodDescriptionstatic CIMDataTypeCIMDataType.getDataType(String typeStr, boolean isArray) Returns the corresponding CIMDataType object for the specified string type.static CIMDataTypeCIMDataType.getPredefinedType(int pType) Return a predefined value for the CIMDataType.CIMArgument.getType()Gets the CIMDataType associated with this argument.CIMMethod.getType()Returns the data type of the method.CIMParameter.getType()Returns the CIM data type of this objectCIMProperty.getType()Returns the CIMDataType associated with this CIMProperty.CIMQualifierType.getType()Returns a CIMDataType associated to this CIMQualifierType.CIMValue.getType()Return the data type for this object.Methods in org.sblim.wbem.cim with parameters of type CIMDataTypeModifier and TypeMethodDescriptionstatic booleanCIMDataType.isTypeCompatible(Object pValue, CIMDataType pDataType) Defermines if the specified data type is is compatible with the data type of the specified value.voidCIMArgument.setType(CIMDataType pType) Specifies the CIMDataType for this CIMArgument.voidCIMMethod.setType(CIMDataType pType) Sets the data type of the returned value for the method.voidCIMParameter.setType(CIMDataType pType) Specifies the CIMDataType for this object.voidCIMProperty.setType(CIMDataType pType) Sets the CIMDataType for this CIMProperty.voidCIMQualifierType.setType(CIMDataType pType) Set the value type of this qualifierConstructors in org.sblim.wbem.cim with parameters of type CIMDataTypeModifierConstructorDescriptionCIMArgument(String pName, CIMDataType pDataType) CIMValue(Object pValue, CIMDataType pDataType) Construct an object of a cim value, using the specified data type.CIMValue(Vector pValue, CIMDataType pDataType) Construct an object of cim value for a given vector, and the specified data type. -
Uses of CIMDataType in org.sblim.wbem.xml
Methods in org.sblim.wbem.xml with parameters of type CIMDataTypeModifier and TypeMethodDescriptionstatic StringCIMXMLBuilderImpl.getOpTypeStr(CIMDataType type) static StringCIMXMLBuilderImpl.getTypeStr(CIMDataType type)