Interface IParameter<T>

Type Parameters:
T - type of the value of the parameter
All Known Subinterfaces:
IParameterStruct<T>

public interface IParameter<T>
Since:
3.9.2
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the typed value of the parameter.
  • Method Details

    • getName

      @NotNull String getName()
    • getValue

      @Nullable T getValue()
      Returns the typed value of the parameter. WARNING: So far only String parameters are supported, so returned object will always be a String.