|
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 |
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. |
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 |
equals,
finalize,
getClass,
hashCode,
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
|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||