Interface IThemeDS

All Known Implementing Classes:
ThemeDS, XmlThemeDS, XmlThemeDS

public interface IThemeDS
This interface defines the methods needed to initialize a theme definition.
Since:
7.3
Author:
Danny Roest
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the channel (never null).
  • Method Details

    • getName

      String getName()
      Returns the name of the channel (never null).
      Returns:
      the name of the channel (never null)