Interface IParameter


  • public interface IParameter
    Parameter consisting of name and type
    API:
    This is a public API.
    • Method Detail

      • getName

        String getName()
        Gets the name of the parameter.
        Returns:
        parameter name
        API:
        This public API is available in Java.
      • getType

        String getType()
        Gets the type of the parameter.
        Returns:
        parameter type (e.g. String)
        API:
        This public API is available in Java.