|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.cim.CIMElement
javax.cim.CIMArgument<E>
public class CIMArgument<E>
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 FormConstructor Summary | |
---|---|
CIMArgument(String name,
CIMDataType type,
E value)
Constructs a CIMArgument to be used for method invocations. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Compares this object against the specified object. |
CIMDataType |
getDataType()
Returns the CIMDataType for this CIM Element. |
E |
getValue()
Returns the value for this CIM Element. |
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 |
---|
compareTo, getName, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CIMArgument(String name, CIMDataType type, E value)
name
- Name of the CIM argumenttype
- CIMDataType of the argumentvalue
- value of the argument
IllegalArgumentException
- If the value does not match the type.CIMParameter
Method Detail |
---|
public boolean equals(Object obj)
obj
- -
the object to compare with.
public E getValue()
public String toString()
toString
in class CIMElement
public CIMDataType getDataType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |