public enum TitleType extends Enum<TitleType>
| Enum Constant and Description |
|---|
AlternativeTitle
Constant ALTERNATIVETITLE
|
Subtitle
Constant SUBTITLE
|
TranslatedTitle
Constant TRANSLATEDTITLE
|
| Modifier and Type | Method and Description |
|---|---|
static TitleType |
fromValue(String value)
Method fromValue.
|
void |
setValue(String value) |
String |
toString()
Method toString.
|
String |
value()
Method value.
|
static TitleType |
valueOf(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(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 static TitleType fromValue(String value)
value - public void setValue(String value)
value - public String toString()
public String value()
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.