javax.cim
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 | |
---|---|
CIMDataType | getDataType()
Returns the CIMDataType for this CIM Element.
|
CIMTypedElement
with the given name and data
type.
Parameters: pName Name of the element. pType Data type of the element.
CIMDataType
for this CIM Element.
Returns: CIMDataType
of this CIM element.