Class TemplateService.TemplateVariable

java.lang.Object
java.util.AbstractMap.SimpleEntry<String,String>
com.sap.cds.maven.plugin.add.TemplateService.TemplateVariable
All Implemented Interfaces:
Serializable, Map.Entry<String,String>
Enclosing class:
TemplateService

public static class TemplateService.TemplateVariable extends AbstractMap.SimpleEntry<String,String>
Holds key and value of a template variable. The corresponding variable in template will be replaced with the value of this instance.
See Also: