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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionfromString
(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...Deprecated.Returns the enum constant of this class with the specified name.static TagManagerBase.CollisionPolicy[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Abort
Deprecated. -
Overwrite
Deprecated. -
Rename
Deprecated. -
Ignore
Deprecated. -
MergeOverwrite
Deprecated.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
fromString
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")
-