|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.wbem.cim.CIMElement
org.sblim.wbem.cim.CIMQualifiableElement
org.sblim.wbem.cim.CIMArgument
A class used to denote the arguments passed to extrinsic method invocations.
Field Summary |
---|
Fields inherited from class org.sblim.wbem.cim.CIMQualifiableElement |
---|
iQualifiers |
Fields inherited from class org.sblim.wbem.cim.CIMElement |
---|
CLOSING_BRAKET, EMPTY, iName, OPENING_BRAKET |
Constructor Summary | |
---|---|
CIMArgument()
Constructs an object representing a CIMArgument. |
|
CIMArgument(java.lang.String pName)
Construcs an object representing a CIMArgument with the specified name. |
|
CIMArgument(java.lang.String pName,
CIMDataType pDataType)
|
|
CIMArgument(java.lang.String pName,
CIMValue pValue)
Constructs an object representing a CIMArgument with the specified name and the specified CIMValue. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
java.lang.Object |
clone(boolean pIncludeQualifier)
Creates a replica of this object. |
boolean |
equals(java.lang.Object o)
|
CIMDataType |
getType()
Gets the CIMDataType associated with this argument. |
CIMValue |
getValue()
Gets the CIMValue associated with this CIMArgument. |
int |
hashCode()
|
void |
setType(CIMDataType pType)
Specifies the CIMDataType for this CIMArgument. |
void |
setValue(CIMValue pValue)
Specifies the CIMValue for this CIMArgument. |
java.lang.String |
toString()
|
Methods inherited from class org.sblim.wbem.cim.CIMQualifiableElement |
---|
addQualifier, getQualifier, getQualifiers, removeQualifier, setQualifiers |
Methods inherited from class org.sblim.wbem.cim.CIMElement |
---|
appendTab, assign, compareTo, getName, lessThan, setName, vectorToMOFString, vectorToMOFString, vectorToMOFString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CIMArgument()
public CIMArgument(java.lang.String pName)
pName
- the name for this CIMArgumentpublic CIMArgument(java.lang.String pName, CIMValue pValue)
pName
- the name for this CIMArgumentpValue
- the value associated to this CIMArgument.public CIMArgument(java.lang.String pName, CIMDataType pDataType)
Method Detail |
public java.lang.Object clone()
public java.lang.Object clone(boolean pIncludeQualifier)
pIncludeQualifier
- determines of the resulting object must include qualifiers.
clone()
public boolean equals(java.lang.Object o)
equals
in class CIMElement
public int hashCode()
public CIMValue getValue()
public CIMDataType getType()
public void setType(CIMDataType pType)
pType
- public void setValue(CIMValue pValue)
pValue
- public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |