public enum FieldName extends Enum<FieldName>
| Enum Constant and Description |
|---|
bitrate
The station bitrate.
|
clickcount
The station click count.
|
clicktimestamp
The click time stamp.
|
clicktrend
The station click trend.
|
codec
The station codec.
|
country
The station country.
|
favicon
The station favicon.
|
homepage
The station homepage.
|
language
The station language.
|
lastcheckok
Whether last check was ok.
|
lastchecktime
Last check time.
|
name
The station name.
|
negativevotes
The station negative votes.
|
state
The station state.
|
tags
The station tags.
|
url
The station url.
|
votes
The station votes.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldName name
Station.namepublic static final FieldName url
Station.urlpublic static final FieldName homepage
Station.homepagepublic static final FieldName favicon
Station.faviconpublic static final FieldName tags
Station.tagListpublic static final FieldName country
Station.countrypublic static final FieldName state
Station.statepublic static final FieldName language
Station.languagepublic static final FieldName votes
Station.votespublic static final FieldName negativevotes
Station.negativevotespublic static final FieldName codec
Station.codecpublic static final FieldName bitrate
Station.bitratepublic static final FieldName lastcheckok
Station.lastcheckokpublic static final FieldName lastchecktime
Station.lastchecktimepublic static final FieldName clicktimestamp
Station.clicktimestamppublic static final FieldName clickcount
Station.clickcountpublic static final FieldName clicktrend
Station.clicktrendpublic static FieldName[] values()
for (FieldName c : FieldName.values()) System.out.println(c);
public static FieldName valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.