public enum ExternalSource extends Enum<ExternalSource>
| Enum Constant and Description |
|---|
FREEBASE_ID |
FREEBASE_MID |
IMDB_ID |
TVDB_ID |
TVRAGE_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyString() |
static ExternalSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalSource FREEBASE_ID
public static final ExternalSource FREEBASE_MID
public static final ExternalSource IMDB_ID
public static final ExternalSource TVDB_ID
public static final ExternalSource TVRAGE_ID
public static ExternalSource[] values()
for (ExternalSource c : ExternalSource.values()) System.out.println(c);
public static ExternalSource 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 nullpublic String getPropertyString()
Copyright © 2012–2017. All rights reserved.