org.sblim.wbem.cim
public class CIMParameter extends CIMQualifiableElement implements java.lang.Cloneable, java.io.Serializable
iQualifiersCLOSING_BRAKET, EMPTY, iName, OPENING_BRAKET| Constructor and Description |
|---|
CIMParameter()
Creates an object of CIMParameter.
|
CIMParameter(java.lang.String pName)
Creates an object of CIMParameter with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
addQualifier, getQualifier, getQualifiers, removeQualifier, setQualifiersappendTab, assign, compareTo, equals, getName, lessThan, setName, vectorToMOFString, vectorToMOFString, vectorToMOFStringpublic CIMParameter()
public CIMParameter(java.lang.String pName)
pName - The parameter's namepublic java.lang.Object clone()
clone in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int getSize()
public CIMDataType getType()
public void setSize(int size)
size - The sizepublic void setType(CIMDataType pType)
pType - The typejava.lang.IllegalArgumentException - if the specified argument is null.public java.lang.String toMOF()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005, 2009 IBM Corporation. All Rights Reserved.