org.acplt.oncrpc.apps.jrpcgen
class JrpcgenParamInfo extends java.lang.Object
JrpcgenParamInfo
class contains information about the
data type of a procedure's parameter, as well as the parameter's optional
name.Modifier and Type | Field and Description |
---|---|
java.lang.String |
parameterName |
java.lang.String |
parameterType |
Constructor and Description |
---|
JrpcgenParamInfo(java.lang.String parameterType,
java.lang.String parameterName)
Constructs a new
JrpcgenParamInfo object containing
information about ... |