|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.cim.CIMElement
javax.cim.CIMTypedElement
javax.cim.CIMParameter
This class wraps a CIM paramter that is used to define an input, output or input/output parameter to a CIM method. A CIM Parameter is defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004). A CIMParameter object consists of a name, data type and a list of qualifiers. NOTE: Parameters do not have values - so you can not set a default value. CIM Parameters are defined in the CIM Infrastructure Specification. The specification is available from the DMTF (Distributed Management Task Force) at http://dmtf.org/.
CIMMethod,
Serialized Form| Constructor Summary | |
CIMParameter(java.lang.String name,
CIMDataType type,
CIMQualifier[] qualifiers)
Constructs a CIMParameter object using the specified name, data type and qualifiers. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this object against the specified object. |
CIMDataType |
getDataType()
Returns the CIMDataType for this CIM Element. |
CIMQualifier |
getQualifier(int pIndex)
Get a qualifier by index. |
CIMQualifier |
getQualifier(java.lang.String pName)
Gets a qualifier by name. |
int |
getQualifierCount()
Get the number of qualifiers defined for this CIM Element. |
CIMQualifier[] |
getQualifiers()
Returns the list of qualifiers for this class |
java.lang.Object |
getQualifierValue(java.lang.String name)
Gets a qualifier value by name. |
boolean |
hasQualifier(java.lang.String pName)
Checks whether the specified qualifier is one of the qualifiers in this CIM element. |
boolean |
hasQualifierValue(java.lang.String name,
java.lang.Object value)
Checks whether the specified qualifier is one of the qualifiers defined for this parameter with the specified value. |
java.lang.String |
toString()
Returns a String representation of the CIMParameter. |
| Methods inherited from class javax.cim.CIMElement |
getName, hashCode |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CIMParameter(java.lang.String name,
CIMDataType type,
CIMQualifier[] qualifiers)
name - name of this parametertype - data type of this parameterqualifiers - qualifiers for this parameter| Method Detail |
public CIMQualifier getQualifier(int pIndex)
getQualifier in interface CIMQualifiedElementInterfacepIndex - The index of the qualifier
public CIMQualifier getQualifier(java.lang.String pName)
getQualifier in interface CIMQualifiedElementInterfacepName - The name of the qualifier to get.
public int getQualifierCount()
getQualifierCount in interface CIMQualifiedElementInterfacepublic CIMQualifier[] getQualifiers()
getQualifiers in interface CIMQualifiedElementInterfacepublic java.lang.Object getQualifierValue(java.lang.String name)
getQualifierValue in interface CIMQualifiedElementInterfacename - The name of the qualifier to get.
public boolean hasQualifier(java.lang.String pName)
hasQualifier in interface CIMQualifiedElementInterfacepName - the name of the qualifier
public boolean hasQualifierValue(java.lang.String name,
java.lang.Object value)
hasQualifierValue in interface CIMQualifiedElementInterfacename - the name of the qualifiervalue - the value to be tested
public java.lang.String toString()
toString in class CIMElementpublic boolean equals(java.lang.Object obj)
equals in class CIMElementobj - -
the object to compare with.
public CIMDataType getDataType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||