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