Package | Description |
---|---|
org.sblim.wbem.cim |
Representation of CIM data in Java.
|
org.sblim.wbem.xml |
Internal implementation of XML processing
|
Modifier and Type | Field and Description |
---|---|
static CIMDataType |
CIMDataType.INVALID_DATATYPE |
static CIMDataType |
CIMDataType.INVALID_DATATYPE |
static CIMDataType |
CIMDataType.NULL_DATATYPE |
static CIMDataType |
CIMDataType.NULL_DATATYPE |
Modifier and Type | Method and Description |
---|---|
static CIMDataType |
CIMDataType.getDataType(java.lang.String typeStr,
boolean isArray)
Returns the corresponding CIMDataType object for the specified string type.
|
static CIMDataType |
CIMDataType.getDataType(java.lang.String typeStr,
boolean isArray)
Returns the corresponding CIMDataType object for the specified string type.
|
static CIMDataType |
CIMDataType.getPredefinedType(int pType)
Return a predefined value for the CIMDataType.
|
static CIMDataType |
CIMDataType.getPredefinedType(int pType)
Return a predefined value for the CIMDataType.
|
CIMDataType |
CIMArgument.getType()
Gets the CIMDataType associated with this argument.
|
CIMDataType |
CIMMethod.getType()
Returns the data type of the method.
|
CIMDataType |
CIMParameter.getType()
Returns the CIM data type of this object
|
CIMDataType |
CIMProperty.getType()
Returns the CIMDataType associated with this CIMProperty.
|
CIMDataType |
CIMQualifierType.getType()
Returns a CIMDataType associated to this CIMQualifierType.
|
CIMDataType |
CIMValue.getType()
Return the data type for this object.
|
CIMDataType |
CIMValue.getType()
Return the data type for this object.
|
CIMDataType |
CIMQualifierType.getType()
Returns a CIMDataType associated to this CIMQualifierType.
|
CIMDataType |
CIMMethod.getType()
Returns the data type of the method.
|
CIMDataType |
CIMProperty.getType()
Returns the CIMDataType associated with this CIMProperty.
|
CIMDataType |
CIMArgument.getType()
Gets the CIMDataType associated with this argument.
|
CIMDataType |
CIMParameter.getType()
Returns the CIM data type of this object
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CIMDataType.isTypeCompatible(java.lang.Object pValue,
CIMDataType pDataType)
Defermines if the specified data type is is compatible with the data type
of the specified value.
|
static boolean |
CIMDataType.isTypeCompatible(java.lang.Object pValue,
CIMDataType pDataType)
Defermines if the specified data type is is compatible with the data type
of the specified value.
|
void |
CIMArgument.setType(CIMDataType pType)
Specifies the CIMDataType for this CIMArgument.
|
void |
CIMMethod.setType(CIMDataType pType)
Sets the data type of the returned value for the method.
|
void |
CIMParameter.setType(CIMDataType pType)
Specifies the CIMDataType for this object.
|
void |
CIMProperty.setType(CIMDataType pType)
Sets the CIMDataType for this CIMProperty.
|
void |
CIMQualifierType.setType(CIMDataType pType)
Set the value type of this qualifier
|
void |
CIMQualifierType.setType(CIMDataType pType)
Set the value type of this qualifier
|
void |
CIMMethod.setType(CIMDataType pType)
Sets the data type of the returned value for the method.
|
void |
CIMProperty.setType(CIMDataType pType)
Sets the CIMDataType for this CIMProperty.
|
void |
CIMArgument.setType(CIMDataType pType)
Specifies the CIMDataType for this CIMArgument.
|
void |
CIMParameter.setType(CIMDataType pType)
Specifies the CIMDataType for this object.
|
Constructor and Description |
---|
CIMArgument(java.lang.String pName,
CIMDataType pDataType) |
CIMArgument(java.lang.String pName,
CIMDataType pDataType) |
CIMValue(java.lang.Object pValue,
CIMDataType pDataType)
Construct an object of a cim value, using the specified data type.
|
CIMValue(java.lang.Object pValue,
CIMDataType pDataType)
Construct an object of a cim value, using the specified data type.
|
CIMValue(java.util.Vector pValue,
CIMDataType pDataType)
Construct an object of cim value for a given vector, and the specified
data type.
|
CIMValue(java.util.Vector pValue,
CIMDataType pDataType)
Construct an object of cim value for a given vector, and the specified
data type.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
CIMXMLBuilderImpl.getOpTypeStr(CIMDataType type) |
static java.lang.String |
CIMXMLBuilderImpl.getOpTypeStr(CIMDataType type) |
static java.lang.String |
CIMXMLBuilderImpl.getTypeStr(CIMDataType type) |
static java.lang.String |
CIMXMLBuilderImpl.getTypeStr(CIMDataType type) |
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.