|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleParameter | |
---|---|
com.carlosbcruz.sapproxy.generator.model |
Uses of SimpleParameter in com.carlosbcruz.sapproxy.generator.model |
---|
Methods in com.carlosbcruz.sapproxy.generator.model that return SimpleParameter | |
---|---|
SimpleParameter |
ComplexParameter.getParameters(int i)
|
Methods in com.carlosbcruz.sapproxy.generator.model that return types with arguments of type SimpleParameter | |
---|---|
java.util.ArrayList<SimpleParameter> |
Function.getInputParameters()
Retrieve the input parameters. |
java.util.ArrayList<SimpleParameter> |
Function.getOutputParameters()
Set the output parameters. |
java.util.ArrayList<SimpleParameter> |
ComplexParameter.getParameters()
Inform the set of parameters. |
Methods in com.carlosbcruz.sapproxy.generator.model with parameters of type SimpleParameter | |
---|---|
void |
ComplexParameter.addParameters(SimpleParameter parameter)
|
Method parameters in com.carlosbcruz.sapproxy.generator.model with type arguments of type SimpleParameter | |
---|---|
void |
Function.setInputParameters(java.util.ArrayList<SimpleParameter> inputParameters)
Set the input parameters. |
void |
Function.setOutputParameters(java.util.ArrayList<SimpleParameter> outputParameters)
Retrieve the output parameters. |
void |
ComplexParameter.setParameters(java.util.ArrayList<SimpleParameter> parameters)
Set the parameters. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |