Modifier and Type | Field and Description |
---|---|
String |
className |
String |
elementTypeName |
String |
engineName |
String |
formatTypeName |
String |
icon |
String |
mode |
String |
modelTypeName |
List<String> |
resources |
String |
template |
String |
viewName |
Constructor and Description |
---|
ViewType() |
ViewType(String viewName,
String className,
String engineName,
String templateEngine,
String mode,
String elementTypeName,
String modelTypeName,
String formatTypeName,
String template,
List<String> resources) |
Modifier and Type | Method and Description |
---|---|
void |
addResource(String resource) |
static String |
computeName(String formatTypeName,
String elementTypeName,
String viewName,
String modelTypeName,
String engineName,
String mode,
String templateEngineName) |
ElementType |
getElementType() |
FormatType |
getFormatType() |
String |
getIcon() |
String |
getMode() |
ModelType |
getModelType() |
List<String> |
getResources() |
String |
getTemplate() |
String |
getTemplateEngine() |
TypeFamily |
getTypeFamily() |
String |
getTypeName() |
View |
getView() |
String |
getViewName() |
boolean |
isMerge() |
void |
setIcon(String icon) |
void |
setMerge(boolean merge) |
void |
setMode(String mode) |
void |
setResources(List<String> resources) |
void |
setTemplate(String template) |
void |
setTemplateEngine(String templateEngine) |
public String viewName
public String engineName
public String mode
public String icon
public String elementTypeName
public String formatTypeName
public String modelTypeName
public String className
public String template
public String getTypeName()
getTypeName
in interface Type
public static String computeName(String formatTypeName, String elementTypeName, String viewName, String modelTypeName, String engineName, String mode, String templateEngineName)
public TypeFamily getTypeFamily()
getTypeFamily
in interface Type
public String getViewName()
public View getView()
public ElementType getElementType()
public ModelType getModelType()
public FormatType getFormatType()
public String getTemplate()
public void setTemplate(String template)
public String getMode()
public void setMode(String mode)
public String getIcon()
public void setIcon(String icon)
public String getTemplateEngine()
public void setTemplateEngine(String templateEngine)
public boolean isMerge()
public void setMerge(boolean merge)
public void addResource(String resource)
Copyright © 2015 Nuxeo SA. All rights reserved.