| Package | Description |
|---|---|
| fr.maxlego08.znexus.scheduler |
| Modifier and Type | Method and Description |
|---|---|
SchedulerType |
Scheduler.getType() |
static SchedulerType |
SchedulerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchedulerType[] |
SchedulerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Scheduler(SchedulerType type,
int minute,
java.lang.String totemName) |
Scheduler(SchedulerType type,
java.lang.String day,
int hour,
int minutes,
java.lang.String totemName) |