javax.cim

Class CIMTypedElement

public abstract class CIMTypedElement extends CIMElement

Class CIMTypedElement is the base class of all typed CIM element.
Constructor Summary
CIMTypedElement(String pName, CIMDataType pType)
Constructor.
Method Summary
CIMDataTypegetDataType()
Returns the CIMDataType for this CIM Element.

Constructor Detail

CIMTypedElement

public CIMTypedElement(String pName, CIMDataType pType)
Constructor.

Parameters: pName - name of the element pType - type of the element

Method Detail

getDataType

public CIMDataType getDataType()
Returns the CIMDataType for this CIM Element.

Returns: CIMDataType of this CIM element.

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