public static enum Bookmark.ResourceType extends Enum<Bookmark.ResourceType>
Enum Constant and Description |
---|
Algorithm |
Compound |
Dataset |
Feature |
Model |
Validation |
Modifier and Type | Method and Description |
---|---|
static Bookmark.ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bookmark.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bookmark.ResourceType Dataset
public static final Bookmark.ResourceType Compound
public static final Bookmark.ResourceType Model
public static final Bookmark.ResourceType Algorithm
public static final Bookmark.ResourceType Validation
public static final Bookmark.ResourceType Feature
public static Bookmark.ResourceType[] values()
for (Bookmark.ResourceType c : Bookmark.ResourceType.values()) System.out.println(c);
public static Bookmark.ResourceType 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 nullCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.