public interface Tagged
Modifier and Type | Method and Description |
---|---|
default java.util.List<java.lang.String> |
getTags()
Gets the tags applied to an object.
|
default boolean |
hasTag(java.lang.String tag)
Checks if the value has the given tag by name.
|
default java.util.List<java.lang.String> getTags()
default boolean hasTag(java.lang.String tag)
tag
- Tag value to search for.