org.sblim.cimclient.internal.cimxml

Class TypedValue

public class TypedValue extends Object

Class TypedValue is required for the CIM-XML DOM parser.
Constructor Summary
TypedValue(CIMDataType pType, Object pValue)
Ctor.
Method Summary
CIMDataTypegetType()
getType
ObjectgetValue()
getValue

Constructor Detail

TypedValue

public TypedValue(CIMDataType pType, Object pValue)
Ctor.

Parameters: pType pValue

Method Detail

getType

public CIMDataType getType()
getType

Returns: CIMDataType

getValue

public Object getValue()
getValue

Returns: Object

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