Interface TagDetails

All Superinterfaces:
Comparable<TagDetails>
All Known Implementing Classes:
TagDetailsImpl

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

    Modifier and Type
    Method
    Description
    int
    Get the tag count
    Get the name of the tag

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getName

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

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