Interface Tag

  • All Known Implementing Classes:
    DefaultTag

    public interface Tag
    A tag that can be assigned to an area.
    Author:
    burgetr
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getLevel()
      The tag level if the tags are hiearchically organized.
      String getType()
      The tag type that allows to distinguish tags of different purposes and different source.
      String getValue()
      Obtains the string value (the name) of the tag.
    • Method Detail

      • getValue

        String getValue()
        Obtains the string value (the name) of the tag.
        Returns:
        the tag value
      • getLevel

        int getLevel()
        The tag level if the tags are hiearchically organized.
        Returns:
        The level, where 0 corresponds to the root tag.
      • getType

        String getType()
        The tag type that allows to distinguish tags of different purposes and different source. Each tag source should have its own type.
        Returns:
        the tag type string