Interface IParameter


@Deprecated(since="10.0.11") public interface IParameter
Deprecated.
Parameter consisting of name and type
API:
This is a public API.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Gets the name of the parameter.
    Deprecated.
    Gets the type of the parameter.
  • Method Details

    • getName

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

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