public enum Elara extends Enum<Elara>
| Modifier and Type | Method and Description |
|---|---|
static ElaraRunner |
launch(Configuration configuration) |
static ElaraRunner |
launch(Context context) |
static ElaraRunner |
launch(ElaraFactory elaraFactory) |
static Elara |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Elara[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Elara[] values()
for (Elara c : Elara.values()) System.out.println(c);
public static Elara 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 static ElaraRunner launch(Context context)
public static ElaraRunner launch(Configuration configuration)
public static ElaraRunner launch(ElaraFactory elaraFactory)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.