com.cybelia.sandra
Enum SchedulerJobFactory.SchedulerJobClass

java.lang.Object
  extended by java.lang.Enum<SchedulerJobFactory.SchedulerJobClass>
      extended by com.cybelia.sandra.SchedulerJobFactory.SchedulerJobClass
All Implemented Interfaces:
Serializable, Comparable<SchedulerJobFactory.SchedulerJobClass>
Enclosing class:
SchedulerJobFactory

public static enum SchedulerJobFactory.SchedulerJobClass
extends Enum<SchedulerJobFactory.SchedulerJobClass>


Enum Constant Summary
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
           
 
Field Summary
protected  String pattern
           
protected  Class<? extends SchedulerJobFactory.SchedulerJob> schedulerClass
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

FIND_UNCONNECTED_CAMION

public static final SchedulerJobFactory.SchedulerJobClass FIND_UNCONNECTED_CAMION

NO_COORD_GPS_VERIFIER

public static final SchedulerJobFactory.SchedulerJobClass NO_COORD_GPS_VERIFIER

NO_LOCKED_GPS_VERIFIER

public static final SchedulerJobFactory.SchedulerJobClass NO_LOCKED_GPS_VERIFIER

CLEAN_UP_NOTIFICATION

public static final SchedulerJobFactory.SchedulerJobClass CLEAN_UP_NOTIFICATION

RAZ_NUMBER_OF_CONNECTION

public static final SchedulerJobFactory.SchedulerJobClass RAZ_NUMBER_OF_CONNECTION

SEND_STATS_NOTIFICATION

public static final SchedulerJobFactory.SchedulerJobClass SEND_STATS_NOTIFICATION

FIND_DANGEROUS_BREEDER

public static final SchedulerJobFactory.SchedulerJobClass FIND_DANGEROUS_BREEDER

IBU_VERIFIER

public static final SchedulerJobFactory.SchedulerJobClass IBU_VERIFIER
Field Detail

schedulerClass

protected Class<? extends SchedulerJobFactory.SchedulerJob> schedulerClass

pattern

protected String pattern
Method Detail

values

public static SchedulerJobFactory.SchedulerJobClass[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SchedulerJobFactory.SchedulerJobClass c : SchedulerJobFactory.SchedulerJobClass.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SchedulerJobFactory.SchedulerJobClass valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getSchedulerClass

public Class<? extends SchedulerJobFactory.SchedulerJob> getSchedulerClass()

getPattern

public String getPattern()


Copyright © 2008-2012 Cybelia. All Rights Reserved.