Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
void |
ParameterValidator.validateARCOMValueInfo(COMValueInfo cvi,
boolean nullOk)
Validate that an object of type COMValueInfo contains a value and that the value is legal.
|
Constructor and Description |
---|
COMMethodInfo(String methodName,
String methodIId,
int methodType,
COMValueInfo methodValue,
List<COMMethodParmInfo> parameterList) |
COMMethodParmInfo(String parmName,
int parmType,
COMValueInfo parmValue) |
Modifier and Type | Method and Description |
---|---|
static COMValueInfo |
InputReader.getCOMValueInfo() |
? Copyright 2013 BMC Software, Inc.