public class CIMParameter extends CIMQualifiableElement implements java.lang.Cloneable, java.io.Serializable
iQualifiers
CLOSING_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, setQualifiers
appendTab, assign, compareTo, equals, getName, lessThan, setName, vectorToMOFString, vectorToMOFString, vectorToMOFString
public CIMParameter()
public CIMParameter(java.lang.String pName)
pName
- The parameter's namepublic 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 typejava.lang.IllegalArgumentException
- if the specified argument is null.public java.lang.String toMOF()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.