Class ParameterDefinitionImpl

    • Constructor Detail

      • ParameterDefinitionImpl

        public ParameterDefinitionImpl​(java.lang.String name,
                                       DataType dataType,
                                       java.lang.String comment)
        Constructs a new ParameterImp with an unassigned ordinal. The ordinal will be established by the function definition.
        Parameters:
        name - the name of the parameter.
        dataType - the datatype of the parameter
        comment - the comment to store about this parameter.
      • ParameterDefinitionImpl

        protected ParameterDefinitionImpl​(java.lang.String name,
                                          DataType dataType,
                                          java.lang.String comment,
                                          int ordinal)
        Constructs a new ParameterImp
        Parameters:
        name - the name of the parameter.
        dataType - the datatype of the parameter
        comment - the comment to store about this parameter.
        ordinal - the index of this parameter within the function signature.