Interface SystemHighAttributes


public interface SystemHighAttributes
Service to retrieve system high attribute values.

This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.

  • Method Summary

    Modifier and Type
    Method
    Description
    getValues(String attributeName)
     
  • Method Details

    • getValues

      Set<String> getValues(String attributeName)
      Returns:
      a singleton Set<String> if the attribute has single value, a multi-valued Set<String> if the attribute has multiple values, or an empty Set<String> if the attribute is not present