|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.cim.CIMElement
javax.cim.CIMTypedElement
javax.cim.CIMValuedElement<E>
E
- : Type Parameterpublic abstract class CIMValuedElement<E>
Class CIMValuedElement
is the base class of all valued CIM
element.
Constructor Summary | |
---|---|
protected |
CIMValuedElement(String pName,
CIMDataType pType,
E pValue)
Super constructor for inherited classes. |
Method Summary | |
---|---|
boolean |
equals(Object pObj)
Compares this object against the specified object. |
E |
getValue()
Returns the value for this CIM Element. |
String |
toString()
Returns the String representation of the valued element. |
Methods inherited from class javax.cim.CIMTypedElement |
---|
getDataType |
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 |
---|
protected CIMValuedElement(String pName, CIMDataType pType, E pValue)
pType
- pValue
- Method Detail |
---|
public boolean equals(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 CIMTypedElement
pObj
- - The object to compare with.
true
if the objects are the same; false
otherwise.Object.equals(java.lang.Object)
public E getValue()
null
is a valid value.public String toString()
toString
in class CIMTypedElement
String
representation of this CIM element.CIMTypedElement.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |