|
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.COMMethodInfo
The COMMethodInfo class defines an OLE Automation method.
| Constructor Summary | |
COMMethodInfo()
constructor |
|
COMMethodInfo(java.lang.String methodName,
java.lang.String methodIId,
long methodType,
COMValueInfo methodValue,
COMMethodParmInfo[] parameterList)
|
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
java.lang.String |
getMethodIId()
Returns ID of the interface that owns the method, length limited by AR_MAX_COM_ID_SIZE (128 bytes) |
java.lang.String |
getMethodName()
Returns name of the method, length limited by AR_MAX_COM_METHOD_NAME (128 bytes). |
long |
getMethodType()
Returns type of value returned by the method, if any. |
COMValueInfo |
getMethodValue()
Returns AR System field to set to the method's return value, if any. |
COMMethodParmInfo[] |
getParameterList()
Returns list of the parameters passed to this method, specified by using the COMMethodParmInfo class. |
void |
setMethodIId(java.lang.String methodIId)
Sets ID of the interface that owns the method, length limited by AR_MAX_COM_ID_SIZE (128 bytes) |
void |
setMethodName(java.lang.String methodName)
Sets name of the method, length limited by AR_MAX_COM_METHOD_NAME (128 bytes). |
void |
setMethodType(long methodType)
Sets type of value returned by the method, if any. |
void |
setMethodValue(COMValueInfo methodValue)
Sets AR System field to set to the method's return value, if any. |
void |
setParameterList(COMMethodParmInfo[] parameterList)
Returns list of the parameters passed to this method, specified by using the COMMethodParmInfo class. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public COMMethodInfo()
public COMMethodInfo(java.lang.String methodName,
java.lang.String methodIId,
long methodType,
COMValueInfo methodValue,
COMMethodParmInfo[] parameterList)
| Method Detail |
public java.lang.String getMethodName()
AR_MAX_COM_METHOD_NAME (128 bytes).public void setMethodName(java.lang.String methodName)
AR_MAX_COM_METHOD_NAME (128 bytes).public java.lang.String getMethodIId()
AR_MAX_COM_ID_SIZE (128 bytes)public void setMethodIId(java.lang.String methodIId)
AR_MAX_COM_ID_SIZE (128 bytes)public long getMethodType()
public void setMethodType(long methodType)
public COMValueInfo getMethodValue()
COMValueInfo class.public void setMethodValue(COMValueInfo methodValue)
COMValueInfo class.public COMMethodParmInfo[] getParameterList()
COMMethodParmInfo class.public void setParameterList(COMMethodParmInfo[] parameterList)
COMMethodParmInfo 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 | ||||||||