javax.cim
public abstract class CIMElement extends Object implements Serializable, Comparable<CIMElement>
CIMElement
is an abstract base class that represents a CIM
Element as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
Constructor Summary | |
---|---|
CIMElement(String pName)
Creates a new CIM element with the given name.
|
Method Summary | |
---|---|
int | compareTo(CIMElement pObj)
Compares this element name to the CIMElement passed in.
|
String | getName()
Returns a string representing the name of a CIM element instance.
|
Parameters: pName The string for the name of the element.
Parameters: pObj The CIMElement to be compared.
Returns: A negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
Returns: The name of this CIM element.