com.sodius.mdw.core.eval.project
Interface TextTemplate

All Superinterfaces:
ProjectElement, ProjectUnit

public interface TextTemplate
extends ProjectUnit

A text template, used to generate files based on wysiwyg text.

This interface is not intended to be implemented by clients.

See Also:
Project.getTextTemplates()

Method Summary
 boolean isDocTemplate()
          Returns true if the template is a doc template.
 
Methods inherited from interface com.sodius.mdw.core.eval.project.ProjectUnit
getQualifiedName
 
Methods inherited from interface com.sodius.mdw.core.eval.project.ProjectElement
getLocation, getName, getParameterCount, getParameters, getVisibility
 

Method Detail

isDocTemplate

boolean isDocTemplate()
Returns true if the template is a doc template.

Returns:
true if the template is a doc template.
Since:
2.1.0