javax.cim

Class CIMObjectPath.TypeValuePair

private static class CIMObjectPath.TypeValuePair extends Object

Class TypeValuePair is responsible for
Constructor Summary
TypeValuePair(CIMDataType pType, Object pValue)
Ctor.
TypeValuePair(IntegerValue intVal)
Ctor.
TypeValuePair(RealValue pRealVal)
Ctor.
Method Summary
CIMDataTypegetType()
ObjectgetValue()

Constructor Detail

TypeValuePair

public TypeValuePair(CIMDataType pType, Object pValue)
Ctor.

Parameters: pType pValue

TypeValuePair

public TypeValuePair(IntegerValue intVal)
Ctor.

Parameters: intVal

TypeValuePair

public TypeValuePair(RealValue pRealVal)
Ctor.

Parameters: pRealVal

Method Detail

getType

public CIMDataType getType()

Returns: CIMDataType

getValue

public Object getValue()

Returns: Object

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