Package de.sfuhrm.radiobrowser4j
Enum Class FieldName
- All Implemented Interfaces:
Serializable,Comparable<FieldName>,Constable
The field name for ordering.
- Author:
- Stephan Fuhrmann
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe station bitrate.The station click count.The click time stamp.The station click trend.The station codec.The station country.The station favicon.The station homepage.The station language.Whether last check was ok.Last check time.The station name.The station state.The station tags.The station url.The station votes. -
Method Summary
-
Enum Constant Details
-
NAME
The station name.- See Also:
-
Station#getName()
-
URL
The station url.- See Also:
-
Station#getUrl()
-
HOMEPAGE
The station homepage.- See Also:
-
Station#getHomepage()
-
FAVICON
The station favicon.- See Also:
-
Station#getFavicon()
-
TAGS
The station tags.- See Also:
-
Station#getTagList()
-
COUNTRY
The station country.- See Also:
-
Station#getCountry()
-
STATE
The station state.- See Also:
-
Station#getState()
-
LANGUAGE
The station language.- See Also:
-
VOTES
The station votes.- See Also:
-
Station#getVotes()
-
CODEC
The station codec.- See Also:
-
Station#getCodec()
-
BITRATE
The station bitrate.- See Also:
-
Station#getBitrate()
-
LASTCHECKOK
Whether last check was ok.- See Also:
-
Station#getLastcheckok()
-
LASTCHECKTIME
Last check time.- See Also:
-
Station#getLastchecktime()
-
CLICKTIMESTAMP
The click time stamp.- See Also:
-
Station#getClicktimestamp()
-
CLICKCOUNT
The station click count.- See Also:
-
Station#getClickcount()
-
CLICKTREND
The station click trend.- See Also:
-
Station#getClicktrend()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-