|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.cim.CIMElement
javax.cim.CIMTypedElement
public abstract class CIMTypedElement
Class CIMTypedElement is the base class of all typed CIM
element.
| Constructor Summary | |
|---|---|
CIMTypedElement(java.lang.String pName,
CIMDataType pType)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObj)
Compares this object against the specified object. |
CIMDataType |
getDataType()
Returns the CIMDataType for this CIM Element. |
java.lang.String |
toString()
Returns the String representation of this
CIMTypedElement FIXME: format? |
| Methods inherited from class javax.cim.CIMElement |
|---|
compareTo, getName, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CIMTypedElement(java.lang.String pName,
CIMDataType pType)
pName - - name of the elementpType - - type of the element| Method Detail |
|---|
public boolean equals(java.lang.Object pObj)
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.
equals in class CIMElementpObj - - The object to compare with.
true if the objects are the same; false
otherwise.Object.equals(java.lang.Object)public CIMDataType getDataType()
CIMDataType for this CIM Element.
CIMDataType of this CIM element.public java.lang.String toString()
String representation of this
CIMTypedElement FIXME: format?
toString in class CIMElementString representation of this CIM element.CIMElement.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||