Class TypedValue

java.lang.Object
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

    Constructors
    Constructor
    Description
    TypedValue(CIMDataType pType, java.lang.Object pValue)
    Ctor.
  • Method Summary

    Modifier and Type
    Method
    Description
    getType
    java.lang.Object
    getValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TypedValue

      public TypedValue(CIMDataType pType, java.lang.Object pValue)
      Ctor.
      Parameters:
      pType -
      pValue -
  • Method Details

    • getType

      public CIMDataType getType()
      getType
      Returns:
      CIMDataType
    • getValue

      public java.lang.Object getValue()
      getValue
      Returns:
      Object