Interface Module.Parameter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      The name of the parameter
      boolean isInput()
      Answer whenether or not the parameter is input to the module.
      boolean isOutput()
      Answer whenether or not the parameter is output to the module.
    • Method Detail

      • getName

        java.lang.String getName()
        The name of the parameter
        Returns:
        the name
      • isInput

        boolean isInput()
        Answer whenether or not the parameter is input to the module.
        Returns:
        true if the parameter is input, false otherwise
      • isOutput

        boolean isOutput()
        Answer whenether or not the parameter is output to the module.
        Returns:
        true if the parameter is output, false otherwise