|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.wbem.cim.CIMElement
|
+--javax.wbem.cim.CIMParameter
Creates and instantiates a CIM parameter, a value passed to a CIM method from a calling method.
| Constructor Summary | |
CIMParameter()
Creates and instantiates a CIM parameter |
|
CIMParameter(java.lang.String name)
Takes a string for the name of an existing CIM parameter and creates a new instance of a CIM parameter, using the name and identifier of the existing CIM parameter. |
|
| Method Summary | |
java.lang.Object |
clone()
Returns an object that is a copy of this CIM parameter. |
CIMQualifier |
getQualifier(java.lang.String name)
Returns the required qualifier of the parameter, if present in the parameter definition. |
java.util.Vector |
getQualifiers()
Returns the list of qualifiers for this parameter |
int |
getSize()
Returns the size of this parameter |
CIMDataType |
getType()
Returns the data type of this parameter |
void |
setQualifiers(java.util.Vector qTable)
Sets the list of qualifiers for this parameter to the specified list of qualifiers |
void |
setSize(int aSize)
Sets the size of this parameter to the specified size |
void |
setType(CIMDataType type)
Sets the data type of this parameter to the specified CIM data type |
java.lang.String |
toMOF()
Returns a MOF representation of the CIMParameter |
java.lang.String |
toString()
Returns a String representation of the CIMParameter. |
| Methods inherited from class javax.wbem.cim.CIMElement |
assign, equals, getName, lessThan, setName |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CIMParameter()
public CIMParameter(java.lang.String name)
name - name of an existing CIM parameter| Method Detail |
public void setQualifiers(java.util.Vector qTable)
qTable - list of qualifiers to be assigned to the parameterpublic java.util.Vector getQualifiers()
public void setType(CIMDataType type)
type - The CIM data type assigned to the parameterpublic CIMDataType getType()
public int getSize()
public void setSize(int aSize)
aSize - the integer size assigned to this parameterpublic java.lang.String toString()
toString in class CIMElementpublic java.lang.String toMOF()
public java.lang.Object clone()
clone in class java.lang.Objectpublic CIMQualifier getQualifier(java.lang.String name)
name - The name of the qualifier to get.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||