public interface Template
A template.
Templates
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getChoices()
Returns the choices.
|
Map<String,String> |
getDefaultValue()
Returns the default values.
|
Map<String,Description> |
getDescriptions()
Returns the descriptions.
|
String |
getName()
Returns the name of the template.
|
TemplateType |
getType()
Returns the type.
|
String getName()
Returns the name of the template.
TemplateType getType()
Returns the type.
Map<String,String> getDefaultValue()
Returns the default values.
null
, if no default values are
specified.Map<String,List<String>> getChoices()
Returns the choices.
null
, if no choices are specified.Map<String,Description> getDescriptions()
Returns the descriptions.
Copyright © 2015–2019. All rights reserved.