Enum Class ObjectUtils.CloneMode

java.lang.Object
java.lang.Enum<ObjectUtils.CloneMode>
icu.easyj.core.util.ObjectUtils.CloneMode
All Implemented Interfaces:
Serializable, Comparable<ObjectUtils.CloneMode>, Constable
Enclosing class:
ObjectUtils

public static enum ObjectUtils.CloneMode extends Enum<ObjectUtils.CloneMode>
克隆模式 只有不克隆时,目标对象才不需要继承 CloneSupport
  • Enum Constant Details

  • Method Details

    • values

      public static ObjectUtils.CloneMode[] 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 ObjectUtils.CloneMode 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