javax.cim
public abstract class CIMValuedElement<E> extends CIMTypedElement
CIMValuedElement
is the base class of all valued CIM
element.
Parameters:
Constructor Summary | |
---|---|
protected | CIMValuedElement(String pName, CIMDataType pType, E pValue)
Super constructor for inherited classes.
|
Method Summary | |
---|---|
E | getValue()
Returns the value for this CIM Element.
|
Parameters: pType pValue
Returns: The value of the CIM Element. null
is a valid value.