|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.cim.CIMElement
CIMElement represents the CIM element meta construct as defined in the CIM Infrastructure Specification. It is an abstract base class used for any CIM Element.
Constructor Summary | |
CIMElement(java.lang.String pName)
Creates a new CIM element with the given name. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Takes a CIM element and returns true if it is equal to this CIM element. |
java.lang.String |
getName()
Returns a string representing the name of a CIM element instance. |
int |
hashCode()
Returns a hash codevalue for the CIM element. |
java.lang.String |
toString()
Returns a String representation of the CIMElement. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CIMElement(java.lang.String pName)
pName
- The string for the name of the element.Method Detail |
public boolean equals(java.lang.Object obj)
obj
- The object to be compared a CIM element.
public java.lang.String getName()
public int hashCode()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |