Enum Class ParamEnum

java.lang.Object
java.lang.Enum<ParamEnum>
com.bytedesk.call.xml_curl.xml.param.ParamEnum
All Implemented Interfaces:
Serializable, Comparable<ParamEnum>, Constable

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

    • DIAL_STRING

      public static final ParamEnum DIAL_STRING
      domain
    • JSONRPC_ALLOWED_METHODS

      public static final ParamEnum JSONRPC_ALLOWED_METHODS
    • JSONRPC_ALLOWED_EVENT_CHANNELS

      public static final ParamEnum JSONRPC_ALLOWED_EVENT_CHANNELS
    • PASSWORD

      public static final ParamEnum PASSWORD
      user
    • VM_PASSWORD

      public static final ParamEnum VM_PASSWORD
    • A1_HASH

      public static final ParamEnum A1_HASH
    • REVERSE_AUTH_USER

      public static final ParamEnum REVERSE_AUTH_USER
    • REVERSE_AUTH_PASS

      public static final ParamEnum REVERSE_AUTH_PASS
    • USERNAME

      public static final ParamEnum USERNAME
      user.gateway
    • REALM

      public static final ParamEnum REALM
  • Field Details

    • key

      public final String key
      配置项值
    • msg

      public final String msg
      配置项说明
  • Constructor Details

  • Method Details

    • values

      public static ParamEnum[] 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 ParamEnum 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