public static enum Schedulable.PEAKCOLLECTION extends java.lang.Enum<Schedulable.PEAKCOLLECTION>
| Modifier and Type | Method and Description |
|---|---|
static Schedulable.PEAKCOLLECTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Schedulable.PEAKCOLLECTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schedulable.PEAKCOLLECTION SAMPLING
public static final Schedulable.PEAKCOLLECTION COMPLETE
public static final Schedulable.PEAKCOLLECTION BINARY
public static Schedulable.PEAKCOLLECTION[] values()
for (Schedulable.PEAKCOLLECTION c : Schedulable.PEAKCOLLECTION.values()) System.out.println(c);
public static Schedulable.PEAKCOLLECTION valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null