|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.remedy.arsys.api.FunctionAssignInfo
The FunctionAssignInfo class specifies a function return value to
assign in a Set Fields action.
| Constructor Summary | |
FunctionAssignInfo()
constructor |
|
FunctionAssignInfo(long functionCode,
AssignInfo[] 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. |
boolean |
equals(java.lang.Object anObject,
java.lang.String lhsServer,
java.lang.String lhsSchema,
java.lang.String rhsServer,
java.lang.String rhsSchema)
|
long |
getFunctionCode()
Returns type of function performed. |
long |
getNumItems()
Returns number of input parameters. |
AssignInfo[] |
getParameterList()
Returns parameter values used. |
int |
hashCode()
This method can be used to populate a hash table. |
void |
setFunctionCode(long functionCode)
Sets type of function to perform. |
void |
setNumItems(long numItems)
Sets number of input parameters. |
void |
setParameterList(AssignInfo[] parameterList)
Sets parameter values to use. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FunctionAssignInfo()
public FunctionAssignInfo(long functionCode,
AssignInfo[] parameterList)
| Method Detail |
public long getFunctionCode()
public void setFunctionCode(long functionCode)
AR_FUNCTION_DATE - AR_FUNCTION_DATEAR_FUNCTION_TIME - AR_FUNCTION_TIMEAR_FUNCTION_MONTH - AR_FUNCTION_MONTHAR_FUNCTION_DAY - AR_FUNCTION_DAYAR_FUNCTION_YEAR - AR_FUNCTION_YEARAR_FUNCTION_WEEKDAY - AR_FUNCTION_WEEKDAYAR_FUNCTION_HOUR - AR_FUNCTION_HOURAR_FUNCTION_MINUTE - AR_FUNCTION_MINUTEAR_FUNCTION_SECOND - AR_FUNCTION_SECONDAR_FUNCTION_TRUNC - AR_FUNCTION_TRUNCAR_FUNCTION_ROUND - AR_FUNCTION_ROUNDAR_FUNCTION_LENGTH - AR_FUNCTION_LENGTHAR_FUNCTION_UPPER - AR_FUNCTION_UPPERAR_FUNCTION_LOWER - AR_FUNCTION_LOWERAR_FUNCTION_SUBSTR - AR_FUNCTION_SUBSTRAR_FUNCTION_LEFT - AR_FUNCTION_LEFTAR_FUNCTION_RIGHT - AR_FUNCTION_RIGHTAR_FUNCTION_LTRIM - AR_FUNCTION_LTRIMAR_FUNCTION_RTRIM - AR_FUNCTION_RTRIMAR_FUNCTION_LPAD - AR_FUNCTION_LPADAR_FUNCTION_RPAD - AR_FUNCTION_RPADAR_FUNCTION_REPLACE - AR_FUNCTION_REPLACEAR_FUNCTION_STRSTR - AR_FUNCTION_STRSTRAR_FUNCTION_MIN - AR_FUNCTION_MINAR_FUNCTION_MAX - AR_FUNCTION_MAXAR_FUNCTION_COLSUM - AR_FUNCTION_COLSUMAR_FUNCTION_COLCOUNT - AR_FUNCTION_COLCOUNTAR_FUNCTION_COLAVG - AR_FUNCTION_COLAVGAR_FUNCTION_COLMIN - AR_FUNCTION_COLMINAR_FUNCTION_COLMAX - AR_FUNCTION_COLMAXAR_MAX_FUNCTION_USED - AR_MAX_FUNCTION_USEDpublic long getNumItems()
public void setNumItems(long numItems)
public AssignInfo[] getParameterList()
public void setParameterList(AssignInfo[] parameterList)
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.Object
public boolean equals(java.lang.Object anObject,
java.lang.String lhsServer,
java.lang.String lhsSchema,
java.lang.String rhsServer,
java.lang.String rhsSchema)
public int hashCode()
hashCode in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||