public static enum FoxParameter.Task extends Enum<FoxParameter.Task>
Modifier and Type | Method and Description |
---|---|
static FoxParameter.Task |
fromString(String task) |
String |
toString() |
static FoxParameter.Task |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FoxParameter.Task[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FoxParameter.Task ALL
public static final FoxParameter.Task NER
public static final FoxParameter.Task RE
public static final FoxParameter.Task KE
public static FoxParameter.Task[] values()
for (FoxParameter.Task c : FoxParameter.Task.values()) System.out.println(c);
public static FoxParameter.Task 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<FoxParameter.Task>
public static FoxParameter.Task fromString(String task)
Copyright © 2024. All rights reserved.