java.lang.Object
com.inductiveautomation.ignition.common.browsing.TagInfoResult
All Implemented Interfaces:
Result, Serializable

public class TagInfoResult extends Object implements Result
See Also:
  • Constructor Details

    • TagInfoResult

      public TagInfoResult(TagInfo value)
  • Method Details

    • getDisplayPath

      public Path getDisplayPath()
      Description copied from interface: Result
      Returns the friendlier "display path" for this result. May be null, and not necessarily unique.
      Specified by:
      getDisplayPath in interface Result
    • getPath

      public QualifiedPath getPath()
      Description copied from interface: Result
      Returns the qualified path of this result.
      Specified by:
      getPath in interface Result
    • getType

      public String getType()
      Description copied from interface: Result
      Generally returns the last component id from the path.
      Specified by:
      getType in interface Result
    • hasChildren

      public boolean hasChildren()
      Description copied from interface: Result
      Indicates that this result object is itself browsable.
      Specified by:
      hasChildren in interface Result
    • getTagInfo

      public TagInfo getTagInfo()