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