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