Interface Taggable<T extends Taggable<T>>

    • Method Detail

      • tagType

        TagType<T> tagType()
        Gets the TagType that represents the types of tags that can be associated with this object.
        Returns:
        The TagType
      • tags

        java.util.Collection<Tag<T>> tags()
        Gets all tags that have been associated with this object.
        Returns:
        The Collection of Tags.