Enum Class InheritKeywordingResult

java.lang.Object
java.lang.Enum<InheritKeywordingResult>
de.elo.ix.client.InheritKeywordingResult
All Implemented Interfaces:
Serializable, Comparable<InheritKeywordingResult>, Constable

public enum InheritKeywordingResult extends Enum<InheritKeywordingResult>
Since:
9.00.040.006
  • Enum Constant Details

    • NOTHING

      public static final InheritKeywordingResult NOTHING
      Indexserver should stop processing of children of the given Sord.
    • APPLY_DEFAULT

      public static final InheritKeywordingResult APPLY_DEFAULT
      The event function has not modified keywording of the given Sord. Indexserver applies the default inheritance algorithm to the given Sord and continues processing of children.
    • INHERITED

      public static final InheritKeywordingResult INHERITED
      The event function has modified keywording of the given Sord. Indexserver updates the given Sord in the database and continues processing of children.
  • Method Details

    • values

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