Enum Class RssSkipDays

java.lang.Object
java.lang.Enum<RssSkipDays>
io.micronaut.rss.RssSkipDays
All Implemented Interfaces:
Serializable, Comparable<RssSkipDays>, Constable

public enum RssSkipDays extends Enum<RssSkipDays>
RSS SkipDays element.
Since:
1.0
Author:
Sergio del Amo
See Also:
  • RSS SkipDays An XML element that contains up to seven sub-elements whose value is . Aggregators may not read the channel during days listed in the skipDays element.
  • Enum Constant Details

  • Method Details

    • values

      public static RssSkipDays[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RssSkipDays valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getDayName

      public String getDayName()
      Returns:
      The dayName