Class TagInfo
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.model.TagInfo
- All Implemented Interfaces:
Serializable
Deprecated.
This is no longer used in 8.0, and is only present to support backwards compatibility with remote gateways of older
versions.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionTagInfo()
Deprecated.TagInfo
(QualifiedPath path, QualifiedValue currentValue, ExtendedTagType tagType, DataType dataType, Flags characteristics, RuntimeQuality rtQuality) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic TagInfo
createFrom
(QualifiedPath path, Tag tag) Deprecated.Deprecated.Deprecated.getName()
Deprecated.A convenience function that pulls just the name of the tag out of the full path.getPath()
Deprecated.Returns the full path of the tag as a qualified path.Deprecated.Deprecated.getValue()
Deprecated.
-
Field Details
-
FLAG_ALARMED
public static final int FLAG_ALARMEDDeprecated.- See Also:
-
FLAG_BOUND
public static final int FLAG_BOUNDDeprecated.- See Also:
-
FLAG_HISTORICAL
public static final int FLAG_HISTORICALDeprecated.- See Also:
-
FLAG_SECURE
public static final int FLAG_SECUREDeprecated.- See Also:
-
FLAG_SCALED
public static final int FLAG_SCALEDDeprecated.- See Also:
-
FLAG_SCRIPTED
public static final int FLAG_SCRIPTEDDeprecated.- See Also:
-
-
Constructor Details
-
TagInfo
public TagInfo()Deprecated. -
TagInfo
public TagInfo(QualifiedPath path, QualifiedValue currentValue, ExtendedTagType tagType, DataType dataType, Flags characteristics, RuntimeQuality rtQuality) Deprecated.
-
-
Method Details
-
getPath
Deprecated.Returns the full path of the tag as a qualified path. -
getName
Deprecated.A convenience function that pulls just the name of the tag out of the full path. -
getTagType
Deprecated. -
getDataType
Deprecated. -
getRuntimeQuality
Deprecated. -
getValue
Deprecated. -
getCharacteristics
Deprecated. -
createFrom
Deprecated.
-