Enum FieldName

java.lang.Object
java.lang.Enum<FieldName>
de.sfuhrm.radiobrowser4j.FieldName
All Implemented Interfaces:
Serializable, Comparable<FieldName>, java.lang.constant.Constable

public enum FieldName extends Enum<FieldName>
The field name for ordering.
Author:
Stephan Fuhrmann
  • Enum Constant Details

    • NAME

      public static final FieldName NAME
      The station name.
    • URL

      public static final FieldName URL
      The station url.
    • HOMEPAGE

      public static final FieldName HOMEPAGE
      The station homepage.
    • FAVICON

      public static final FieldName FAVICON
      The station favicon.
    • TAGS

      public static final FieldName TAGS
      The station tags.
    • COUNTRY

      public static final FieldName COUNTRY
      The station country.
    • STATE

      public static final FieldName STATE
      The station state.
    • LANGUAGE

      public static final FieldName LANGUAGE
      The station language.
    • VOTES

      public static final FieldName VOTES
      The station votes.
    • CODEC

      public static final FieldName CODEC
      The station codec.
    • BITRATE

      public static final FieldName BITRATE
      The station bitrate.
    • LASTCHECKOK

      public static final FieldName LASTCHECKOK
      Whether last check was ok.
    • LASTCHECKTIME

      public static final FieldName LASTCHECKTIME
      Last check time.
    • CLICKTIMESTAMP

      public static final FieldName CLICKTIMESTAMP
      The click time stamp.
    • CLICKCOUNT

      public static final FieldName CLICKCOUNT
      The station click count.
    • CLICKTREND

      public static final FieldName CLICKTREND
      The station click trend.
  • Method Details

    • values

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

      public static FieldName valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null