Uses of Class org.sblim.wbem.cim.CIMDataType

Uses in package org.sblim.wbem.xml

Methods with parameter type org.sblim.wbem.cim.CIMDataType

String
String

Uses in package org.sblim.wbem.cim

Constructors with parameter type org.sblim.wbem.cim.CIMDataType

CIMArgument.CIMArgument(String pName, CIMDataType pDataType)
CIMValue.CIMValue(Object pValue, CIMDataType pDataType)
Construct an object of a cim value, using the specified data type.
CIMValue.CIMValue(Vector pValue, CIMDataType pDataType)
Construct an object of cim value for a given vector, and the specified data type.

Fields of type org.sblim.wbem.cim.CIMDataType

CIMDataType
CIMDataType

Methods with parameter type org.sblim.wbem.cim.CIMDataType

boolean
CIMDataType.isTypeCompatible(Object pValue, CIMDataType pDataType)
Defermines if the specified data type is is compatible with the data type of the specified value.
void
Specifies the CIMDataType for this CIMArgument.
void
Sets the data type of the returned value for the method.
void
Specifies the CIMDataType for this object.
void
Sets the CIMDataType for this CIMProperty.
void
Set the value type of this qualifier

Methods with return type org.sblim.wbem.cim.CIMDataType

CIMDataType
CIMDataType.getDataType(String typeStr, boolean isArray)
Returns the corresponding CIMDataType object for the specified string type.
CIMDataType
Return a predefined value for the CIMDataType.
CIMDataType
Gets the CIMDataType associated with this argument.
CIMDataType
Returns the data type of the method.
CIMDataType
Returns the CIM data type of this object
CIMDataType
Returns the CIMDataType associated with this CIMProperty.
CIMDataType
Returns a CIMDataType associated to this CIMQualifierType.
CIMDataType
Return the data type for this object.

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.