Class 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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