Interface TagFilter

All Known Subinterfaces:
SolarNodeMetadataFilter
All Known Implementing Classes:
BaseFilterSupport, FilterSupport, UserFilterCommand

public interface TagFilter
Filter API for tags.
Since:
1.2
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the first tag.
    Get an array of tags.
  • Method Details

    • getTag

      String getTag()
      Get the first tag.

      This returns the first available tag from the getTags() array, or null if not available.

      Returns:
      the first tag, or null if not available
    • getTags

      String[] getTags()
      Get an array of tags.
      Returns:
      array of tags (may be null)