Interface IGlobalParameterDS

All Known Implementing Classes:
XmlGlobalParameterDS, XmlGlobalParameterDS

public interface IGlobalParameterDS
Data source for global parameter. Specifies the name, parameter type and data type
Since:
11.0
Author:
Mihai Bob
  • Method Details

    • getName

      String getName()
      This method returns the unique name of the parameter (mandatory).
      Returns:
      The unique name of the global parameter.
    • getParameterType

      GlobalParameterType getParameterType()
      The global parameter's type
      Returns:
      parameter's type
    • getDataType

      DataType getDataType()
      Returns the data type. If the GlobalParameterType is of type TEXT, then this value will be null
      Returns:
      the data type