Enum Class GlobalParameter

java.lang.Object
java.lang.Enum<GlobalParameter>
ca.phon.app.opgraph.GlobalParameter
All Implemented Interfaces:
Serializable, Comparable<GlobalParameter>, Constable

public enum GlobalParameter extends Enum<GlobalParameter>
Global parameters which override local node settings.
  • Enum Constant Details

    • CASE_SENSITIVE

      public static final GlobalParameter CASE_SENSITIVE
    • INVENTORY_GROUPING_COLUMN

      public static final GlobalParameter INVENTORY_GROUPING_COLUMN
    • IGNORE_DIACRITICS

      public static final GlobalParameter IGNORE_DIACRITICS
    • ONLY_OR_EXCEPT

      public static final GlobalParameter ONLY_OR_EXCEPT
    • SELECTED_DIACRITICS

      public static final GlobalParameter SELECTED_DIACRITICS
  • Method Details

    • values

      public static GlobalParameter[] 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 GlobalParameter 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
    • getParamId

      public String getParamId()