org.sblim.cimclient.internal.cimxml
Class TypedValue

java.lang.Object
  extended by org.sblim.cimclient.internal.cimxml.TypedValue

public class TypedValue
extends java.lang.Object

Class TypedValue is required for the CIM-XML DOM parser.


Constructor Summary
TypedValue(CIMDataType pType, java.lang.Object pValue)
          Ctor.
 
Method Summary
 CIMDataType getType()
          getType
 java.lang.Object getValue()
          getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedValue

public TypedValue(CIMDataType pType,
                  java.lang.Object pValue)
Ctor.

Parameters:
pType -
pValue -
Method Detail

getType

public CIMDataType getType()
getType

Returns:
CIMDataType

getValue

public java.lang.Object getValue()
getValue

Returns:
Object


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