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