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