Package org.acplt.oncrpc.apps.jrpcgen
Class JrpcgenParamInfo
java.lang.Object
org.acplt.oncrpc.apps.jrpcgen.JrpcgenParamInfo
The
JrpcgenParamInfo
class contains information about the
data type of a procedure's parameter, as well as the parameter's optional
name.- Version:
- $Revision: 1.2 $ $Date: 2003/08/14 08:09:59 $ $State: Exp $ $Locker: $
- Author:
- Harald Albrecht
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJrpcgenParamInfo
(String parameterType, String parameterName) Constructs a newJrpcgenParamInfo
object containing information about ... -
Method Summary
-
Field Details
-
parameterType
-
parameterName
-
-
Constructor Details
-
JrpcgenParamInfo
Constructs a newJrpcgenParamInfo
object containing information about ...
-