Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.demo.javadriver |
Modifier and Type | Method and Description |
---|---|
List<COMMethodParmInfo> |
COMMethodInfo.getParameterList()
Returns list of the parameters passed to this method.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectPrinter.printCOMMethodParmInfo(String indent,
String header,
COMMethodParmInfo value) |
void |
ParameterValidator.validateARCOMMethodParmInfo(COMMethodParmInfo cmpi,
boolean nullOk)
Validate that an object of type COMMethodParmInfo contains a value and that the value is legal.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectPrinter.printCOMMethodParmInfoList(String indent,
String header,
List<COMMethodParmInfo> value) |
void |
COMMethodInfo.setParameterList(List<COMMethodParmInfo> parameterList)
Returns list of the parameters passed to this method, specified by using the
COMMethodParmInfo class. |
void |
ParameterValidator.validateARCOMMethodParmList(List<COMMethodParmInfo> parameterList,
boolean nullOk)
Validate that List of objects of type COMMethodParmInfo each contains a value and that the value is legal.
|
Constructor and Description |
---|
COMMethodInfo(String methodName,
String methodIId,
int methodType,
COMValueInfo methodValue,
List<COMMethodParmInfo> parameterList) |
Modifier and Type | Method and Description |
---|---|
static COMMethodParmInfo |
InputReader.getCOMMethodParmInfo() |
Modifier and Type | Method and Description |
---|---|
static List<COMMethodParmInfo> |
InputReader.getCOMMethodParmInfoList() |
? Copyright 2013 BMC Software, Inc.