Enum Class JCacheProviders

java.lang.Object
java.lang.Enum<JCacheProviders>
org.apache.camel.component.jcache.JCacheProviders
All Implemented Interfaces:
Serializable, Comparable<JCacheProviders>, Constable, JCacheProvider

public enum JCacheProviders extends Enum<JCacheProviders> implements JCacheProvider
  • Enum Constant Details

  • Field Details

    • shortName

      protected String shortName
    • className

      protected String className
  • Method Details

    • values

      public static JCacheProviders[] 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 JCacheProviders 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
    • shortName

      public String shortName()
      Specified by:
      shortName in interface JCacheProvider
    • className

      public String className()
      Specified by:
      className in interface JCacheProvider
    • lookup

      public static JCacheProvider lookup(String providerName)