public interface Tags
-
Method Details
-
values
Collection<String> values()Returns current collection of tag values.- Returns:
- collection of tag values
-
add
Adds new tag- Parameters:
tag- new tag to be added
-
get
Collection<Tag> get()Returns current collection of tags.- Returns:
- collection of tags
-
get
Retrieves tag with given id or null if no tag with given id exists- Parameters:
id- identifier of the tag- Returns:
- tag associated with given id or null
-
remove
Removes the tag associated with given id- Parameters:
id- identifier of the tag
-