javax.cim
public abstract class CIMValuedElement extends CIMTypedElement
CIMValuedElement is the base class of all valued CIM
element.
| Constructor Summary | |
|---|---|
| protected | CIMValuedElement(String pName, CIMDataType pType, Object pValue)
Super constructor for inherited classes.
|
| Method Summary | |
|---|---|
| boolean | equals(Object pObj)
Compares this object against the specified object. |
| Object | getValue()
Returns the value for this CIM Element.
|
| String | toString()
Returns the String representation of the valued element.
|
Parameters: pType pValue
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.
Parameters: pObj - The object to compare with.
Returns: true if the objects are the same;
false otherwise.
See Also: java.lang.Object#equals(java.lang.Object)
Returns: The value of the CIM Element. null is a valid
value.
See Also: toString