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 | |
---|---|
boolean | equals(Object pObj)
Compares this object against the specified object. |
CIMDataType | getDataType()
Returns the CIMDataType for this CIM Element.
|
String | toString()
Returns the String representation of this
CIMTypedElement FIXME: format?
|
Parameters: pName - name of the element pType - type of the element
true
if and only if the argument is not null
and is a CIMValuedObject
that represents the same name,
type and value as this object.
Parameters: pObj - The object to compare with.
Returns: true
if the objects are the same;
false
otherwise.
See Also: java.lang.Object#equals(java.lang.Object)
CIMDataType
for this CIM Element.
Returns: CIMDataType
of this CIM element.