Interface TagDetails

  • All Superinterfaces:
    java.lang.Comparable<TagDetails>
    All Known Implementing Classes:
    TagDetailsImpl

    public interface TagDetails
    extends java.lang.Comparable<TagDetails>
    Tag details interface.
    Author:
    Roy Wetherall
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCount()
      Get the tag count
      java.lang.String getName()
      Get the name of the tag
      • Methods inherited from interface java.lang.Comparable

        compareTo
    • Method Detail

      • getName

        java.lang.String getName()
        Get the name of the tag
        Returns:
        String tag name
      • getCount

        int getCount()
        Get the tag count
        Returns:
        int tag count