Interface Parameterizable


public interface Parameterizable
Interface for indicating that the implementing class takes adjustable parameters.
Author:
Pete Bankhead
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the parameter list associated with the class.
  • Method Details

    • getParameterList

      ParameterList getParameterList()
      Get the parameter list associated with the class.
      Returns: