public static enum Airing.ContentType extends Enum<Airing.ContentType>
| Enum Constant and Description |
|---|
BROADCAST_NETWORK |
FIRST_RUN_SYNDICATION |
NONE
No type info was provided by the upstream; this is valid and acceptable
|
OFF_NETWORK |
UNKNOWN
An unknown value was provided; report the value as a bug ticket for future inclusion
|
| Modifier and Type | Method and Description |
|---|---|
static Airing.ContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Airing.ContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Airing.ContentType NONE
public static final Airing.ContentType OFF_NETWORK
public static final Airing.ContentType BROADCAST_NETWORK
public static final Airing.ContentType FIRST_RUN_SYNDICATION
public static final Airing.ContentType UNKNOWN
public static Airing.ContentType[] values()
for (Airing.ContentType c : Airing.ContentType.values()) System.out.println(c);
public static Airing.ContentType 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 © 2012-2014 Battams, Derek. All Rights Reserved.