|
||||||||||
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.CIMParameter
public class CIMParameter
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 | |
---|---|
CIMParameter()
Creates an object of CIMParameter. |
|
CIMParameter(java.lang.String pName)
Creates an object of CIMParameter with the specified name. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
getSize()
Returns the size of this object. |
CIMDataType |
getType()
Returns the CIM data type of this object |
int |
hashCode()
|
void |
setSize(int size)
Deprecated. Using this method can produce inconsitency and break invariants |
void |
setType(CIMDataType pType)
Specifies the CIMDataType for this object. |
java.lang.String |
toMOF()
Returns the MOF representation of this object. |
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, equals, getName, lessThan, setName, vectorToMOFString, vectorToMOFString, vectorToMOFString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CIMParameter()
public CIMParameter(java.lang.String pName)
pName
- The parameter's nameMethod Detail |
---|
public java.lang.Object clone()
clone
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int getSize()
public CIMDataType getType()
public void setSize(int size)
size
- The sizepublic void setType(CIMDataType pType)
pType
- The type
java.lang.IllegalArgumentException
- if the specified argument is null.public java.lang.String toMOF()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |