|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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 |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
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. |
int |
hashCode()
Returns the hash code value for this instance of the current 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 |
finalize, getClass, 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()
public void setMethodValue(COMValueInfo methodValue)
COMValueInfo
class.
public COMMethodParmInfo[] getParameterList()
public void setParameterList(COMMethodParmInfo[] parameterList)
COMMethodParmInfo
class.
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |