| 
|||||||||
| 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
javax.cim.CIMArgument
This class represents an instance of a CIMParameter used for a method invocation. A CIMArgument has a name, data type and value. A CIMArgument corresponds to a CIMParameter defined for a CIMMethod.
CIMParameter, 
Serialized Form| Constructor Summary | |
CIMArgument(java.lang.String name,
            CIMDataType type,
            java.lang.Object value)
Constructs a CIMArgument to be used for method invocations.  | 
|
| Method Summary | |
 boolean | 
equals(java.lang.Object obj)
Compares this object against the specified object.  | 
 CIMDataType | 
getDataType()
Returns the CIMDataType for this CIM Element.  | 
 java.lang.Object | 
getValue()
Returns the value for this CIM Element.  | 
 java.lang.String | 
toString()
Returns a String representation of the CIMElement This method is intended to be used only for debugging purposes, and the format of the returned string may vary between implementations.  | 
| Methods inherited from class javax.cim.CIMElement | 
getName, hashCode | 
| Methods inherited from class java.lang.Object | 
getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public CIMArgument(java.lang.String name,
                   CIMDataType type,
                   java.lang.Object value)
name - Name of the CIM argumenttype - CIMDataType of the argumentvalue - value of the argument
java.lang.IllegalArgumentException - If the value does not match the type.CIMParameter| Method Detail | 
public boolean equals(java.lang.Object obj)
obj - -
            the object to compare with.
public java.lang.Object getValue()
public java.lang.String toString()
toString in class CIMElementpublic CIMDataType getDataType()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||