public static enum Retrieval.RetrievalMethod extends java.lang.Enum<Retrieval.RetrievalMethod>
| Enum Constant and Description |
|---|
RETRIEVE |
RETRIEVE_K |
RETRIEVE_K_SORTED |
RETRIEVE_SORTED |
| Modifier and Type | Method and Description |
|---|---|
static Retrieval.RetrievalMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Retrieval.RetrievalMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Retrieval.RetrievalMethod RETRIEVE
public static final Retrieval.RetrievalMethod RETRIEVE_SORTED
public static final Retrieval.RetrievalMethod RETRIEVE_K
public static final Retrieval.RetrievalMethod RETRIEVE_K_SORTED
public static Retrieval.RetrievalMethod[] values()
for (Retrieval.RetrievalMethod c : Retrieval.RetrievalMethod.values()) System.out.println(c);
public static Retrieval.RetrievalMethod valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null