public enum OtherValueKey extends Enum<OtherValueKey>
| Modifier and Type | Method and Description |
|---|---|
static OtherValueKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtherValueKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtherValueKey ATOM_THREADING_TOTAL
public static final OtherValueKey BBC_NETWORK
public static final OtherValueKey BBC_SYSTEM_REF
public static final OtherValueKey BBC_SERIES_DETAILS
public static final OtherValueKey BLIP_ADMIN_RATING
public static final OtherValueKey BLIP_CORE
public static final OtherValueKey BLIP_CORE_VALUE
public static final OtherValueKey BLIP_EMBED_LOOKUP
public static final OtherValueKey BLIP_ITEM_ID
public static final OtherValueKey BLIP_ITEM_TYPE
public static final OtherValueKey BLIP_LANGUAGE
public static final OtherValueKey BLIP_LICENSE
public static final OtherValueKey BLIP_USER
public static final OtherValueKey BLIP_USERID
public static final OtherValueKey BLIP_POSTER_IMAGE
public static final OtherValueKey BLIP_POSTS_ID
public static final OtherValueKey BLIP_PURE_DESCRIPTION
public static final OtherValueKey BLIP_RATING
public static final OtherValueKey BLIP_RECOMMENDABLE
public static final OtherValueKey BLIP_RECOMMENDATIONS
public static final OtherValueKey BLIP_RUNTIME
public static final OtherValueKey BLIP_SAFE_USERNAME
public static final OtherValueKey BLIP_SHOW
public static final OtherValueKey BLIP_SHOW_PATH
public static final OtherValueKey BLIP_THUMBNAIL_SRC
public static final OtherValueKey DISCOVERY_EPISODE_ID
public static final OtherValueKey DISCOVERY_EXPIRES
public static final OtherValueKey DISCOVERY_ID
public static final OtherValueKey DISCOVERY_SPECIAL
public static final OtherValueKey PODFM_RU_DOWNLOAD_COUNT
public static final OtherValueKey PODFM_RU_NO_DOWNLOAD
public static final OtherValueKey RADIO_FRANCE_BUSINESS_REFERENCE
public static final OtherValueKey RADIO_FRANCE_MAGNETOTHEQUE_ID
public static final OtherValueKey RADIO_FRANCE_ORIGIN_STATION
public static final OtherValueKey RADIO_FRANCE_STEP_ID
public static final OtherValueKey GEO_RSS_FEATURE_NAME
public static final OtherValueKey ITUNES_UNIVERSITY_CATEGORY
public static final OtherValueKey PROMODEEJAY_FILE_ID
public static final OtherValueKey PROMODEEJAY_KIND
public static final OtherValueKey SVERIGES_PODD_ID
public static final OtherValueKey SVERIGES_PROGRAM_ID
public static final OtherValueKey WELT_PREMIUM
public static final OtherValueKey WELT_SOURCE
public static final OtherValueKey WELT_TOPIC
public static final OtherValueKey WORDPRESS_POST_ID
public static final OtherValueKey WORDPRESS_SITE
public static OtherValueKey[] values()
for (OtherValueKey c : OtherValueKey.values()) System.out.println(c);
public static OtherValueKey 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 © 2018. All rights reserved.