|
AR System Java API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of COMValueInfo in com.bmc.arsys.api |
|---|
| Methods in com.bmc.arsys.api that return COMValueInfo | |
|---|---|
COMValueInfo |
COMMethodInfo.getMethodValue()
Returns AR System field to set to the method's return value, if any. |
COMValueInfo |
COMMethodParmInfo.getParmValue()
Returns value of the parameter, specified by using the COMValueInfo class. |
| Methods in com.bmc.arsys.api with parameters of type COMValueInfo | |
|---|---|
void |
ObjectPrinter.printCOMValueInfo(String indent,
String header,
COMValueInfo value)
|
void |
COMMethodInfo.setMethodValue(COMValueInfo methodValue)
Sets AR System field to set to the method's return value, if any. |
void |
COMMethodParmInfo.setParmValue(COMValueInfo parmValue)
Sets value of the parameter, specified by using the COMValueInfo class. |
| Constructors in com.bmc.arsys.api with parameters of type COMValueInfo | |
|---|---|
COMMethodInfo(String methodName,
String methodIId,
int methodType,
COMValueInfo methodValue,
List<COMMethodParmInfo> parameterList)
|
|
COMMethodParmInfo(String parmName,
int parmType,
COMValueInfo parmValue)
|
|
|
AR System Java API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||