public enum RecommendationRenderType extends java.lang.Enum<RecommendationRenderType>
| Enum Constant and Description |
|---|
DOMAIN_SEARCH_LIST |
ENTITY_NAME_LIST |
GLOSSARY_TERM_SEARCH_LIST |
PLATFORM_SEARCH_LIST |
SEARCH_QUERY_LIST |
TAG_SEARCH_LIST |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationRenderType |
fromValue(java.lang.String text) |
java.lang.String |
toString() |
static RecommendationRenderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecommendationRenderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecommendationRenderType ENTITY_NAME_LIST
public static final RecommendationRenderType PLATFORM_SEARCH_LIST
public static final RecommendationRenderType TAG_SEARCH_LIST
public static final RecommendationRenderType GLOSSARY_TERM_SEARCH_LIST
public static final RecommendationRenderType SEARCH_QUERY_LIST
public static final RecommendationRenderType DOMAIN_SEARCH_LIST
public static RecommendationRenderType[] values()
for (RecommendationRenderType c : RecommendationRenderType.values()) System.out.println(c);
public static RecommendationRenderType 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 java.lang.String toString()
toString in class java.lang.Enum<RecommendationRenderType>public static RecommendationRenderType fromValue(java.lang.String text)