javax.cim

Class CIMTypedElement

public abstract class CIMTypedElement extends CIMElement

CIMTypedElement is an abstract class that represents a CIM element that contains just the data type, but no value.
Constructor Summary
CIMTypedElement(String pName, CIMDataType pType)
Constructs a CIMTypedElement with the given name and data type.
Method Summary
CIMDataTypegetDataType()
Returns the CIMDataType for this CIM Element.

Constructor Detail

CIMTypedElement

public CIMTypedElement(String pName, CIMDataType pType)
Constructs a CIMTypedElement with the given name and data type.

Parameters: pName Name of the element. pType Data 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, 2010 IBM Corporation. All Rights Reserved.