java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.utils.ProxyFilterType

public class ProxyFilterType extends Object
Wrapper class for proxy filter types
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    A exclusion list filter has an associated exclusion list, which is a list of destination addresses that the Proxy Client does not want to receive.
    static final int
    A inclusion list filter has an associated inclusion list, which is a list of destination addresses that are of interest for the Proxy Client.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProxyFilterType(int filterType)
    Constructs the filter type to bet set to a proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the filter type name
    int
    Returns the filter type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • INCLUSION_LIST_FILTER

      public static final int INCLUSION_LIST_FILTER
      A inclusion list filter has an associated inclusion list, which is a list of destination addresses that are of interest for the Proxy Client. The inclusion list filter blocks all destination addresses except those that have been added to the inclusion list.
      See Also:
    • EXCLUSION_LIST_FILTER

      public static final int EXCLUSION_LIST_FILTER
      A exclusion list filter has an associated exclusion list, which is a list of destination addresses that the Proxy Client does not want to receive. The exclusion list filter accepts all destination addresses except those that have been added to the exclusion list.
      See Also:
  • Constructor Details

    • ProxyFilterType

      public ProxyFilterType(int filterType)
      Constructs the filter type to bet set to a proxy
      Parameters:
      filterType - filter type supported by the proxy
  • Method Details

    • getType

      public int getType()
      Returns the filter type
    • getFilterTypeName

      public String getFilterTypeName()
      Returns the filter type name