public static enum SchedulerJobFactory.SchedulerJobClass extends Enum<SchedulerJobFactory.SchedulerJobClass>
| Enum Constant and Description |
|---|
CLEAN_UP_NOTIFICATION |
FIND_DANGEROUS_BREEDER |
FIND_UNCONNECTED_CAMION |
IBU_VERIFIER |
NO_COORD_GPS_VERIFIER |
NO_LOCKED_GPS_VERIFIER |
RAZ_NUMBER_OF_CONNECTION |
SEND_STATS_NOTIFICATION |
UPDATE_COMPTEURS_KM |
| Modifier and Type | Field and Description |
|---|---|
protected String |
pattern |
protected Class<? extends SchedulerJobFactory.SchedulerJob> |
schedulerClass |
| Modifier and Type | Method and Description |
|---|---|
String |
getPattern() |
Class<? extends SchedulerJobFactory.SchedulerJob> |
getSchedulerClass() |
static SchedulerJobFactory.SchedulerJobClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulerJobFactory.SchedulerJobClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchedulerJobFactory.SchedulerJobClass FIND_UNCONNECTED_CAMION
public static final SchedulerJobFactory.SchedulerJobClass NO_COORD_GPS_VERIFIER
public static final SchedulerJobFactory.SchedulerJobClass NO_LOCKED_GPS_VERIFIER
public static final SchedulerJobFactory.SchedulerJobClass CLEAN_UP_NOTIFICATION
public static final SchedulerJobFactory.SchedulerJobClass RAZ_NUMBER_OF_CONNECTION
public static final SchedulerJobFactory.SchedulerJobClass SEND_STATS_NOTIFICATION
public static final SchedulerJobFactory.SchedulerJobClass FIND_DANGEROUS_BREEDER
public static final SchedulerJobFactory.SchedulerJobClass IBU_VERIFIER
public static final SchedulerJobFactory.SchedulerJobClass UPDATE_COMPTEURS_KM
protected Class<? extends SchedulerJobFactory.SchedulerJob> schedulerClass
protected String pattern
public static SchedulerJobFactory.SchedulerJobClass[] values()
for (SchedulerJobFactory.SchedulerJobClass c : SchedulerJobFactory.SchedulerJobClass.values()) System.out.println(c);
public static SchedulerJobFactory.SchedulerJobClass 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 Class<? extends SchedulerJobFactory.SchedulerJob> getSchedulerClass()
public String getPattern()
Copyright © 2008-2013 Cybelia. All Rights Reserved.