java.lang.Object
com.inductiveautomation.ignition.common.sqltags.model.TagInfo
All Implemented Interfaces:
Serializable

@Deprecated public class TagInfo extends Object implements 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 Details

  • Constructor Details

  • Method Details

    • getPath

      public QualifiedPath getPath()
      Deprecated.
      Returns the full path of the tag as a qualified path.
    • getName

      public String getName()
      Deprecated.
      A convenience function that pulls just the name of the tag out of the full path.
    • getTagType

      public ExtendedTagType getTagType()
      Deprecated.
    • getDataType

      public DataType getDataType()
      Deprecated.
    • getRuntimeQuality

      public RuntimeQuality getRuntimeQuality()
      Deprecated.
    • getValue

      public QualifiedValue getValue()
      Deprecated.
    • getCharacteristics

      public Flags getCharacteristics()
      Deprecated.
    • createFrom

      public static TagInfo createFrom(QualifiedPath path, Tag tag)
      Deprecated.