Enum Class CacheSource

java.lang.Object
java.lang.Enum<CacheSource>
org.tavall.couriers.api.cache.enums.CacheSource
All Implemented Interfaces:
Serializable, Comparable<CacheSource>, Constable

public enum CacheSource extends Enum<CacheSource>
  • Enum Constant Details

    • AI_SCANNER

      public static final CacheSource AI_SCANNER
    • SCAN_ERROR_TRACKER

      public static final CacheSource SCAN_ERROR_TRACKER
    • QR_CODE_GENERATOR

      public static final CacheSource QR_CODE_GENERATOR
    • TRACKING_NUMBER_GENERATOR

      public static final CacheSource TRACKING_NUMBER_GENERATOR
    • DELIVERY_STATE_TRACKER

      public static final CacheSource DELIVERY_STATE_TRACKER
    • USER_ACCOUNT_SERVICE

      public static final CacheSource USER_ACCOUNT_SERVICE
    • ROUTE_PLANNER

      public static final CacheSource ROUTE_PLANNER
  • Method Details

    • values

      public static CacheSource[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CacheSource valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null