Uses of Class
org.apache.qpid.client.messaging.address.Link.FilterType

Packages that use Link.FilterType
org.apache.qpid.client.messaging.address   
 

Uses of Link.FilterType in org.apache.qpid.client.messaging.address
 

Fields in org.apache.qpid.client.messaging.address declared as Link.FilterType
protected  Link.FilterType Link._filterType
           
 

Methods in org.apache.qpid.client.messaging.address that return Link.FilterType
 Link.FilterType Link.getFilterType()
           
static Link.FilterType Link.FilterType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Link.FilterType[] Link.FilterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.client.messaging.address with parameters of type Link.FilterType
 void Link.setFilterType(Link.FilterType type)
           
 



Licensed to the Apache Software Foundation