javax.cim
public abstract class CIMTypedElement extends CIMElement
CIMTypedElement is the base class of all typed CIM
element.
| Constructor Summary | |
|---|---|
| CIMTypedElement(String pName, CIMDataType pType)
Constructor.
| |
| Method Summary | |
|---|---|
| CIMDataType | getDataType()
Returns the CIMDataType for this CIM Element.
|
Parameters: pName - name of the element pType - type of the element
CIMDataType for this CIM Element.
Returns: CIMDataType of this CIM element.