|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.remedy.arsys.api.COMMethodParmInfo
The COMMethodParmInfo class specifies the parameters
used in COMValueInfo.
| Constructor Summary | |
COMMethodParmInfo()
constructor |
|
COMMethodParmInfo(java.lang.String parmName,
long parmType,
COMValueInfo parmValue)
|
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
java.lang.String |
getParmName()
Returns name of the parameter. |
long |
getParmType()
Returns data type of the parameter. |
COMValueInfo |
getParmValue()
Returns value of the parameter, specified by using the COMValueInfo class. |
int |
hashCode()
This method can be used to populate a hash table. |
void |
setParmName(java.lang.String parmName)
Sets name of the parameter. |
void |
setParmType(long parmType)
Sets data type of the parameter. |
void |
setParmValue(COMValueInfo parmValue)
Sets value of the parameter, specified by using the COMValueInfo class. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public COMMethodParmInfo()
public COMMethodParmInfo(java.lang.String parmName,
long parmType,
COMValueInfo parmValue)
| Method Detail |
public java.lang.String getParmName()
public void setParmName(java.lang.String parmName)
public long getParmType()
public void setParmType(long parmType)
public COMValueInfo getParmValue()
COMValueInfo class.public void setParmValue(COMValueInfo parmValue)
COMValueInfo class.
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||