Interface ITemplateParameter
public interface ITemplateParameter
Represents a parameter of
IStringTemplate
.-
Method Summary
Modifier and TypeMethodDescriptionReturns the type of the parameter.getValue()
Returns the value of the parameter.
-
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:
-