|
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.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()
Returns the hash code value for this instance of the current 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 |
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
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 |