background image
<< Replacement Variables for Stub Generation | Replacement Variables for EJB Stub Templates >>
<< Replacement Variables for Stub Generation | Replacement Variables for EJB Stub Templates >>

ParameterDeclarations Variable

Replacement Variables for Stub Generation Templates
133
<<!MethodName!>>
Name of the method.
Example:
Post
FunctionBody
FunctionBodyWith
outLookUp
PropertyGetBody
PropertyGetBodyW
ithoutLookUp
PropertyLetBody
SubBody
SubBodyWithoutLo
okUp
<<!ParameterDeclarations!>>
Comma-separated list of parameter
types and names to be included as part
of the method declaration.
Example:
ByVal lAccountNo As Long, ByVal
lAmount As Long
FunctionBody
PropertyGetBody
PropertyLetBody
SubBody
<<!ReturnType!>>
Return type for the method.
Example:
String
FunctionBody
FunctionBodyWith
outLookUp
PropertyGetBody
PropertyGetBodyW
ithoutLookUp
<<!ParameterNamesAsStrings!>>
Comma-separated list of parameter
names as strings.
Example:
"lAccountNo", "lAmount"
FunctionBody
PropertyGetBody
PropertyLetBody
SubBody
<<!ParameterNames!>>
Comma-separated list of parameter
names.
Example:
lAccountNo, lAmount
FunctionBody
PropertyGetBody
PropertyLetBody
SubBody
<<!ParameterValuesAsStrings!>>
Comma-separated list of parameter
values converted to strings.
Example:
"CStr(lAccountNo), CStr(lAmount)"
NOTE: For complex data types such as
arrays, the generated code will need to
be modified to compile and work.
FunctionBody
PropertyGetBody
PropertyLetBody
SubBody
<<!LookUpTableName!>>
Name of the lookup table to be used for
the method.
Example:
_Account_Post_L
FunctionBody
PropertyGetBody
PropertyLetBody
SubBody
Variable
Description
Template