|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.wbem.cim.CIMElement | +--com.sun.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. |
java.lang.String |
toXml()
Returns an XML representation of this CIM parameter. |
Methods inherited from class com.sun.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 parameterMethod 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()
public java.lang.String toMOF()
public java.lang.Object clone()
public java.lang.String toXml()
public CIMQualifier getQualifier(java.lang.String name)
name
- The name of the qualifier to get.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |