Enum ValueConditionEnum

java.lang.Object
java.lang.Enum<ValueConditionEnum>
com.pugwoo.dbhelper.enums.ValueConditionEnum
All Implemented Interfaces:
Serializable, Comparable<ValueConditionEnum>, java.lang.constant.Constable

public enum ValueConditionEnum extends Enum<ValueConditionEnum>
默认值启用条件枚举
  • Enum Constant Details

    • WHEN_NULL

      public static final ValueConditionEnum WHEN_NULL
      当值为null时
    • WHEN_EMPTY

      public static final ValueConditionEnum WHEN_EMPTY
      当值为empty时(仅String有效)
    • WHEN_BLANK

      public static final ValueConditionEnum WHEN_BLANK
      当值为blank时(仅String有效)
  • Method Details

    • values

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

      public static ValueConditionEnum 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
    • getCode

      public String getCode()
    • getName

      public String getName()