Package misc

Interface IDescriptor

All Known Subinterfaces:
IAggregate, IOutput
All Known Implementing Classes:
AGGREGATE_Ger_Satellite, AGGREGATE_Radio_Channels, AGGREGATE_Satellite_Channels_HD, AGGREGATE_Satellite_Eng_Channel, AGGREGATE_Satellite_Ger_Channel, AGGREGATE_Satellite_Transponder_Count_Channels, JSONFileWriter, SimpleFileWriter, TextBoxWriter

public interface IDescriptor
Interface for both aggregation and output modules to add functionality regarding name and description.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()
    Returns description of implemented module.
    java.lang.String getName()
    Returns decent name of class.
  • Method Details

    • getName

      java.lang.String getName()
      Returns decent name of class.
      Returns:
      Decent name of class
    • getDescription

      java.lang.String getDescription()
      Returns description of implemented module.
      Returns:
      Description