Enum Class CookieConstEnum

java.lang.Object
java.lang.Enum<CookieConstEnum>
net.mingsoft.basic.constant.e.CookieConstEnum
All Implemented Interfaces:
Serializable, Comparable<CookieConstEnum>, Constable, net.mingsoft.base.constant.e.BaseCookieEnum

public enum CookieConstEnum extends Enum<CookieConstEnum> implements net.mingsoft.base.constant.e.BaseCookieEnum
cookie枚举类
Version:
版本号:100-000-000
创建日期:2012-03-15
历史修订:
Author:
ms dev group
  • Enum Constant Details

    • BASIC_HIT

      public static final CookieConstEnum BASIC_HIT
      QQ登录保存当前用户点击地址的session
  • Method Details

    • values

      public static CookieConstEnum[] 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 CookieConstEnum 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
    • toString

      public String toString()
      返回该CookieConst常量的字符串表示
      Specified by:
      toString in interface net.mingsoft.base.constant.e.BaseCookieEnum
      Overrides:
      toString in class Enum<CookieConstEnum>
      Returns:
      字符串