javax.cim
public abstract class CIMElement extends Object implements Serializable, Comparable<CIMElement>
| 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.
See Also: java.lang.Comparable#compareTo(Object)
Returns: The name of this CIM element.