Interface IGlobalParameterDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
GlobalParameterDefinition

public interface IGlobalParameterDefinition extends Serializable
Describes a Global Parameter's definition
Since:
11.0
Author:
Mihai Bob
  • Method Details

    • getName

      String getName()
      Returns the unique name of the global parameter. May not be null.
      Returns:
      the name of the global parameter
    • getParameterType

      GlobalParameterType getParameterType()
      Returns the parameter type of the global parameter. May not be null.
      Returns:
      GlobalParameterType of the global paramter
    • getDataType

      DataType getDataType()
      Based on the parameter type, this will return the data type inside the global parameter or null if the parameter type is GlobalParameterType.Text
      Returns:
      DataType