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