Interface ITemplateParameter
-
public interface ITemplateParameterRepresents a parameter ofIStringTemplate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateParameterTypegetParameterType()Returns the type of the parameter.java.lang.ObjectgetValue()Returns the value of the parameter.
-
-
-
Method Detail
-
getValue
java.lang.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:
TemplateParameterType
-
-