| Enum Constant and Description |
|---|
AlternativeTitle
Constant ALTERNATIVETITLE
|
Subtitle
Constant SUBTITLE
|
TranslatedTitle
Constant TRANSLATEDTITLE
|
| Modifier and Type | Method and Description |
|---|---|
static TitleType |
fromValue(java.lang.String value)
Method fromValue.
|
void |
setValue(java.lang.String value) |
java.lang.String |
toString()
Method toString.
|
java.lang.String |
value()
Method value.
|
static TitleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TitleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TitleType AlternativeTitle
public static final TitleType Subtitle
public static final TitleType TranslatedTitle
public static TitleType[] values()
for (TitleType c : TitleType.values()) System.out.println(c);
public static TitleType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static TitleType fromValue(java.lang.String value)
value - the value for the title typepublic void setValue(java.lang.String value)
value - the value to setpublic java.lang.String toString()
toString in class java.lang.Enum<TitleType>public java.lang.String value()