public static enum BookmarkSuggestion.TypeEnum extends Enum<BookmarkSuggestion.TypeEnum>
| Enum Constant and Description |
|---|
DASHBOARD |
INVENTORY |
INVENTORY_EXPORT |
REPORTING |
VISUALIZER |
| Modifier and Type | Method and Description |
|---|---|
static BookmarkSuggestion.TypeEnum |
fromValue(String text) |
String |
toString() |
static BookmarkSuggestion.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BookmarkSuggestion.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BookmarkSuggestion.TypeEnum INVENTORY
public static final BookmarkSuggestion.TypeEnum REPORTING
public static final BookmarkSuggestion.TypeEnum VISUALIZER
public static final BookmarkSuggestion.TypeEnum DASHBOARD
public static final BookmarkSuggestion.TypeEnum INVENTORY_EXPORT
public static BookmarkSuggestion.TypeEnum[] values()
for (BookmarkSuggestion.TypeEnum c : BookmarkSuggestion.TypeEnum.values()) System.out.println(c);
public static BookmarkSuggestion.TypeEnum 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<BookmarkSuggestion.TypeEnum>public static BookmarkSuggestion.TypeEnum fromValue(String text)
Copyright © 2019 LeanIX GmbH. All rights reserved.