Package org.acplt.oncrpc.apps.jrpcgen
Class JrpcgenParamInfo
- java.lang.Object
-
- org.acplt.oncrpc.apps.jrpcgen.JrpcgenParamInfo
-
class JrpcgenParamInfo extends java.lang.Object
TheJrpcgenParamInfo
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 Modifier and Type Field Description java.lang.String
parameterName
java.lang.String
parameterType
-
Constructor Summary
Constructors Constructor Description JrpcgenParamInfo(java.lang.String parameterType, java.lang.String parameterName)
Constructs a newJrpcgenParamInfo
object containing information about ...
-