Interface ITemplateParameter


public interface ITemplateParameter
Represents a parameter of IStringTemplate.
  • Method Details

    • getValue

      Object getValue()
      Returns the value of the parameter.
      Returns:
      the parameter value
    • getParameterType

      TemplateParameterType getParameterType()
      Returns the type of the parameter.
      Returns:
      the parameter type
      See Also: