Enum Class Utils.UpdatePolicy

java.lang.Object
java.lang.Enum<Utils.UpdatePolicy>
qupath.ext.biop.servers.omero.raw.utils.Utils.UpdatePolicy
All Implemented Interfaces:
Serializable, Comparable<Utils.UpdatePolicy>, Constable
Enclosing class:
Utils

public static enum Utils.UpdatePolicy extends Enum<Utils.UpdatePolicy>
  • Enum Constant Details

    • KEEP_KEYS

      public static final Utils.UpdatePolicy KEEP_KEYS
      Keep all existing keys without updating
    • UPDATE_KEYS

      public static final Utils.UpdatePolicy UPDATE_KEYS
      Update all existing key with new values
    • DELETE_KEYS

      public static final Utils.UpdatePolicy DELETE_KEYS
      Delete all existing keys
    • NO_UPDATE

      public static final Utils.UpdatePolicy NO_UPDATE
      Do not modify the target neither add new stuff
  • Method Details

    • values

      public static Utils.UpdatePolicy[] 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 Utils.UpdatePolicy 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