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