Interface TemplateMeta

All Superinterfaces:
Item

public interface TemplateMeta extends Item
This is public interface for Template metadata.
  • Method Details

    • getPriority

      int getPriority()
      Returns the priority of the Template.
      Returns:
      the priority for this Template.
    • getOutputFormat

      String getOutputFormat()
      Returns the output format of this Template.
      Returns:
      the output format of this Template.
    • getCustomMeta

      CustomMeta getCustomMeta()
      Returns the CustomMetaData for this Template, if there is any. If there is none, null is returned.
      Returns:
      the CustomMetaData for this Template as a CustomMeta object, or null if there is none.