Class JrpcgenParamInfo

java.lang.Object
org.acplt.oncrpc.apps.jrpcgen.JrpcgenParamInfo

class JrpcgenParamInfo extends Object
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 Details

    • parameterType

      public String parameterType
    • parameterName

      public String parameterName
  • Constructor Details

    • JrpcgenParamInfo

      public JrpcgenParamInfo(String parameterType, String parameterName)
      Constructs a new JrpcgenParamInfo object containing information about ...