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