public static enum FoxParameter.Parameter extends Enum<FoxParameter.Parameter>
Enum Constant and Description |
---|
FOXLIGHT |
INPUT |
LANG |
LINKING |
NIF |
OUTPUT |
TASK |
TYPE |
Modifier and Type | Method and Description |
---|---|
static FoxParameter.Parameter |
fromString(String parameter) |
String |
toString() |
static FoxParameter.Parameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FoxParameter.Parameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FoxParameter.Parameter TYPE
public static final FoxParameter.Parameter INPUT
public static final FoxParameter.Parameter TASK
public static final FoxParameter.Parameter OUTPUT
public static final FoxParameter.Parameter FOXLIGHT
public static final FoxParameter.Parameter NIF
public static final FoxParameter.Parameter LANG
public static final FoxParameter.Parameter LINKING
public static FoxParameter.Parameter[] values()
for (FoxParameter.Parameter c : FoxParameter.Parameter.values()) System.out.println(c);
public static FoxParameter.Parameter 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.Parameter>
public static FoxParameter.Parameter fromString(String parameter)
Copyright © 2024. All rights reserved.