public enum DayOfExecution extends Enum<DayOfExecution>
| Enum Constant and Description |
|---|
_1 |
_10 |
_11 |
_12 |
_13 |
_14 |
_15 |
_16 |
_17 |
_18 |
_19 |
_2 |
_20 |
_21 |
_22 |
_23 |
_24 |
_25 |
_26 |
_27 |
_28 |
_29 |
_3 |
_30 |
_31 |
_4 |
_5 |
_6 |
_7 |
_8 |
_9 |
| Modifier and Type | Method and Description |
|---|---|
static DayOfExecution |
fromValue(String text) |
String |
toString() |
static DayOfExecution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayOfExecution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DayOfExecution _1
public static final DayOfExecution _2
public static final DayOfExecution _3
public static final DayOfExecution _4
public static final DayOfExecution _5
public static final DayOfExecution _6
public static final DayOfExecution _7
public static final DayOfExecution _8
public static final DayOfExecution _9
public static final DayOfExecution _10
public static final DayOfExecution _11
public static final DayOfExecution _12
public static final DayOfExecution _13
public static final DayOfExecution _14
public static final DayOfExecution _15
public static final DayOfExecution _16
public static final DayOfExecution _17
public static final DayOfExecution _18
public static final DayOfExecution _19
public static final DayOfExecution _20
public static final DayOfExecution _21
public static final DayOfExecution _22
public static final DayOfExecution _23
public static final DayOfExecution _24
public static final DayOfExecution _25
public static final DayOfExecution _26
public static final DayOfExecution _27
public static final DayOfExecution _28
public static final DayOfExecution _29
public static final DayOfExecution _30
public static final DayOfExecution _31
public static DayOfExecution[] values()
for (DayOfExecution c : DayOfExecution.values()) System.out.println(c);
public static DayOfExecution 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<DayOfExecution>public static DayOfExecution fromValue(String text)
Copyright © 2019. All rights reserved.