public static enum TRECResultsMatching.InputFormat extends Enum<TRECResultsMatching.InputFormat>
Modifier and Type | Method and Description |
---|---|
static TRECResultsMatching.InputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TRECResultsMatching.InputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TRECResultsMatching.InputFormat DOCNO
public static final TRECResultsMatching.InputFormat DOCID
public static TRECResultsMatching.InputFormat[] values()
for (TRECResultsMatching.InputFormat c : TRECResultsMatching.InputFormat.values()) System.out.println(c);
public static TRECResultsMatching.InputFormat 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 nullTerrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow