Interface INfoEnum

All Known Implementing Classes:
NfoAdaptNumber, NfoAudioChannels, NfoAudioCodec, NfoAudioLang, NfoVideoAspect, NfoVideoCodec

public interface INfoEnum
Author:
Steph GAUDRY
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static String
     
    static String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The display to show in a GUI component
    getInfo​(boolean htmlWrapped)
    The information to display about this nfo value
    The value to store in the nfo tag
    Returns the name of this enum constant, exactly as declared in its enum declaration.
  • Field Details

  • Method Details

    • getNfoValue

      String getNfoValue()
      The value to store in the nfo tag
      Returns:
    • getDisplay

      String getDisplay()
      The display to show in a GUI component
      Returns:
    • getInfo

      String getInfo(boolean htmlWrapped)
      The information to display about this nfo value
      Parameters:
      htmlWrapped - true to wrap text by HTML tags
      Returns:
    • name

      String name()
      Returns the name of this enum constant, exactly as declared in its enum declaration. Most programmers should use the toString() method in preference to this one, as the toString method may return a more user-friendly name. This method is designed primarily for use in specialized situations where correctness depends on getting the exact name, which will not vary from release to release.
      Returns:
      the name of this enum constant