org.sblim.wbem.cim
Class CIMArgument
- Cloneable, Comparable, Serializable
public class CIMArgument
implements Cloneable
A class used to denote the arguments passed to extrinsic method invocations.
CIMArgument() - Constructs an object representing a CIMArgument.
|
CIMArgument(String pName) - Construcs an object representing a CIMArgument with the specified name.
|
CIMArgument(String pName, CIMDataType pDataType)
|
CIMArgument(String pName, CIMValue pValue) - Constructs an object representing a CIMArgument with the specified name
and the specified CIMValue.
|
CIMArgument
public CIMArgument()
Constructs an object representing a CIMArgument.
CIMArgument
public CIMArgument(String pName)
Construcs an object representing a CIMArgument with the specified name.
pName
- the name for this CIMArgument
CIMArgument
public CIMArgument(String pName,
CIMDataType pDataType)
CIMArgument
public CIMArgument(String pName,
CIMValue pValue)
Constructs an object representing a CIMArgument with the specified name
and the specified CIMValue.
pName
- the name for this CIMArgumentpValue
- the value associated to this CIMArgument.
clone
public Object clone()
clone
public Object clone(boolean pIncludeQualifier)
Creates a replica of this object. Simmiliar to clone() , but allows to
create a replica without qualifiers.
pIncludeQualifier
- determines of the resulting object must include qualifiers.
- a replica of this object.
getType
public CIMDataType getType()
Gets the CIMDataType associated with this argument.
- CIMDataType representing the type for this argument
getValue
public CIMValue getValue()
Gets the CIMValue associated with this CIMArgument.
- the CIMValue for this argument.
hashCode
public int hashCode()
setType
public void setType(CIMDataType pType)
Specifies the CIMDataType for this CIMArgument.
setValue
public void setValue(CIMValue pValue)
Specifies the CIMValue for this CIMArgument.
toString
public String toString()
Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.