javax.cim

Class CIMValuedElement<E>

public abstract class CIMValuedElement<E> extends CIMTypedElement

Class CIMValuedElement is the base class of all valued CIM element.

Parameters: : Type Parameter

Constructor Summary
protected CIMValuedElement(String pName, CIMDataType pType, E pValue)
Super constructor for inherited classes.
Method Summary
EgetValue()
Returns the value for this CIM Element.

Constructor Detail

CIMValuedElement

protected CIMValuedElement(String pName, CIMDataType pType, E pValue)
Super constructor for inherited classes.

Parameters: pType pValue

Method Detail

getValue

public E getValue()
Returns the value for this CIM Element.

Returns: The value of the CIM Element. null is a valid value.

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