Enum Class TagManagerBase.CollisionPolicy

java.lang.Object
java.lang.Enum<TagManagerBase.CollisionPolicy>
com.inductiveautomation.ignition.common.sqltags.model.TagManagerBase.CollisionPolicy
All Implemented Interfaces:
Serializable, Comparable<TagManagerBase.CollisionPolicy>, Constable
Enclosing interface:
TagManagerBase

@Deprecated public static enum TagManagerBase.CollisionPolicy extends Enum<TagManagerBase.CollisionPolicy>
Deprecated.
  • Enum Constant Details

  • Method Details

    • values

      public static TagManagerBase.CollisionPolicy[] values()
      Deprecated.
      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 TagManagerBase.CollisionPolicy valueOf(String name)
      Deprecated.
      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
    • fromString

      public static TagManagerBase.CollisionPolicy fromString(String value)
      Deprecated.
      This is more lenient than valueOf, ignoring case, and allowing first letter abbreviations (as well as 'U' as a synonym for MergeOverwrite... for "update")