Class TagInfoResult

  • All Implemented Interfaces:
    Result, java.io.Serializable

    public class TagInfoResult
    extends java.lang.Object
    implements Result
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Path getDisplayPath()
      Returns the friendlier "display path" for this result.
      QualifiedPath getPath()
      Returns the qualified path of this result.
      TagInfo getTagInfo()  
      java.lang.String getType()
      Generally returns the last component id from the path.
      boolean hasChildren()
      Indicates that this result object is itself browsable.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TagInfoResult

        public TagInfoResult​(TagInfo value)
    • Method Detail

      • 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 java.lang.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()