Enum Class Merger.AfterMerge

java.lang.Object
java.lang.Enum<Merger.AfterMerge>
org.ametys.plugins.contentio.archive.Merger.AfterMerge
All Implemented Interfaces:
Serializable, Comparable<Merger.AfterMerge>, java.lang.constant.Constable
Enclosing interface:
Merger

public static enum Merger.AfterMerge extends Enum<Merger.AfterMerge>
The result of Merger.merge(java.lang.String).
It tells whether to continue or stop the process of importing the given id.
  • Enum Constant Details

  • Method Details

    • values

      public static Merger.AfterMerge[] 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 Merger.AfterMerge 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