public static enum Engines.TYPES extends Enum<Engines.TYPES>
Enum Constant and Description |
---|
oozie |
oozie_sge |
whitestar |
whitestar_parallel |
whitestar_sge |
Modifier and Type | Method and Description |
---|---|
String |
getCliString() |
String |
toString() |
static Engines.TYPES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Engines.TYPES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Engines.TYPES oozie
public static final Engines.TYPES oozie_sge
public static final Engines.TYPES whitestar
public static final Engines.TYPES whitestar_parallel
public static final Engines.TYPES whitestar_sge
public static Engines.TYPES[] values()
for (Engines.TYPES c : Engines.TYPES.values()) System.out.println(c);
public static Engines.TYPES 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 getCliString()
public String toString()
toString
in class Enum<Engines.TYPES>
Copyright © 2015 SeqWare. All rights reserved.