@Deprecated public enum MoreLikeThis extends Enum<MoreLikeThis>
| Enum Constant and Description |
|---|
TITLE
Deprecated.
|
WHAT
Deprecated.
|
WHO
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Deprecated.
Return the MoreLikeThis field
|
static MoreLikeThis |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static MoreLikeThis[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoreLikeThis TITLE
public static final MoreLikeThis WHO
public static final MoreLikeThis WHAT
public static MoreLikeThis[] values()
for (MoreLikeThis c : MoreLikeThis.values()) System.out.println(c);
public static MoreLikeThis 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 toString()
toString in class Enum<MoreLikeThis>Copyright © 2019 Europeana Foundation. All rights reserved.