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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CIMDataType
getType()
getTypejava.lang.Object
getValue()
getValue
-
-
-
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
-
-