|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.COMMethodParmInfo
public class COMMethodParmInfo
The COMMethodParmInfo
class specifies the parameters used in COMValueInfo
.
Constructor Summary | |
---|---|
COMMethodParmInfo()
constructor |
|
COMMethodParmInfo(String parmName,
int parmType,
COMValueInfo parmValue)
|
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
String |
getParmName()
Returns name of the parameter. |
int |
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(String parmName)
Sets name of the parameter. |
void |
setParmType(int parmType)
Sets data type of the parameter. |
void |
setParmValue(COMValueInfo parmValue)
Sets value of the parameter, specified by using the COMValueInfo class. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public COMMethodParmInfo()
public COMMethodParmInfo(String parmName, int parmType, COMValueInfo parmValue)
Method Detail |
---|
public String getParmName()
public void setParmName(String parmName)
public int getParmType()
public void setParmType(int parmType)
public COMValueInfo getParmValue()
COMValueInfo
class.
public void setParmValue(COMValueInfo parmValue)
COMValueInfo
class.
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |