public static enum TrecDocParser.ParsePathType extends Enum<TrecDocParser.ParsePathType>
Modifier and Type | Method and Description |
---|---|
static TrecDocParser.ParsePathType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrecDocParser.ParsePathType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrecDocParser.ParsePathType GOV2
public static final TrecDocParser.ParsePathType FBIS
public static final TrecDocParser.ParsePathType FT
public static final TrecDocParser.ParsePathType FR94
public static final TrecDocParser.ParsePathType LATIMES
public static TrecDocParser.ParsePathType[] values()
for (TrecDocParser.ParsePathType c : TrecDocParser.ParsePathType.values()) System.out.println(c);
public static TrecDocParser.ParsePathType 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 null